⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 server.conf

📁 一个功能强大的聊天程序
💻 CONF
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -