mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-29 21:54:22 +01:00
Added necessary imports to configure.
This commit is contained in:
parent
60dc66927d
commit
7dfeb8d486
@ -44,6 +44,7 @@ import ircutils
|
||||
import callbacks
|
||||
|
||||
def configure(onStart, afterConnect, advanced):
|
||||
from questions import expect, anything, something, yn
|
||||
onStart.append('load Enforcer')
|
||||
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':
|
||||
|
Loading…
Reference in New Issue
Block a user