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

Posts from QWKnet users don't count as "posts" for local stats

Might add some other statistic for these relayed posts at some point.
parent ac0420b8
No related branches found
No related tags found
No related merge requests found
......@@ -2465,6 +2465,9 @@ BOOL user_posted_msg(scfg_t* cfg, user_t* user, int count)
user->posts =(ushort)adjustuserrec(cfg, user->number, U_POSTS, count);
user->ptoday=(ushort)adjustuserrec(cfg, user->number, U_PTODAY, count);
if(user->rest & FLAG('Q'))
return TRUE;
return inc_post_stats(cfg, count);
}
......
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