diff options
| author | 2011-12-24 21:08:48 +0000 | |
|---|---|---|
| committer | 2011-12-24 21:08:48 +0000 | |
| commit | 43b64ee9233fdc444fbaa742c62b27635c8cd412 (patch) | |
| tree | a3ffb1b2b9836dde0d31dc08541d5ec765254a5c /modules | |
| parent | a3945227bbf28272953073071f1088030514c6a1 (diff) | |
fixed crashing on global notices
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/log.pl | 1 |
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); } |
