mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-06 17:44:09 +01:00
Make mention of <snip> in morehelp.
This commit is contained in:
parent
b682b8c2dc
commit
fed6273f03
@ -861,7 +861,9 @@ class FunCommands(callbacks.Privmsg):
|
|||||||
def dict(self, irc, msg, args):
|
def dict(self, irc, msg, args):
|
||||||
"""[<dictionary>] <word>
|
"""[<dictionary>] <word>
|
||||||
|
|
||||||
Looks up the definition of <word> on dict.org's dictd server.
|
Looks up the definition of <word> on dict.org's dictd server. If a
|
||||||
|
a dictionary is specified and the definition is too long, snips it to
|
||||||
|
an appropriate length.
|
||||||
"""
|
"""
|
||||||
if args[0] in self.dictdbs:
|
if args[0] in self.dictdbs:
|
||||||
dictionary = args.pop(0)
|
dictionary = args.pop(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user