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

Enable Message Markup parsing in newly-created sub-boards by default

Message Markup seems to be working well, so just enable by default on newly created subs (existing sub-boards aren't impacted). A sysop can always disable this option on a per sub-board basis if its a problem.
parent 32f03b0b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1038 passed
......@@ -36,6 +36,7 @@ bool new_sub(unsigned new_subnum, unsigned group_num, sub_t* pasted_sub, long mi
new_subboard->misc |= misc;
if(new_subboard->misc&(SUB_FIDO | SUB_INET))
new_subboard->misc |= SUB_NOVOTING;
new_subboard->pmode = P_MARKUP;
new_subboard->maxmsgs = 500;
/* Use last sub in group (if exists) as a template for new subs */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment