From 7dfeb8d486e492af4aee2f3b1cae62c5d338705d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 11 Sep 2003 12:32:39 +0000 Subject: [PATCH] Added necessary imports to configure. --- plugins/Enforcer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Enforcer.py b/plugins/Enforcer.py index 478866695..cefdb78cd 100644 --- a/plugins/Enforcer.py +++ b/plugins/Enforcer.py @@ -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':