# -------------------------------------------------------------------------
# Blockall 2.5 Configuration File
#
# Blockall is a palace server plugin that prevents unauthorized or outdated
# clients from accessing the server.
#
# It was developed primarily by Martyn Gilbertson, with some assistance
# from Alex Bibizadeh and Bill Frantz.
#
# 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.
# -------------------------------------------------------------------------
#
# "action" can be set to 'disconnect', which will disconnect users running
# prohibited software and give them a warning message, or it can be set to
# a specific room ID which will prevent them from leaving the room.
#
action 		disconnect
#
# "discmsg" is the message which will be sent to the user running
# prohibited software when they are immediately disconnected.
#
discmsg 	You have been disconnected for using an unauthorized client.
#
# "log" is a parameter which can be set to 'on' to provide additional information
# in the PServer.log file when a user is disconnected or moved to a specific room.
# This can also be toggled 'off.'
#
log 		on
#
# "page" is an optional parameter that can be toggled 'on' or 'off'. When
# toggled 'off' it will disable bad clients to page the operators, toggled
# on will enable bad clients to page the operators.
#
page 		off
#
# "pagemsg" is the message which will be paged when a user tries to enter with a 
# bad client this can be toggled 'off.'
#
pagemsg 	I am using an unauthorized client to access this Palace.
#
# "rank" is an optional parameter that can be be set to 0-3.
# 0  = every one can use blockall commands
# 1  = only members wizards and gods can use  blockall commands
# 2  = only wizards and gods can use blockall commands
# 3  = only gods can use blockall commands
#
rank 		3
#
# "roommsg" is the message which can be sent to the user running
# prohibited software when they are moved to a specified room ID. this can be toggled 'off'.
#
roommsg 	You have been sent to this room for using an unauthorized client. You may not leave this room.
#
# "unicode" is an optional parameter that can be toggled 'on' or 'off'. When
# toggled 'on' it will permit additional special characters in screen names
# that were previously not allowed.
#
unicode 	on
