From e877874cf750cb7682f7c7086d777764d051fe42 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 13 Apr 2004 00:59:35 +0000 Subject: [PATCH] Forgotten colon. --- plugins/LogToChannel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/LogToChannel.py b/plugins/LogToChannel.py index 66b1a2159..a420d7ead 100644 --- a/plugins/LogToChannel.py +++ b/plugins/LogToChannel.py @@ -142,7 +142,7 @@ def configure(advanced): conf.supybot.plugins.LogToChannel.colorized.setValue(colorized) if advanced: level = '' - while not level + while not level: try: level = something('What would you like the minimum priority ' 'level to be which will be logged to IRC?')