From 2236a008779a868098334ce7962374cb476fe4be Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 3 Aug 2017 13:29:41 -0700 Subject: [PATCH] Remove "Sent." message from sl --- PBot/BotAdminCommands.pm | 1 - 1 file changed, 1 deletion(-) 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 {