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