mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01: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
|
||||
FROM users
|
||||
WHERE name=%s)""", name)
|
||||
self.db.commit()
|
||||
callbacks.Privmsg.doPrivmsg(self, irc, msg)
|
||||
|
||||
def sendnote(self, irc, msg, args):
|
||||
|
Loading…
Reference in New Issue
Block a user