repost/plugins/pretty_print.rb

6 lines
92 B
Ruby

include EventMachine::IRC::Commands
Client.register_trigger("PRIVMSG") { |msg|
p msg
}