mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
SedRegex: Fix NameError in config setup
This commit is contained in:
parent
fb16e8b6c2
commit
14e637f4af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user