# data/config
# This is the main config file for Onyx Sidewinder BBS. 
# Althought it looks the same to BB0.73B it's slightly different so don't
# use yoru existing BB config file
# General note on terminals: On older Linux kernels, vc's don't get
# automatically allocated, so they must exist already for many things to work.

#### General stuff ####
# The lock dir for the modem device. If you don't define this, the modem won't
# be locked.
#lockdir "/osbbs/lock/"

# The maximum number of nodes that can be active at any one time.
# Use this to limit the system load on old slow 486s :-(
maxnodes 5

# If you define firstvc, spying terminals will be automatically determined
# from the node number. If firstvc = 20, node 1 will show up on /dev/tty21,
# node 2 on /dev/tty22, etc.
firstvc 20

# The maximum time in seconds a user is allowed not to press a key.
timeout 500

# The date format. Values you can use are:
# d - day of the month (1 - 31)
# m - month (1 - 12)
# M - month (Jan - Dec)
# l - month (January - December) "l" is not a good name, I know :-(
# w - weekday (Sun - Sat)
# W - weekday (Sunday - Saturday)
# y - year (1900 -)
# Other characters are copied literally. The default is "M d y".
# IMPORTANT! This is used for input as well, so make sure day, month and
# year occur exactly once.
datefmt "d-m-y"

#### Startup prompts ####
# "What's your name!"
# enteryourname "login: "

# "PASSWORD!"
# enterpasswd "password: "

# "Newuser?"
# areyounew "Bent u nieuw hier? (N/j) "

#### Chatting ####
# The chatter startup message. Default is something boring.
chatmsg "Like a puzzle before your eyes the sysop apears with a boom!."

# The terminal used for chatting. Don't use /dev/tty for this.
# Note that it is perfectly possible to chat with more than one user at a 
# time, but you have to set different chatterms and do bbcmd node# chat, 
# because paging will fail. (exitcode = 3)
chatterm "/dev/tty13"

# The pager. This is run by the shell for easy redirection.
#pager "cat /usr/local/sounds/ring.au > /dev/audio"
pager "auplay /usr/local/lib/sounds/mp/messagea.au"

# The number of seconds to delay. This should be longer than the pager takes
# to run because otherwise multiple pagers will be started.
pagedelay 5

# The number of times to run the pager before giving up.
pagetries 8

#### Mail #####
# If you don't have gzip, don't define this.
# gzip-specific options are used, so only compatible compressors will work.
# This is a bit silly, but it seemed like a good idea at the time. It will
# be gone in the next version.
gzip "/bin/gzip"

# The SMTP server used to send user's mail to. I don't suppose this is very
# useful, but you can never have too many options, right? Default is
# localhost.
#smtphost "xs4all.nl"

# The fully-qualified DNS domain name for your computer. This is needed for
# the From: line in e-mail. I don't know of a way to obtain it at run time, 
# but this is probably easier anyway. CHANGE THIS, or I will receive
# (and throw away) all mail sent to your users.
bbsdomain "chamber.ee"

#### Language ####
# This is isn't completely implemented yet, only yes and no are guaranteed 
# to work.

# Key for yes
#yeskey "j" 

# Key for no
#nokey "n"

# Key for mark
#markkey "m"

# Key for unmark
#unmarkkey "w"

# Key for continuous
#contkey "f"

# Key for quit
#quitkey "s"

#### Files ####
#filefmt "$grey$$3r filenum$ $cyan$$30l filename$ $10r filesize$$grey$"
#markedfmt "$grey$$3r filenum$ $bcyan$$30l filename$ $10r filesize$ <Marked>$grey$"

# Minimum free Ks (blocks, technically) on fs to allow uploads.
minfree 10240

# Set this to "byname", "bydate", or "bysize". Default is name.
#filesort "bysize"

#### News ####

# The NNTP server (default is $NNTPSERVER, and if that doesn't exist it's
# localhost)
nntpserver "news.chamber.ee"

# The text used in the "Organization: " line. Default is no org line.
organization "-= chamber.ee =- Serving the Internet and its components"
