mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +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):
|
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'):
|
||||||
|
Loading…
Reference in New Issue
Block a user