# File rbot/rfc2812.rb, line 1018 def handle(key, data) if(@handlers.has_key?(key)) @handlers[key].call(data) end end