mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 12:32:37 +01:00
Oops, return SOMETHING from sl
This commit is contained in:
parent
ea991fc33b
commit
1d79e5f46d
@ -54,6 +54,7 @@ sub sl {
|
||||
my ($from, $nick, $user, $host, $arguments) = @_;
|
||||
|
||||
$self->{pbot}->{conn}->sl($arguments);
|
||||
return "";
|
||||
}
|
||||
|
||||
sub login {
|
||||
|
Loading…
Reference in New Issue
Block a user