From 14e637f4af81fff7d61075b1c8573326d87dda0e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 22 May 2021 18:51:35 +0200 Subject: [PATCH] SedRegex: Fix NameError in config setup --- plugins/SedRegex/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SedRegex/config.py b/plugins/SedRegex/config.py index ce2b8b396..cf225deb1 100644 --- a/plugins/SedRegex/config.py +++ b/plugins/SedRegex/config.py @@ -38,7 +38,7 @@ except: _ = lambda x: x def configure(advanced): - from supybot.questions import expect, anything, something, yn + from supybot.questions import expect, anything, something, yn, output conf.registerPlugin('SedRegex', True) if advanced: output("""The SedRegex plugin allows you to make Perl/sed-style regex