mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
I should get some kind of anality award.
This commit is contained in:
parent
aabd318710
commit
8ea62d2503
@ -155,7 +155,7 @@ class FunDB(callbacks.Privmsg, plugins.ChannelDBHandler):
|
||||
sql = """SELECT id FROM %ss WHERE %s=%%s""" % (table, table)
|
||||
cursor.execute(sql, s)
|
||||
id = cursor.fetchone()[0]
|
||||
irc.replySuccess('(%s #%s)' % (table, id))
|
||||
irc.replySuccess('(%s #%s added)' % (table, id))
|
||||
|
||||
def remove(self, irc, msg, args):
|
||||
"""[<channel>] <lart|excuse|insult|praise> <id>
|
||||
|
Loading…
x
Reference in New Issue
Block a user