From fed6273f037a9298ed1f8b9c1716d14b8d34c8b7 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 5 Sep 2003 15:47:15 +0000 Subject: [PATCH] Make mention of in morehelp. --- plugins/FunCommands.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/FunCommands.py b/plugins/FunCommands.py index c1af5eb71..99f4ac89c 100644 --- a/plugins/FunCommands.py +++ b/plugins/FunCommands.py @@ -861,7 +861,9 @@ class FunCommands(callbacks.Privmsg): def dict(self, irc, msg, args): """[] - Looks up the definition of on dict.org's dictd server. + Looks up the definition of 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)