mIRC Home    About    Download    Register    News    Help

Print Thread
#258743 21/08/16 06:19 PM
Joined: Dec 2002
Posts: 483
Deep3D Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
I'm making a script that will automatically confirm the code and then drop the channel.

But, why don't it work? Same script with different notice text worked with ChanServ on freenode?

Code:
on 1:notice:*To confirm, type: /msg ChanServ@services.dal.net DROP*:?:{
  echo -a $strip($6-)
}

Joined: Dec 2002
Posts: 483
Deep3D Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
I figured it out, too many colons.

Code:
on 1:notice:*To confirm*DROP*:?:{
  if (dal.net isin $server) { msg ChanServ@services.dal.net $strip($6-) }
}


Link Copied to Clipboard