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

Remove access to the (P)urge user command from the (O)perator menu for sub-ops.

They can use the user editor to do this if they have a higher SL than the
poster.
parent 0801ce42
No related branches found
No related tags found
No related merge requests found
......@@ -939,9 +939,9 @@ int sbbs_t::scanposts(uint subnum, long mode, const char *find)
if(!(useron.misc&EXPERT))
menu("sysmscan");
bputs(text[OperatorPrompt]);
strcpy(str,"?CEHMPQUV");
strcpy(str,"?CEHMQUV");
if(SYSOP)
strcat(str,"S");
strcat(str,"SP");
switch(getkeys(str,0)) {
case '?':
if(useron.misc&EXPERT)
......
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