summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/log.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/log.pl b/modules/log.pl
index 6f25c48..7bd69a1 100644
--- a/modules/log.pl
+++ b/modules/log.pl
@@ -27,6 +27,7 @@ sub logg
foreach my $chan ( @chans )
{
$chan = lc $chan;
+ next if ($chan eq '$$*');
if (substr($chan, 0, 1) eq '@') {
$chan = substr($chan, 1);
}