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

Added new sub-board setting bits (SUB_*) from sbbsdefs.h.

parent c0fdb0b2
No related branches found
No related tags found
No related merge requests found
......@@ -393,6 +393,9 @@ var SUB_GATE =(1<<24) /* Gateway between Network types */
var SUB_LZH =(1<<25) /* Use LZH compression for msgs */
var SUB_SSDEF =(1<<26) /* Default ON for Scan for Your msgs */
var SUB_HYPER =(1<<27) /* Hyper allocation */
var SUB_EDIT =(1<<28) /* Users can edit msg text after posting */
var SUB_EDITLAST =(1<<29) /* Users can edit last message only */
var SUB_NOUSERSIG =(1<<30) /* Suppress user signatures */
/********************************************/
/********************************************/
......
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