require 'pp' include EventMachine::IRC::Commands Client.register_trigger("PRIVMSG", "pretty_print") { |msg| puts Time.now.to_s + msg.pretty_inspect }