mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
RFE #952861.
This commit is contained in:
parent
ef91ae1133
commit
dae0db1de5
@ -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'):
|
||||
|
Loading…
Reference in New Issue
Block a user