# File lib/rbot/rfc2812.rb, line 819
    def initialize
      @handlers = Hash.new
      @users = Array.new
    end