3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-06 19:38:48 +02:00

PBot: remove debug statement

This commit is contained in:
Pragmatic Software 2020-02-04 02:59:39 -08:00
parent 0fb66c506e
commit 623ed7d317

View File

@ -376,7 +376,6 @@ sub listcmd {
foreach my $key (keys %{$self->{users}->{users}->{hash}->{$channel}->{$hostmask}}) { foreach my $key (keys %{$self->{users}->{users}->{hash}->{$channel}->{$hostmask}}) {
next if $key eq '_name'; next if $key eq '_name';
if ($self->{capabilities}->exists($key)) { if ($self->{capabilities}->exists($key)) {
print "has $key?\n";
$has_cap = 1; $has_cap = 1;
last; last;
} }