diff --git a/PBot/BotAdminCommands.pm b/PBot/BotAdminCommands.pm index 499cfaba..888ada1c 100644 --- a/PBot/BotAdminCommands.pm +++ b/PBot/BotAdminCommands.pm @@ -54,7 +54,6 @@ sub sl { my ($from, $nick, $user, $host, $arguments) = @_; $self->{pbot}->{conn}->sl($arguments); - return "Sent.\n"; } sub login {