Changed morehelp for translate.

This commit is contained in:
Jeremy Fincher 2003-09-06 04:51:28 +00:00
parent 6d9cf3e0a2
commit 0bcffe0d3e

View File

@ -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: