3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-06 11:28:43 +02: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;
return $text;
return "/msg $nick $text";
}
when("add") {
my ($mask, $channel) = split /\s+/, $args, 2;