From 417cd7d66f3173eab4477e8f952af48a7c33695c Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 20 Oct 2021 17:39:50 -0700 Subject: [PATCH] LogToIrc: add missing import --- plugins/LogToIrc/handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/LogToIrc/handler.py b/plugins/LogToIrc/handler.py index 9fc6394f7..ab4486db2 100644 --- a/plugins/LogToIrc/handler.py +++ b/plugins/LogToIrc/handler.py @@ -37,6 +37,7 @@ import logging import supybot.log as log import supybot.conf as conf +import supybot.ircdb as ircdb import supybot.utils as utils import supybot.world as world import supybot.ircmsgs as ircmsgs