3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-05 10:58:44 +02:00

Remove "Sent." message from sl

This commit is contained in:
Pragmatic Software 2017-08-03 13:29:41 -07:00
parent a76713a612
commit 2236a00877

View File

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