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

When deleting a message from the Read prompt, make it clear (red/flashing)

as it is easy for a sysop to accidentally hit [D]elete and not realize it.
parent 0d77cdbf
No related branches found
No related tags found
No related merge requests found
/* Synchronet public message reading function */
// vi: tabstop=4
/* $Id$ */
......@@ -999,6 +1000,7 @@ int sbbs_t::scanposts(uint subnum, long mode, const char *find)
sprintf(str,"removed post from %s %s"
,cfg.grp[cfg.sub[subnum]->grp]->sname,cfg.sub[subnum]->lname);
logline("P-",str);
center(text[Deleted]);
if(!stricmp(cfg.sub[subnum]->misc&SUB_NAME
? useron.name : useron.alias, msg.from))
useron.posts=(ushort)adjustuserrec(&cfg,useron.number
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment