From: dms Date: Sat, 12 Aug 2000 12:45:01 +0000 (+0000) Subject: don't prevent wantnick from working in any case X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=da29323b6ecaea4dbe3610c65ec45c10775772c1;p=infobot.git don't prevent wantnick from working in any case git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@41 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/UserExtra.pl b/src/UserExtra.pl index 8652f79..b2388d1 100644 --- a/src/UserExtra.pl +++ b/src/UserExtra.pl @@ -603,8 +603,7 @@ sub userCommands { # wantNick. xk++ if ($message =~ /^wantNick$/i) { if ($param{'ircNick'} eq $ident) { - &msg($who, "no need to get my nick back since i have it ;)"); - return $noreply; + &msg($who, "I hope you're right. I'll try anyway."); } my $str = "attempting to change nick to $param{'ircNick'}";