mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-29 21:54:22 +01:00
Changed morehelp for translate.
This commit is contained in:
parent
6d9cf3e0a2
commit
0bcffe0d3e
@ -74,7 +74,7 @@ class Babelfish(callbacks.Privmsg):
|
||||
def translate(self, irc, msg, args):
|
||||
"""<from-language> <to-language> <text>
|
||||
|
||||
Returns the text translated to the new language.
|
||||
Returns <text> translated from <from-language> into <to-language>.
|
||||
"""
|
||||
(fromLang, toLang, text) = privmsgs.getArgs(args, needed=3)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user