mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Fix an old-style import
This commit is contained in:
parent
3899f33d54
commit
b744ab696c
@ -63,7 +63,7 @@ def configure(advanced):
|
|||||||
# a bool that specifies whether the user identified himself as an advanced
|
# a bool that specifies whether the user identified himself as an advanced
|
||||||
# user or not. You should effect your configuration by manipulating the
|
# user or not. You should effect your configuration by manipulating the
|
||||||
# registry as appropriate.
|
# registry as appropriate.
|
||||||
from questions import expect, anything, something, yn, output
|
from supybot.questions import expect, anything, something, yn, output
|
||||||
conf.registerPlugin('Insult', True)
|
conf.registerPlugin('Insult', True)
|
||||||
if advanced:
|
if advanced:
|
||||||
output("""The Insult plugin constructs an insult in the form of \"You
|
output("""The Insult plugin constructs an insult in the form of \"You
|
||||||
|
Loading…
Reference in New Issue
Block a user