From 3a4b358cdfee0349f06d0f4413d10c0b6400606b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 24 Aug 2000 01:07:27 +0000 Subject: [PATCH] small fix :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@626 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- scripts/autoop.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" if (!$masks); + $masks = ""; delete $opnicks{$channel}; } else { $opnicks{$channel} = $masks;