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=2e78be719a63cad4ccf8db8b8f27b4d033642189;p=infobot.git - output update git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@335 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/IRC/Irc.pl b/blootbot/src/IRC/Irc.pl index ff275c7..076cb82 100644 --- a/blootbot/src/IRC/Irc.pl +++ b/blootbot/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;