This commit is contained in:
Jeremy Fincher 2004-04-15 06:41:04 +00:00
parent 227738f78e
commit 86a217c4b3
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class Poll(callbacks.Privmsg, plugins.ChannelDBHandler):
db.commit()
cursor.execute("""SELECT id FROM polls WHERE question=%s""", question)
id = cursor.fetchone()[0]
irc.replySuccess('(poll #%s)' % id)
irc.replySuccess('(poll #%s added)' % id)
def close(self, irc, msg, args):
"""[<channel>] <id>