mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-25 19:44:26 +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) = @_;
|
my ($from, $nick, $user, $host, $arguments) = @_;
|
||||||
|
|
||||||
$self->{pbot}->{conn}->sl($arguments);
|
$self->{pbot}->{conn}->sl($arguments);
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
sub login {
|
sub login {
|
||||||
|
Loading…
Reference in New Issue
Block a user