mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-12 11:31:03 +01:00
Dict: Refer to the server config variable in Dict.dict's help.
Closes: Sf#3056621 Signed-off-by: James Vega <jamessan@users.sourceforge.net> (cherry picked from commit bc98577fb14932b354f01215de8a9293f9aa4816) Signed-off-by: Daniel Folkinshteyn <nanotube@users.sourceforge.net>
This commit is contained in:
parent
828b82ea9c
commit
d6423cad67
@ -79,7 +79,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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user