SedRegex: Fix NameError in config setup

This commit is contained in:
Valentin Lorentz 2021-05-22 18:51:35 +02:00
parent fb16e8b6c2
commit 14e637f4af

View File

@ -38,7 +38,7 @@ except:
_ = lambda x: x _ = lambda x: x
def configure(advanced): def configure(advanced):
from supybot.questions import expect, anything, something, yn from supybot.questions import expect, anything, something, yn, output
conf.registerPlugin('SedRegex', True) conf.registerPlugin('SedRegex', True)
if advanced: if advanced:
output("""The SedRegex plugin allows you to make Perl/sed-style regex output("""The SedRegex plugin allows you to make Perl/sed-style regex