mIRC Homepage
Posted By: Cred Nick changer - 06/08/08 03:31 PM
When i type !nick I want my bot to change its nick from Cred to [C|R|E|D]. I want it to be so only i can do this (nick = Hayden131)
Please help me im pretty bad at scripting. Thanks!
Posted By: Solo1 Re: Nick changer - 06/08/08 03:56 PM
Code:
on *:text:!nick:#: if ($nick == Hayden131) .nick [C|R|E|D]

Posted By: Cred Re: Nick changer - 06/08/08 04:16 PM
thankyou very much!
Posted By: RusselB Re: Nick changer - 06/08/08 11:29 PM
Also note that you could do this same command via pm, rather than in the channel (where everyone would see it), by changing the # in the ON TEXT event to a ? or a * (which would allow the command in the channel (as it currently is) and via pm/query)
© mIRC Discussion Forums