summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/translator.rb
AgeCommit message (Expand)Author
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-09-11* (plugins/fish,translator) long-running actions made threaded to avoid blockingDmitry Kim
2007-09-11translator plugin: catch all exceptions when trying to initialize translatorsGiuseppe Bilotta
2007-08-15+ translator.rb: added 'translator' command which automatically picks a trans...Yaohan Chen
2007-08-11* translator.rb: use Irc::Utils.botYaohan Chen
2007-08-11translator.rb:Yaohan Chen
2007-08-10* (plugins/translator) fixed a diagnostic messageDmitry Kim
2007-08-10* translator.rb: corrected naming of BabelfishTranslator#do_translate methodYaohan Chen
2007-08-10+ added a translator pluginYaohan Chen