mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +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
|
||||
from_id=%s AND to_id=%s AND added_at=%s""",
|
||||
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)
|
||||
db.commit()
|
||||
irc.reply(utils.commaAndify(sent).capitalize() + '.')
|
||||
|
Loading…
Reference in New Issue
Block a user