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=317a802155537f8b07e6ec06b5bd06b07fb44feb;p=infobot.git changed debug to status line git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@185 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/IRC/IrcHooks.pl b/blootbot/src/IRC/IrcHooks.pl index af16d3e..7f0b811 100644 --- a/blootbot/src/IRC/IrcHooks.pl +++ b/blootbot/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}; }