From: dms Date: Sat, 9 Dec 2000 13:04:03 +0000 (+0000) Subject: changed debug to status line X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba4456e306953a3ba6b8843c3028fd5acfe1c118;p=infobot.git changed debug to status line git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@185 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/IRC/IrcHooks.pl b/src/IRC/IrcHooks.pl index af16d3e..7f0b811 100644 --- a/src/IRC/IrcHooks.pl +++ b/src/IRC/IrcHooks.pl @@ -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}; }