mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-23 10:34:52 +01:00
Send chanunset output to channel
This commit is contained in:
parent
4e041f94fa
commit
dd520e0346
@ -61,7 +61,7 @@ sub unset {
|
|||||||
return "Usage: chanunset <channel> <key>";
|
return "Usage: chanunset <channel> <key>";
|
||||||
}
|
}
|
||||||
|
|
||||||
return "msg $nick " . $self->{channels}->unset($channel, $key);
|
return $self->{channels}->unset($channel, $key);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub add {
|
sub add {
|
||||||
|
Loading…
Reference in New Issue
Block a user