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

Added new 'O' (QWK packet size) exemption.

parent 70025474
No related branches found
No related tags found
No related merge requests found
......@@ -410,7 +410,7 @@ bool sbbs_t::pack_qwk(char *packet, ulong *msgcnt, bool prepack)
(*msgcnt)++;
submsgs++;
if(cfg.max_qwkmsgs
/* && !(useron.rest&FLAG('Q')) */ && (*msgcnt)>=cfg.max_qwkmsgs) {
&& !(useron.exempt&FLAG('O')) && (*msgcnt)>=cfg.max_qwkmsgs) {
bputs(text[QWKmsgLimitReached]);
break;
}
......
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