From 8046f76b30aea53fca2e3d18e9770a61502f1892 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 4 Oct 2003 12:54:42 +0000 Subject: [PATCH] Forgot two imports for the bug command. --- src/AdminCommands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AdminCommands.py b/src/AdminCommands.py index 8f00fc816..1d13ce9f2 100755 --- a/src/AdminCommands.py +++ b/src/AdminCommands.py @@ -36,9 +36,11 @@ caller to have the 'admin' capability. This plugin is loaded by default. from fix import * +import time import pprint import string import smtplib +import textwrap import conf import ircdb