From 7ab8be2f647cbbd47a135509627524c011638a03 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 23 Oct 2004 21:27:17 +0000 Subject: [PATCH] Added an XXX. --- plugins/Quotes.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/Quotes.py b/plugins/Quotes.py index 5e9c0613e..357367f25 100644 --- a/plugins/Quotes.py +++ b/plugins/Quotes.py @@ -212,6 +212,10 @@ class Quotes(callbacks.Privmsg): self.__parent.die() 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): """[]