# RealChatServer default virtual server definition file v2.0
# DefaultServer.conf
# Visit http://www.rcsoft.net/ for details.
#

[global_definitions]
# ServerName: The name of the server
ServerName Default

# HelloMessage: Welcome message.
# This is sent to clients when they log in.
HelloMessage Welcome to my RealChat server!

# AdministratorPassword: OperatorPassword:
# Uncomment the following 2 lines to enable administrative manager functions.
#AdministratorPassword 1029
#OperatorPassword 3847

# ChatLog: Chat session logging ( log files grow big, so default is off )
ChatLog off

# PrivateMsgLog: Whether to log private messages
PrivateMsgLog off

# PrivateMsgLog: Whether to log user-created rooms conversations
UserRoomLog off
[/global_definitions]

[rooms_definitions]
# RoomName: RoomTopic: RoomPassword: Initial room list the server starts with.
# RoomPassword is optional. You should set it only if you want to set a password
# protected room.
# The evaluation version is restricted to one room only.

RoomName The Lobby
RoomTopic This is the main room

RoomName Fun
RoomTopic Let's have some fun!

RoomName Staff only!
RoomTopic This is a restricted channel.
RoomPassword top-secret

RoomName No topic
RoomTopic 

# BadRoom: The room where misbehaved users are sent by private room owner kick.
# It must be a valid room name for the server.
BadRoom The Lobby
[/rooms_definitions]

[emotions_definitions]
# Each emotion/action is described in 3 subsequent rows this way:
# First row: the label users will see on the emotion list
# Second row: the action performed on doubleclick
# Third row: the action performed when emoting other user
# ( NICK is replaced with the other user's name )

laugh
laughs
laughs at NICK

smile
smiles
smiles at NICK

hug
hugs
gives NICK a hug

kiss
kisses
gives NICK a kiss

flirt
flirts
flirts with NICK

play
plays
wants to play with NICK

curse
curses
curses at NICK

brb
BRB
will be back for NICK
[/emotions_definitions]