This commit is contained in:
Jeremy Fincher 2004-06-25 14:14:39 +00:00
parent ef91ae1133
commit dae0db1de5
1 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,8 @@ class Note(callbacks.Privmsg):
def note(self, irc, msg, args):
"""<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)
if noteid.startswith('get'):