# File lib/plugins/irc_gw.rb, line 134 def on_message(m) termtter_command = m.command.downcase + ' ' + m.params.join(' ') return unless Termtter::Client.find_command(termtter_command) execute_command(termtter_command) rescue Exception => e Termtter::Client.handle_error(e) end