plugins/Todo: Forgot to import ircdb when I updated the "@todo" message.

This commit is contained in:
James Vega 2005-05-09 15:23:34 +00:00
parent 06800f9fc7
commit 229990e130
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ import operator
import supybot.dbi as dbi
import supybot.conf as conf
import supybot.ircdb as ircdb
import supybot.utils as utils
from supybot.commands import *
import supybot.plugins as plugins