]> git.donarmstrong.com Git - infobot.git/commitdiff
changed debug to status line
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 9 Dec 2000 13:04:03 +0000 (13:04 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 9 Dec 2000 13:04:03 +0000 (13:04 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@185 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/IrcHooks.pl

index af16d3e7f15ef159906c6754594a1aad24ce50f4..7f0b811517f1a5b6c6767cb4ed90803fc686eb73 100644 (file)
@@ -458,7 +458,7 @@ sub on_nick {
     my $newnick = ($event->args)[0];
 
     if (exists $netsplit{lc $newnick}) {
-       &DEBUG("on_nick: $newnick/$nick came back from netsplit and changed to original nick! removing from hash.");
+       &status("Netsplit: $newnick/$nick came back from netsplit and changed to original nick! removing from hash.");
        delete $netsplit{lc $newnick};
     }