# File lib/rbot/maskdb.rb, line 7
      def initialize(pre = '', chi = Hash.new)
        @pre = pre
        @chi = chi
      end