CoralMUD-0.18/
CoralMUD-0.18/core/
CoralMUD-0.18/data/
CoralMUD-0.18/data/help/
CoralMUD-0.18/data/players/
CoralMUD-0.18/data/socials/
CoralMUD-0.18/lib/automap/
CoralMUD-0.18/lib/items/
class Player
  def cmd_filter tentry, arg
    @channel_flags.toggle(:language_filter)    
    if @channel_flags.is_set?(:language_filter)
      view "Our language filter will now be applied to your session." + ENDL
    else
      view "Our language filter will no longer be applied to your session." + ENDL
    end
  end
end