Make mention of <snip> in morehelp.

This commit is contained in:
Jeremy Fincher 2003-09-05 15:47:15 +00:00
parent b682b8c2dc
commit fed6273f03
1 changed files with 3 additions and 1 deletions

View File

@ -861,7 +861,9 @@ class FunCommands(callbacks.Privmsg):
def dict(self, irc, msg, args):
"""[<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:
dictionary = args.pop(0)