mIRC Home    About    Download    Register    News    Help

Print Thread
#251552 23/02/15 03:24 AM
H
HappyFappy
HappyFappy
H
trying to make a bot to detect if a user that is banned is coming onto channel with a new nick under the banned one while on a new IP....

when it do:
Code:
on *:NOTICE:*Information on*(account*:?: {
  if ($nick == nickserv) {
    msg #testingchannel $5
  }
}


it comes back with:

$5 = ORIGINALNICK):

how can i make it get rid of the "):" so it can check properly?

Joined: Jan 2004
Posts: 1,330
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,330
$left($5,-2)

H
HappyFappy
HappyFappy
H
Originally Posted By: Loki12583
$left($5,-2)



THANK YOU laugh


Link Copied to Clipboard