mIRC Home    About    Download    Register    News    Help

Print Thread
#251552 23/02/15 03:24 AM
Joined: Sep 2014
Posts: 83
H
Babel fish
OP Offline
Babel fish
H
Joined: Sep 2014
Posts: 83
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,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
$left($5,-2)

Joined: Sep 2014
Posts: 83
H
Babel fish
OP Offline
Babel fish
H
Joined: Sep 2014
Posts: 83
Originally Posted By: Loki12583
$left($5,-2)



THANK YOU laugh


Link Copied to Clipboard