# File lib/rbot/irc.rb, line 1435
    def create_mode(sym, kl)
      @mode[sym.to_sym] = kl.new(self)
    end