Merge branch 'maint/0.83.4'

This commit is contained in:
James Vega 2010-08-31 18:47:09 -04:00
commit 28839f8d00
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ class Dict(callbacks.Plugin):
def dict(self, irc, msg, args, words):
"""[<dictionary>] <word>
Looks up the definition of <word> on dict.org's dictd server.
Looks up the definition of <word> on the dictd server specified by
the supybot.plugins.Dict.server config variable.
"""
try:
server = conf.supybot.plugins.Dict.server()