mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 04:19:27 +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}}) {
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user