Oops, return SOMETHING from sl

This commit is contained in:
Pragmatic Software 2017-08-03 14:13:29 -07:00
parent ea991fc33b
commit 1d79e5f46d
1 changed files with 1 additions and 0 deletions

View File

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