mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-06 17:44:09 +01:00
Forgot a #.
This commit is contained in:
parent
315810d08e
commit
ce315d33a1
@ -212,7 +212,7 @@ class Note(callbacks.Privmsg):
|
|||||||
cursor.execute("""SELECT id FROM notes WHERE
|
cursor.execute("""SELECT id FROM notes WHERE
|
||||||
from_id=%s AND to_id=%s AND added_at=%s""",
|
from_id=%s AND to_id=%s AND added_at=%s""",
|
||||||
fromId, toId, now)
|
fromId, toId, now)
|
||||||
s = 'note %s sent to %s' % (cursor.fetchone()[0], name)
|
s = 'note #%s sent to %s' % (cursor.fetchone()[0], name)
|
||||||
sent.append(s)
|
sent.append(s)
|
||||||
db.commit()
|
db.commit()
|
||||||
irc.reply(utils.commaAndify(sent).capitalize() + '.')
|
irc.reply(utils.commaAndify(sent).capitalize() + '.')
|
||||||
|
Loading…
Reference in New Issue
Block a user