1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

small fix :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@626 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-08-24 01:07:27 +00:00 committed by cras
parent d86c715790
commit 3a4b358cdf

View File

@ -30,7 +30,7 @@ sub cmd_autoop {
}
if ($masks eq "") {
$masks = "<no-one>" if (!$masks);
$masks = "<no-one>";
delete $opnicks{$channel};
} else {
$opnicks{$channel} = $masks;