mIRC Homepage
Posted By: Deep3D ON Notice DALnet ChanServ - 21/08/16 06:19 PM
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-)
}
Posted By: Deep3D Re: ON Notice DALnet ChanServ - 23/08/16 04:40 AM
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-) }
}
© mIRC Discussion Forums