summaryrefslogtreecommitdiffstats
path: root/modules/inspect.pl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/inspect.pl')
-rw-r--r--modules/inspect.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/inspect.pl b/modules/inspect.pl
index 57fc722..10ff01d 100644
--- a/modules/inspect.pl
+++ b/modules/inspect.pl
@@ -43,7 +43,7 @@ sub inspect {
foreach $chan ( @{$event->{to}} ) {
# don't do anything for channels we haven't synced yet
# because we can't yet respect stuff like notrigger for these
- next unless $::synced{$chan};
+ next unless $::synced{lc $chan};
next unless $chan =~ /^#/;
next if ((defined($::channels->{channel}->{$chan}->{monitor})) and ($::channels->{channel}->{$chan}->{monitor} eq "no"));
foreach $id (keys %aonx) {