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

Added new sub-board toggle options: SUB_EDIT and SUB_EDITLAST to

allow users to edit their posted messages on a specific sub-board.
parent cb5eec2a
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,8 @@
#define SUB_LZH (1L<<25) /* Use LZH compression for msgs */
#define SUB_SSDEF (1L<<26) /* Default ON for Scan for Your msgs */
#define SUB_HYPER (1L<<27) /* Hyper allocation */
#define SUB_EDIT (1L<<28) /* Users can edit message text after posting */
#define SUB_EDITLAST (1L<<29) /* Users can edit last message only */
#define SUB_HDRMOD (1L<<31) /* Modified sub-board header info (SCFG) */
/* Bit values for dir[x].misc */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment