From 2e78be719a63cad4ccf8db8b8f27b4d033642189 Mon Sep 17 00:00:00 2001 From: dms Date: Sun, 4 Feb 2001 12:17:48 +0000 Subject: [PATCH] - output update git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@335 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/IRC/Irc.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5