summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/xyz.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c
index 0b6b1141..f33d32fe 100644
--- a/mbbsd/xyz.c
+++ b/mbbsd/xyz.c
@@ -320,8 +320,10 @@ mail_sysop(void)
genbuf, 4, DOECHO);
i = genbuf[0] - '0' - 1;
if (i >= 0 && i < j) {
+ char *suser = sysoplist[i].userid;
clear();
- do_send(sysoplist[i].userid, NULL);
+ showplans(suser);
+ do_send(suser, NULL);
}
}
}