mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Added an XXX.
This commit is contained in:
parent
c6e5d22f6b
commit
7ab8be2f64
@ -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):
|
||||
"""[<channel>] <quote>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user