mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +01:00
Added necessary imports to configure.
This commit is contained in:
parent
60dc66927d
commit
7dfeb8d486
@ -44,6 +44,7 @@ import ircutils
|
|||||||
import callbacks
|
import callbacks
|
||||||
|
|
||||||
def configure(onStart, afterConnect, advanced):
|
def configure(onStart, afterConnect, advanced):
|
||||||
|
from questions import expect, anything, something, yn
|
||||||
onStart.append('load Enforcer')
|
onStart.append('load Enforcer')
|
||||||
chanserv = something('What\'s the name of ChanServ on your network?')
|
chanserv = something('What\'s the name of ChanServ on your network?')
|
||||||
if yn('Do you want the bot to take revenge on rule breakers?') == 'y':
|
if yn('Do you want the bot to take revenge on rule breakers?') == 'y':
|
||||||
|
Loading…
Reference in New Issue
Block a user