Skip to content
Snippets Groups Projects
Commit d61ddae3 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Resynchronize with sbbsdefs.h

parent 4c4b4922
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -53,7 +53,8 @@ const QWK_NOCTRL = (1<<12); // No extraneous control files ...@@ -53,7 +53,8 @@ const QWK_NOCTRL = (1<<12); // No extraneous control files
const QWK_EXT = (1<<13); // QWK Extended (QWKE) format const QWK_EXT = (1<<13); // QWK Extended (QWKE) format
const QWK_MSGID = (1<<14); // Include @MSGID and @REPLY in msgs const QWK_MSGID = (1<<14); // Include @MSGID and @REPLY in msgs
const QWK_HEADERS = (1<<16); // Include HEADERS.DAT file const QWK_HEADERS = (1<<16); // Include HEADERS.DAT file
const QWK_VOTING = (1<<17); // Include VOTING.DAT const QWK_VOTING = (1<<17); // Include VOTING.DAT
const QWK_UTF8 = (1<<18); // Include UTF-8 characters
//********************************************************************** //**********************************************************************
// user.chat_settings // user.chat_settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment