diff --git a/PBot/Channels.pm b/PBot/Channels.pm index 5d4dc3b7..58ba87c7 100644 --- a/PBot/Channels.pm +++ b/PBot/Channels.pm @@ -61,7 +61,7 @@ sub unset { return "Usage: chanunset "; } - return "msg $nick " . $self->{channels}->unset($channel, $key); + return $self->{channels}->unset($channel, $key); } sub add {