From: dms Date: Sun, 4 Feb 2001 12:17:48 +0000 (+0000) Subject: - output update X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7aa3e87845f366ac77aff212e2fcec272b2e18a0;p=infobot.git - output update git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@335 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/IRC/Irc.pl b/src/IRC/Irc.pl index ff275c7..076cb82 100644 --- a/src/IRC/Irc.pl +++ b/src/IRC/Irc.pl @@ -640,9 +640,9 @@ sub getJoinChans { } if (scalar @skip) { - &status("channels not auto-joining: @skip"); + &status("gJC: channels not auto-joining: @skip"); } else { - &status("auto-joining all chans."); + &status("gJC: auto-joining all chans."); } return @chans;