mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Forgot two imports for the bug command.
This commit is contained in:
parent
6ad95c52a2
commit
8046f76b30
@ -36,9 +36,11 @@ caller to have the 'admin' capability. This plugin is loaded by default.
|
|||||||
|
|
||||||
from fix import *
|
from fix import *
|
||||||
|
|
||||||
|
import time
|
||||||
import pprint
|
import pprint
|
||||||
import string
|
import string
|
||||||
import smtplib
|
import smtplib
|
||||||
|
import textwrap
|
||||||
|
|
||||||
import conf
|
import conf
|
||||||
import ircdb
|
import ircdb
|
||||||
|
Loading…
Reference in New Issue
Block a user