mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +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.')
|
irc.error(msg, 'That note wasn\'t sent by you.')
|
||||||
|
|
||||||
|
|
||||||
def get(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.
|
||||||
|
@ -55,7 +55,7 @@ if sqlite is not None:
|
|||||||
|
|
||||||
def testNote(self):
|
def testNote(self):
|
||||||
# self.assertNotError('note 1')
|
# self.assertNotError('note 1')
|
||||||
self.assertError('note get blah')
|
self.assertError('note blah')
|
||||||
|
|
||||||
def testNotes(self):
|
def testNotes(self):
|
||||||
self.assertNotError('note list')
|
self.assertNotError('note list')
|
||||||
|
Loading…
Reference in New Issue
Block a user