mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +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
|
||||
# user or not. You should effect your configuration by manipulating the
|
||||
# registry as appropriate.
|
||||
from questions import expect, anything, something, yn, output
|
||||
from supybot.questions import expect, anything, something, yn, output
|
||||
conf.registerPlugin('Insult', True)
|
||||
if advanced:
|
||||
output("""The Insult plugin constructs an insult in the form of \"You
|
||||
|
Loading…
Reference in New Issue
Block a user