mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2016
Posts: 1
M
Myae Offline OP
Mostly harmless
OP Offline
Mostly harmless
M
Joined: Sep 2016
Posts: 1
Hey guys,

need a little help ignoring a specific user in my basic response script. This is the basic script as it is.

Quote:
on *:TEXT:!help:#:{ /msg $chan test}

Joined: May 2015
Posts: 249
Fjord artisan
Offline
Fjord artisan
Joined: May 2015
Posts: 249
Simple way:
Code:
on *:TEXT:!help:#:{ if ($nick != SpecNick) { msg $chan test } }

Last edited by splinny; 15/09/16 04:18 AM.

Dont give a fish - teach to fish!

Link Copied to Clipboard