mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2004
Posts: 124
S
sigbin Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 124
this is my script it cant detect a colored slaps....
can sum1 help??

Code:

on *:ACTION:*:#:{
  if ($1- == slaps $me around a bit with a large trout) {
    describe # pokes $nick  =þ
  }
  elseif ($1 == slaps) && ($2 == $me) {
    describe # ouch!!!
  }
}

 

Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
/help $strip

so it would be $strip($1-)


Link Copied to Clipboard