From bc98577fb14932b354f01215de8a9293f9aa4816 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 --- 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 1ceeafec4..989ee687b 100644 --- a/plugins/Dict/plugin.py +++ b/plugins/Dict/plugin.py @@ -77,7 +77,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()