From 6d9aea2d260a7e27d4aeee448a9da6e154f22b40 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 23 Oct 2003 15:31:56 +0000 Subject: [PATCH] Missing conf import --- plugins/Gameknot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Gameknot.py b/plugins/Gameknot.py index 7af1b69a8..b6bedfdeb 100644 --- a/plugins/Gameknot.py +++ b/plugins/Gameknot.py @@ -39,6 +39,7 @@ import re import sets import urllib2 +import conf import debug import utils import ircutils