mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Forgot irc.reply(msg, conf.replySuccess) in addlart.
This commit is contained in:
parent
76fb59758e
commit
6d56a864b4
@ -243,6 +243,7 @@ class FunDB(callbacks.Privmsg):
|
||||
cursor = self.db.cursor()
|
||||
cursor.execute("""INSERT INTO larts VALUES (NULL, %s)""", lart)
|
||||
self.db.commit()
|
||||
irc.reply(msg, conf.replySuccess)
|
||||
|
||||
def removelart(self, irc, msg, args):
|
||||
"""<number>"""
|
||||
|
Loading…
Reference in New Issue
Block a user