diff options
Diffstat (limited to 'modules/event.pl')
| -rw-r--r-- | modules/event.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/event.pl b/modules/event.pl index b1876cd..79441f5 100644 --- a/modules/event.pl +++ b/modules/event.pl @@ -815,7 +815,7 @@ sub on_whoxover { my ($conn, $event) = @_; my $chan = pop @::syncqueue; - $::synced{$event->{args}->[1]} = 1; + $::synced{lc $event->{args}->[1]} = 1; if (defined($chan) ){ $conn->sl('who ' . $chan . ' %tcnuhra,314'); $conn->sl('mode ' . $chan); |
