Forgot two imports for the bug command.

This commit is contained in:
Jeremy Fincher 2003-10-04 12:54:42 +00:00
parent 6ad95c52a2
commit 8046f76b30
1 changed files with 2 additions and 0 deletions

View File

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