###########################################################################
# Xicq config file                                                        #
###########################################################################


# Your uin:
# format: UIN=<your uin>
# <your uin> is an unsigned long int.
UIN=


# Your password
# format: PASSWORD=<your password>
# <your password> is a string.
PASSWORD=


# Your nick
# format: NICK=<nick>
# <nick> is a string.
NICK=


# Your first name
# format: FIRSTNAME=<firstname>
# <firstname> is a string
FIRSTNAME=


# Your last name
# format: LASTNAME=<lastname>
# <lastname> is a string
LASTNAME=


# Your email address
# format: EMAIL=<email>
# <email> is a string
EMAIL=


# The icq server to use
# format: ICQSERVER=<server>
# <server> is a string.
ICQSERVER=icq1.mirabilis.com


# The port to use
# format: ICQPORT=<port>
# <port> is an integer.
ICQPORT=4000


# Startup status
# format: STATUS=<status>
# <status> is an integer.
# 0 = Available                   1 = Away
# 2 = Do Not Desturb (DND)        3 = Not Available (N/A)
# 4 = Occupied                    5 = Free For Chat
# 6 = Invisible
STATUS=0


# List offline users with 'who' command?
# format: SHOWOFFLINE=<flag>
# <flag> is a boolean: 0/1, T/F, Y/N
SHOWOFFLINE=0


# Contact file
# File holding your contact list. Path is relative to $HOME
# format: CONTACT_FILE=<file>
# <file> is a string.
CONTACT_FILE=.xicq/contact


# Log file
# All messages etc. will be logged to this file. Path is relative to $HOME
# format: LOGFILE=<file>
# <file> is a string.
LOGFILE=.xicq/log


# Colors
# format: <COLOR_NAME>=<COLOR>
# <COLOR> is a string (Ansi color code)
# <COLOR_NAME> is:
#  COL_TITLEB - Title text, bright
#  COL_TITLED - Title text, dark
#  COL_BORDER - Borders around msgs etc
#  COL_HEADER - Headers
#  COL_TEXT   - msg text etc
#  COL_NONE   - Reset to this color
COL_TITLEB=1;35
COL_TITLED=0;35
COL_BORDER=0;35
COL_HEADER=1;35
COL_TEXT=0;36
COL_NONE=0
