mIRC Home    About    Download    Register    News    Help

Print Thread
#101236 21/10/04 03:14 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
on 1:join:?: { if $query(0) > 2 { echo -a test } }

its right? or how can i do

#101237 21/10/04 04:03 PM
Joined: May 2004
Posts: 132
N
Vogon poet
Offline
Vogon poet
N
Joined: May 2004
Posts: 132
If you want to make a script that reply a message to a person who querys you use this script:
Code:
on *:TEXT:*:?:{ /msg $nick Hi í'll be right there } 

#101238 21/10/04 05:12 PM
S
Sigh
Sigh
S
Use an open event, on *:open:?:*:{ and bear in mind $query(0) includes the query that the event is triggering for


Link Copied to Clipboard