Removed makePrivate.

This commit is contained in:
Jeremy Fincher 2003-04-14 06:57:41 +00:00
parent 2230149cf0
commit 0d99f0662a

View File

@ -117,10 +117,6 @@ class Notes(callbacks.Privmsg):
else:
return True
def makePrivate(self, msg):
"Returns an IrcMsg object with an updated target value."
return ircmsgs.privmsg(msg.nick, msg.args[1])
def setAsRead(self, noteid):
"Changes a message's 'read' value to true in the notes table."
self.cursor.execute('UPDATE notes SET read=1 WHERE id=%s', noteid)