mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Changed get to just plain note, as per RFE #869628.
This commit is contained in:
parent
95c2098b5d
commit
a065477bbd
@ -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.
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user