From: dms Date: Wed, 21 May 2003 15:13:37 +0000 (+0000) Subject: - try and not kill ourself :) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6b6c33b90b8c0a91b4a6e273ae70dcd8aed3e526;p=infobot.git - try and not kill ourself :) git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@786 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/UserExtra.pl b/blootbot/src/UserExtra.pl index cad732b..aaf37c4 100644 --- a/blootbot/src/UserExtra.pl +++ b/blootbot/src/UserExtra.pl @@ -859,7 +859,7 @@ if (0) { } # idea from dondelecarlo :) - if ($param{'nickServ_pass'}) { + if ($param{'ircNick'} ne $ident and $param{'nickServ_pass'}) { &status("someone is using our nick; KILLing"); &msg("NickServ", "GHOST $param{'ircNick'} $param{'nickServ_pass'}"); return;