mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-23 10:34:52 +01:00
Blacklist listing output now messaged to caller
This commit is contained in:
parent
4bdb170059
commit
2df10fdf45
@ -193,7 +193,7 @@ sub blacklist {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$text .= "none" if $entries == 0;
|
$text .= "none" if $entries == 0;
|
||||||
return $text;
|
return "/msg $nick $text";
|
||||||
}
|
}
|
||||||
when("add") {
|
when("add") {
|
||||||
my ($mask, $channel) = split /\s+/, $args, 2;
|
my ($mask, $channel) = split /\s+/, $args, 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user