Added necessary imports to configure.

This commit is contained in:
Jeremy Fincher 2003-09-11 12:32:39 +00:00
parent 60dc66927d
commit 7dfeb8d486
1 changed files with 1 additions and 0 deletions

View File

@ -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':