summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 89fd9684..96a66624 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -916,7 +916,7 @@ do_general(int isbid)
if (append_record(genbuf, &postfile, sizeof(postfile)) == -1)
msg = err_uid;
else
- mailalert(quote_user);
+ sendalert(quote_user, ALERT_NEW_MAIL);
}
outs(msg);
curredit ^= EDIT_BOTH;