diff --git a/plugins/Note.py b/plugins/Note.py index 570e53ad7..79df6f36a 100644 --- a/plugins/Note.py +++ b/plugins/Note.py @@ -221,7 +221,8 @@ class Note(callbacks.Privmsg): def note(self, irc, msg, args): """ - 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'):