# -------------------------------------------------------------------------
# WordReplace Configuration File
#
# WordReplace is a Palace server plugin that replaces strings specified in
# the configuration files. It is applied to chat messages and screen names.
#
# It was developed by Martyn Gilbertson.
#
# Questions about this plugin? Write to Martyn at plugins@palacebox.com or
# Joseph Rock at joe@avatarpalace.net.
#
# Copyright (c) 2003 Martyn Gilbertson. All Rights Reserved Worldwide.
# -------------------------------------------------------------------------
#
# "delimiter" is a parameter which can be set to any character, which is
# used as a delimiter to allow the plugin to distinguish when to replace
# a prohibited string.
#
delimiter *
#
# "log" is a parameter which can be set to 'on' or 'off' to provide additional
# information in the PServer.log file when a string is replaced.
#
log on
#
# "mroomenforce" is a parameter which can be set to 'on,' which blocks
# prohibited strings in member created rooms. Setting it to 'off' will
# permit prohibited strings.
#
mroomenforce on
#
# "namereplace" is a parameter which is used to set the path to the configuration
# file. This file can be anywhere provided it is readable. If the file is not found,
# WordReplace will try and read a file in the psdata folder called namereplace.txt
#
namereplace namereplace.txt
#
# "page" is a parameter which can be set to 'on' or 'off' to page an operator
# when a string is replaced.
#
page off
#
# "rank" is an optional parameter that can be be set to 0-3.
# 0  = every one can use wordreplace commands
# 1  = only members wizards and gods can use wordreplace commands
# 2  = only wizards and gods can use wordreplace commands
# 3  = only gods can use wordreplace commands
#
rank 3
#
# "speechreplace" is a parameter which is used to set the path to the configuration
# file. This file can be anywhere provided it is readable. If the file is not found,
# WordReplace will try and read a file in the psdata folder called speechreplace.txt
#
speechreplace speechreplace.txt
