mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
small fix :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@626 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d86c715790
commit
3a4b358cdf
@ -30,7 +30,7 @@ sub cmd_autoop {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($masks eq "") {
|
if ($masks eq "") {
|
||||||
$masks = "<no-one>" if (!$masks);
|
$masks = "<no-one>";
|
||||||
delete $opnicks{$channel};
|
delete $opnicks{$channel};
|
||||||
} else {
|
} else {
|
||||||
$opnicks{$channel} = $masks;
|
$opnicks{$channel} = $masks;
|
||||||
|
Loading…
Reference in New Issue
Block a user