mIRC Home    About    Download    Register    News    Help

Print Thread
#96635 03/09/04 10:10 PM
Joined: Sep 2004
Posts: 9
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Sep 2004
Posts: 9
I used to have a script that worked this way--
the command was !room {nick}
It would then preform an action that would work this way
bot leads $nick and {nick} blah blah
I can recreat the action but forgot the proper script language.

#96636 03/09/04 11:23 PM
Joined: Dec 2003
Posts: 199
K
Vogon poet
Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
Talking about On TEXT?


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#96637 04/09/04 03:37 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Code:
on *:text:!room &:#:{
  describe # leads $nick and $2 blah blah  
}



Link Copied to Clipboard