3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-01-23 02:24:25 +01:00

Send chanunset output to channel

This commit is contained in:
Pragmatic Software 2018-05-12 02:52:10 -07:00
parent 4e041f94fa
commit dd520e0346

View File

@ -61,7 +61,7 @@ sub unset {
return "Usage: chanunset <channel> <key>";
}
return "msg $nick " . $self->{channels}->unset($channel, $key);
return $self->{channels}->unset($channel, $key);
}
sub add {