Changed get to just plain note, as per RFE #869628.

This commit is contained in:
Jeremy Fincher 2004-01-03 15:59:51 +00:00
parent 95c2098b5d
commit a065477bbd
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ class Note(callbacks.Privmsg):
irc.error(msg, 'That note wasn\'t sent by you.')
def get(self, irc, msg, args):
def note(self, irc, msg, args):
"""<note id>
Retrieves a single note by its unique note id.

View File

@ -55,7 +55,7 @@ if sqlite is not None:
def testNote(self):
# self.assertNotError('note 1')
self.assertError('note get blah')
self.assertError('note blah')
def testNotes(self):
self.assertNotError('note list')