Sensible BarServ

By Dev|l on Apr 11, 2004

This is the most sensible coding for Bar Remotes.
Just Copy and Paste and Add more similar commands into your remotes.
Save it as an ini file (example barserv.ini)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;     Sensible BarServ By Dev|l    ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

menu menubar 
  Gamez
  .BarServ
  ..On:set %barserv on | notice $chan BarServ is Now ON 
  ..Off:set %baerserv off | notice $chan BarServ is Now OFF
}
on *:TEXT:`barserv*:#: {
  if ( $2 == on ) { set %barserv on | notice $chan BarServ is Now ON | halt }
  if ( $2 == off ) { set %barserv off | notice $chan BarServ is Now OFF | halt }
}
on *:ACTION:`barserv*:#: {
  if ( $2 == on ) { set %barserv on | notice $chan BarServ is Now ON | halt }
  if ( $2 == off ) { set %barserv off | notice $chan BarServ is Now OFF | halt }
}
on *:TEXT:`beer*:#: {
  if ( %barserv == on ) { 
    if ( $2 == $null ) { describe $chan hands $nick a nice cold beer | halt }
    else { describe $chan hands $2 a nice cold beer, compliments of $nick | halt }
  }
}
on *:ACTION:`beer*:#: {
  if ( %barserv == on ) { 
    if ( $2 == $null ) { describe $chan hands $nick a nice cold beer | halt }
    else { describe $chan hands $2 a nice cold beer, compliments of $nick | halt }
  }
}

Comments

Sign in to comment.
Dev|l   -  Apr 26, 2004

Jose ya friggin nugget. I have wrote MANY etcs, but I atren\'t giving any GOOD stuff here. My stuff is well known and renown around the world. And one thing is my STUFF DOES NOT GO ON SNIPPETS>

 Respond  
Jose`Botella   -  Apr 16, 2004

First off, how do you right commands? I know how to write them but not right them.. Secondly...WE KNOW ITS A FRIGGIN SNIPPET... Doesn\'t mean you could add more meat into it.. A few other drinks, maybe. Some food items? A list command?

 Respond  
Dev|l   -  Apr 14, 2004

First off, I right my own commands. Secondly... THIS IS ONLY A FRIGGIN SNIPPET

 Respond  
hitpoint   -  Apr 13, 2004

Hmm, and I thought I was the only one with the idea. Please do, man, please do. As long as it has over one, it\'s cool.

 Respond  
Jose`Botella   -  Apr 12, 2004

Maybe I\'ll submit my bartender bot into here...Over 160 commands.^.^

 Respond  
hitpoint   -  Apr 11, 2004

Oh, come on now, man. You just stole my idea, and all you have is just ONE drink. Please...

 Respond  
Jose`Botella   -  Apr 11, 2004

One bar command?..........I would have waited until you had a few more drinks before submitting this.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.