Remove "Sent." message from sl

This commit is contained in:
Pragmatic Software 2017-08-03 13:29:41 -07:00
parent a76713a612
commit 2236a00877
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ sub sl {
my ($from, $nick, $user, $host, $arguments) = @_;
$self->{pbot}->{conn}->sl($arguments);
return "Sent.\n";
}
sub login {