mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -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 "") {
|
||||
$masks = "<no-one>" if (!$masks);
|
||||
$masks = "<no-one>";
|
||||
delete $opnicks{$channel};
|
||||
} else {
|
||||
$opnicks{$channel} = $masks;
|
||||
|
Loading…
x
Reference in New Issue
Block a user