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)