mIRC Home    About    Download    Register    News    Help

Print Thread
#15059 12/03/03 08:03 PM
Joined: Feb 2003
Posts: 7
L
lost Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Feb 2003
Posts: 7
How can I set a trigger to work on smile? The : seems to be messing things up, and I don't want every ) to trigger the event.

#15060 12/03/03 08:24 PM
Joined: Feb 2003
Posts: 67
N
Naz Offline
Babel fish
Offline
Babel fish
N
Joined: Feb 2003
Posts: 67
on *:text:*:#: {
var %a = $chr(58) $+ $chr(41), %b = $1-
if $istok(%b,%a,32) { commands }
}


Those who live by the sword get shot by those who don't.
#15061 12/03/03 09:04 PM
Joined: Feb 2003
Posts: 7
L
lost Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Feb 2003
Posts: 7
Thanks

#15062 13/03/03 07:43 PM
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
on *:TEXT:$(:):#: { commands }


$() is not the same as $+() and only works in event text matches


If it ain't broken, don't fix it!

Link Copied to Clipboard