Added an XXX.

This commit is contained in:
Jeremy Fincher 2004-10-23 21:27:17 +00:00
parent c6e5d22f6b
commit 7ab8be2f64

View File

@ -212,6 +212,10 @@ class Quotes(callbacks.Privmsg):
self.__parent.die() self.__parent.die()
self.db.close() self.db.close()
# XXX I was going to convert this to use commands.wrap, but we need to fix
# this so it's not the got the completely type-unsafe int-or-nick "by"
# column; chances are, that's going to be something we'll have a
# converter for.
def add(self, irc, msg, args): def add(self, irc, msg, args):
"""[<channel>] <quote> """[<channel>] <quote>