3
0
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:
Pragmatic Software 2018-05-14 19:20:55 -07:00
parent 4bdb170059
commit 2df10fdf45

View File

@ -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;