mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +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
|
_ = 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
|
||||||
|
Loading…
Reference in New Issue
Block a user