mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +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):
|
def translate(self, irc, msg, args):
|
||||||
"""<from-language> <to-language> <text>
|
"""<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)
|
(fromLang, toLang, text) = privmsgs.getArgs(args, needed=3)
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user