Hello,

i recently made a Bot
Yesterday i added something when i type !botoff the bot deops himself bot it reacts to my nickname

Code:
on *:text:!botoff*:#gameaddict: {
if ($me isop #) && ($nick == SalCro^) && ($nick isop #) {
/mode $chan -o $me
else ($nick != SalCro^) { HALT }
}
}


Can't i replace nick into something like this SalCro@salcro.users.quakenet.org

else if someone changes his nick to SalCro^he can operate my bot


grtz
thx in advence Kev.