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?')