repost/plugins/pretty_print.rb

6 lines
109 B
Ruby
Raw Normal View History

2013-06-04 19:31:27 +00:00
include EventMachine::IRC::Commands
2015-04-16 08:40:52 +00:00
Client.register_trigger("PRIVMSG", "pretty_print") { |msg|
pp msg
2013-06-04 19:31:27 +00:00
}