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()