From d6423cad67c9b126b28eebea1ffa8ab96562dcd2 Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 31 Aug 2010 18:46:05 -0400 Subject: [PATCH] Dict: Refer to the server config variable in Dict.dict's help. Closes: Sf#3056621 Signed-off-by: James Vega (cherry picked from commit bc98577fb14932b354f01215de8a9293f9aa4816) Signed-off-by: Daniel Folkinshteyn --- plugins/Dict/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Dict/plugin.py b/plugins/Dict/plugin.py index 1c0085926..556c65add 100644 --- a/plugins/Dict/plugin.py +++ b/plugins/Dict/plugin.py @@ -79,7 +79,8 @@ class Dict(callbacks.Plugin): def dict(self, irc, msg, args, words): """[] - Looks up the definition of on dict.org's dictd server. + Looks up the definition of on the dictd server specified by + the supybot.plugins.Dict.server config variable. """ try: server = conf.supybot.plugins.Dict.server()