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