added chat-flags config TODO

This commit is contained in:
Václav Šmejkal 2023-08-26 18:22:18 +02:00
parent 093cb2ad48
commit b1d368f375
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -22,7 +22,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
//MACROS
#define WHY2_SA struct sockaddr
#define WHY2_SERVER_PORT 1204 //PORT
#define WHY2_MAX_CONNECTIONS 1000 //MAX USERS CONNECTED AT ONE TIME
#define WHY2_MAX_CONNECTIONS 1000 //MAX USERS CONNECTED AT ONE TIME //TODO: Move all to configs
#define WHY2_COMMUNICATION_TIME 300 //SECONDS WAITING BEFORE KICKING USER (TIMEOUT)
#define WHY2_CLEAR_AND_GO_UP "\33[2K\r\033[A" //i mean read the name