Send chanunset output to channel

This commit is contained in:
Pragmatic Software 2018-05-12 02:52:10 -07:00
parent 4e041f94fa
commit dd520e0346
1 changed files with 1 additions and 1 deletions

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 {