mIRC Home    About    Download    Register    News    Help

Print Thread
#107889 14/01/05 04:54 AM
Joined: Dec 2004
Posts: 80
C
Babel fish
OP Offline
Babel fish
C
Joined: Dec 2004
Posts: 80
hi,my script is:

on 1:text:*]SW[SoldierSD4*:{
/describe $chan is away,please contact him later,thankyou
}


and it doesnt seem to be working,i was woundering if someone can tell me y it wont work.....and tell me how to make it work
any ideas?


practice makes perfect... smile
#107890 14/01/05 04:56 AM
Joined: Aug 2003
Posts: 314
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2003
Posts: 314
You're missing the target part of the event header:

Code:
on 1:text:*]SW[SoldierSD4*:#:{
  describe $chan is away,please contact him later,thankyou
}


Notice the :# added on the first line. Check out /help on text

#107891 14/01/05 04:58 AM
Joined: Dec 2004
Posts: 80
C
Babel fish
OP Offline
Babel fish
C
Joined: Dec 2004
Posts: 80
thanks!


practice makes perfect... smile

Link Copied to Clipboard