mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-05-13 18:07:25 +02:00
Added a commit to doPrivmsg.
This commit is contained in:
parent
949deee935
commit
580edc37c5
@ -166,6 +166,7 @@ class Notes(callbacks.Privmsg):
|
|||||||
WHERE notes.to_id=(SELECT id
|
WHERE notes.to_id=(SELECT id
|
||||||
FROM users
|
FROM users
|
||||||
WHERE name=%s)""", name)
|
WHERE name=%s)""", name)
|
||||||
|
self.db.commit()
|
||||||
callbacks.Privmsg.doPrivmsg(self, irc, msg)
|
callbacks.Privmsg.doPrivmsg(self, irc, msg)
|
||||||
|
|
||||||
def sendnote(self, irc, msg, args):
|
def sendnote(self, irc, msg, args):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user