mIRC Homepage
Posted By: Myae Little help with response script - 14/09/16 09:11 PM
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}
Posted By: splinny Re: Little help with response script - 15/09/16 04:18 AM
Simple way:
Code:
on *:TEXT:!help:#:{ if ($nick != SpecNick) { msg $chan test } }
© mIRC Discussion Forums