5 lines
92 B
Ruby
5 lines
92 B
Ruby
include EventMachine::IRC::Commands
|
|
|
|
Client.register_trigger("PRIVMSG") { |msg|
|
|
p msg
|
|
}
|