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

Added QWK MSGID mode/misc bit definition.

parent 15becbb9
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ typedef union {
#define REP (1<<7) /* It's a REP packet */
#define VIA (1<<8) /* Include VIA */
#define TZ (1<<9) /* Include TZ */
#define MSGID (1<<10) /* Include MSGID and REPLY */
float ltomsbin(long val);
bool route_circ(char *via, char *id);
......
......@@ -409,6 +409,7 @@ typedef enum { /* Values for xtrn_t.event */
#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 */
#define QWK_MSGID (1L<<14) /* Include "@MSGID" in msgs */
/* 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