summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2011-12-24 21:08:48 +0000
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2011-12-24 21:08:48 +0000
commit43b64ee9233fdc444fbaa742c62b27635c8cd412 (patch)
treea3ffb1b2b9836dde0d31dc08541d5ec765254a5c /modules
parenta3945227bbf28272953073071f1088030514c6a1 (diff)
fixed crashing on global notices
Diffstat (limited to 'modules')
-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);
}