Made Notes notify on PRIVMSG as well as JOIN.

This commit is contained in:
Jeremy Fincher 2003-08-15 03:00:59 +00:00
parent cb6f1a1432
commit 977031163e

View File

@ -142,6 +142,10 @@ class Notes(callbacks.Privmsg):
FROM users
WHERE name=%s)""", name)
def doPrivmsg(self, irc, msg):
self.doJoin(irc, msg)
callbacks.Privmsg.doPrivmsg(self, irc, msg)
def sendnote(self, irc, msg, args):
"""<recipient> <text>