mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
PBot: remove debug statement
This commit is contained in:
parent
0fb66c506e
commit
623ed7d317
@ -376,7 +376,6 @@ sub listcmd {
|
||||
foreach my $key (keys %{$self->{users}->{users}->{hash}->{$channel}->{$hostmask}}) {
|
||||
next if $key eq '_name';
|
||||
if ($self->{capabilities}->exists($key)) {
|
||||
print "has $key?\n";
|
||||
$has_cap = 1;
|
||||
last;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user