From 1d79e5f46d0f46f4b43d5024d33f472cf897072d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 3 Aug 2017 14:13:29 -0700 Subject: [PATCH] Oops, return SOMETHING from sl --- PBot/BotAdminCommands.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PBot/BotAdminCommands.pm b/PBot/BotAdminCommands.pm index 888ada1c..a9e228c4 100644 --- a/PBot/BotAdminCommands.pm +++ b/PBot/BotAdminCommands.pm @@ -54,6 +54,7 @@ sub sl { my ($from, $nick, $user, $host, $arguments) = @_; $self->{pbot}->{conn}->sl($arguments); + return ""; } sub login {