##-----------------------------------------------------------------------------
## dircproxy.txt
##
## Creation:     29.11.2001  ow
## Last Update:  29.03.2002  ow
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# Optional package: DIRCPROXY
#------------------------------------------------------------------------------
OPT_DIRCPROXY='no'                                                 # install dircproxy: yes or no
DIRCPROXY_PORT='57000'                                             # dircproxy port, see also FIREWALL_DENY_PORT_x
DIRCPROXY_USER_N='1'                                                # number of users

DIRCPROXY_USER_1_PASSWORD='foobar'                                 # password of user
DIRCPROXY_USER_1_SERVER='irc.linux.com'                            # server(s) to connect
DIRCPROXY_USER_1_CHANNEL='#foo'                                    # channel(s) to join
DIRCPROXY_USER_1_DISCONNECT='no'                                   # disconnect from server if disconnecting from proxy?
DIRCPROXY_USER_1_QUIT_MESSAGE='none'                               # message if disconnecting from server
DIRCPROXY_USER_1_ATTACH_MESSAGE='none'                             # message if reconnecting to proxy
DIRCPROXY_USER_1_DETACH_MESSAGE='none'                             # message if disconnecting from proxy
DIRCPROXY_USER_1_DETACH_NICKNAME='none'                            # nickname if disconnected from proxy
DIRCPROXY_USER_1_AWAY_MESSAGE='Not available, messages are logged' # away messages if disconnected from proxy
DIRCPROXY_USER_1_CHAN_LOG='yes'                                    # log channel messages?
DIRCPROXY_USER_1_CHAN_LOG_MAXSIZE='0'                              # maximum number of lines to log
DIRCPROXY_USER_1_OTHER_LOG='yes'                                   # log other messages? 
DIRCPROXY_USER_1_OTHER_LOG_MAXSIZE='0'                             # maximum number of lines to log