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

Oops, return SOMETHING from sl

This commit is contained in:
Pragmatic Software 2017-08-03 14:13:29 -07:00
parent ea991fc33b
commit 1d79e5f46d

View File

@ -54,6 +54,7 @@ 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 "";
} }
sub login { sub login {