Skip to content
Snippets Groups Projects
Commit 14255dcb authored by rswindell's avatar rswindell
Browse files

Added QWK_EXT flag for enabling QWK Extended (QWKE) packet formats.

parent d1f3c14b
No related branches found
No related tags found
No related merge requests found
......@@ -392,6 +392,7 @@ typedef enum { /* Values for xtrn_t.event */
#define QWK_TZ (1L<<10) /* Include "@TZ" time zone in msgs */
#define QWK_VIA (1L<<11) /* Include "@VIA" seen-bys in msgs */
#define QWK_NOCTRL (1L<<12) /* No extraneous control files */
#define QWK_EXT (1L<<13) /* QWK Extended (QWKE) format */
/* Bits in user.chat */
#define CHAT_ECHO (1<<0) /* Multinode chat echo */
......
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