# Naken Chat configuration file # Here is your welcome message. You are free to change this # to whatever you need. WELCOME --------------------------------------------------- WELCOME Welcome to Michael Kohn's Naken Chat Server! WELCOME For more infomation on this code go to: WELCOME http://nakenchat.naken.cc/ email: mike@mikekohn.net WELCOME --------------------------------------------------- WELCOME Version 2.00/July 2, 2003 WELCOME Type .help for a list of commands WELCOME # change the sysop password to whatever you want SYSOP_PASSWORD pencil # wooohoo!!! I get to write bad words!! :) # You only get up to 1024 chars total for all words # combined (including nulls). BAD_WORD fuck BAD_WORD shit # if you have any allow lines, ONLY these sites will be # allowed to logon your Naken Chat.. You if you ban an # allowed site, it's denied.. you can have up to 4096 # characters for all sites combined (including nuls) #ALLOW naken.cc #ALLOW localhost.naken.cc # any sites you want to ban put here on seperate lines # you only get 50 of these.. any more will # crash the server #BAN naken #BAN microsoft.com # Uncomment this line to default the server to international mode INTERNATIONAL 1 # Set this to the maxiumum number of people you want to allow # in the chat. MINCONN 10 MAXCONN 50 # Set this to the maximum time (in minutes) people are allowed # to have no activity on the chat. If set to 0 this feature is # disabled. NOTE: Idle time is ONLY checked during the garbage # collection period on Naken Chat (which defaults to 10 minutes). # this means that altho your max idle time is set to 15 minutes, # the actual time the user is kicked off could take an extra 5 # minutes. This is done to save CPU cycles. MAX_IDLE_TIME 60 # Set to port number you want to run the chat on PORT 6666 # Host lookups HOSTLOOKUPS 1 # Show IP Addresses (so when people type .w it shows nothing) SHOWIPS 1 # If NODUPIPS is set to 1 then Naken Chat will not allow two # people to log on from the same IP address NODUPIPS 0 # Set this to the name of your log file (MUST BE A FULL PATH) # If you want logging turned on by default change LOGGING to 1 LOGFILE /var/log/nakenchat.log LOGGING 0 # Set this to the Naken Chat password file (MUST BE A FULL PATH) # If you don't want to have registered users on the chat you can # comment this line out. #PASSWD /usr/local/etc/nakenchat.passwd # if FORCE_PASSWD is 1, then the user must be in the password file to login FORCE_PASSWD 0 # if FORCE_NAME is 1, then the user cannot talk on the chat till they name # themselves FORCE_NAME 0 # if NODUP_NAMES is 1, then a user cannot pick the same name as someone else # already logged in NODUP_NAMES 0 # Set this to the level of censoring the server should start out # with. # Level 0 = none # Level 1 = block out bad words # Level 2 = warn user, don't display # Level 3 = warn user, don't display, kick off after 3 # Level 4 = kick off CENSOR 0 # Set this to 1 if you want to disable the channels feature of the chat # Users can still have default channels in the password file, but # channel ownership will disappear. Sysops will be the only ones # with channel control. CHANNEL_DISABLE 0