diff options
author | Timo Sirainen <cras@irssi.org> | 2000-08-24 01:07:27 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-08-24 01:07:27 +0000 |
commit | 3a4b358cdfee0349f06d0f4413d10c0b6400606b (patch) | |
tree | 1c46dd9b995a05b5c4d7e34f56e4956ce69a416d /scripts | |
parent | d86c7157909486cc377ce3d9d021feac789fd077 (diff) | |
download | irssi-3a4b358cdfee0349f06d0f4413d10c0b6400606b.zip |
small fix :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@626 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/autoop.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/autoop.pl b/scripts/autoop.pl index 1a89381a..e3d4c65e 100644 --- a/scripts/autoop.pl +++ b/scripts/autoop.pl @@ -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; |