From 43b64ee9233fdc444fbaa742c62b27635c8cd412 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Sat, 24 Dec 2011 21:08:48 +0000 Subject: fixed crashing on global notices --- modules/log.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/log.pl') 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); } -- cgit v1.2.3