diff --git a/plugins/Note.py b/plugins/Note.py index 72582f31a..44badf85f 100644 --- a/plugins/Note.py +++ b/plugins/Note.py @@ -193,6 +193,9 @@ class Note(callbacks.Privmsg): Retrieves a single note by its unique note id. """ noteid = privmsgs.getArgs(args) + if noteid.startswith('get'): + irc.error('The Note.get command has changed to be simply "note".') + return try: id = ircdb.users.getUserId(msg.prefix) except KeyError: