From: timriker Date: Fri, 18 Feb 2005 08:30:47 +0000 (+0000) Subject: less verbose X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c1cbfa9f3ca0b820b73f999124eff59cc40ff445;p=infobot.git less verbose git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1153 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/IRC/Irc.pl b/blootbot/src/IRC/Irc.pl index 6a41967..8bfb09b 100644 --- a/blootbot/src/IRC/Irc.pl +++ b/blootbot/src/IRC/Irc.pl @@ -850,8 +850,8 @@ sub getJoinChans { } my $str; - $str .= ' in:' . join(',', sort @in) if scalar @in; - $str .= ' skip:' . join(',', sort @skip) if scalar @skip; + #$str .= ' in:' . join(',', sort @in) if scalar @in; + #$str .= ' skip:' . join(',', sort @skip) if scalar @skip; $str .= ' join:' . join(',', sort @join) if scalar @join; &status("Chans: ($nick)$str") if ($show);