mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Merge branch 'maint/0.83.4'
This commit is contained in:
commit
28839f8d00
@ -77,7 +77,8 @@ class Dict(callbacks.Plugin):
|
|||||||
def dict(self, irc, msg, args, words):
|
def dict(self, irc, msg, args, words):
|
||||||
"""[<dictionary>] <word>
|
"""[<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:
|
try:
|
||||||
server = conf.supybot.plugins.Dict.server()
|
server = conf.supybot.plugins.Dict.server()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user