diff --git a/PBot/BlackList.pm b/PBot/BlackList.pm index 40ff8b46..c9bb411a 100644 --- a/PBot/BlackList.pm +++ b/PBot/BlackList.pm @@ -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;