repost/plugins/pretty_print.rb

6 lines
92 B
Ruby
Raw Normal View History

2013-06-04 19:31:27 +00:00
include EventMachine::IRC::Commands
Client.register_trigger("PRIVMSG") { |msg|
2013-06-04 19:31:27 +00:00
p msg
}