This commit is contained in:
Jeremy Fincher 2004-06-25 14:14:39 +00:00
parent ef91ae1133
commit dae0db1de5

View File

@ -221,7 +221,8 @@ class Note(callbacks.Privmsg):
def note(self, irc, msg, args): def note(self, irc, msg, args):
"""<note id> """<note id>
Retrieves a single note by its unique note id. Retrieves a single note by its unique note id. Use the 'note list'
command to see what unread notes you have.
""" """
noteid = privmsgs.getArgs(args) noteid = privmsgs.getArgs(args)
if noteid.startswith('get'): if noteid.startswith('get'):