]> git.donarmstrong.com Git - infobot.git/commitdiff
don't prevent wantnick from working in any case
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 12 Aug 2000 12:45:01 +0000 (12:45 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 12 Aug 2000 12:45:01 +0000 (12:45 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@41 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/UserExtra.pl

index 8652f799489439a3fd22d9e155bc965758add084..b2388d10649122fd0e775fbcd703d42c78537f47 100644 (file)
@@ -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'}";