server.conf

来自「一个功能强大的聊天程序」· CONF 代码 · 共 20 行

CONF
20
字号
// This is a chatServer.conf file
// It is used to provide certain configuration information for starting the
// chat server

// Log file name

LOGFILE = havChat.log

//
// maximum rooms that can be defined for this chat server instance

MAXROOMS = 10

// 
// list of defined room identifiers
// rooms exist as sub directories from this directory

rooms = rm1 rm2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?