repost/plugins/pretty_print.rb

6 lines
92 B
Ruby
Raw Normal View History

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