summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 12c8ce04..2cda7201 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -187,6 +187,8 @@ mail_violatelaw(const char *crime, const char *police, const char *reason, const
fileheader_t fhdr;
FILE *fp;
+ sendalert(crime, ALERT_RELOAD_PERM);
+
sethomepath(genbuf, crime);
stampfile(genbuf, &fhdr);
if (!(fp = fopen(genbuf, "w")))