Forgot irc.reply(msg, conf.replySuccess) in addlart.

This commit is contained in:
Jeremy Fincher 2003-03-26 00:42:13 +00:00
parent 76fb59758e
commit 6d56a864b4
1 changed files with 1 additions and 0 deletions

View File

@ -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>"""