summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index 9e7e1c5a..fdc5cdc2 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -667,10 +667,11 @@ show_help(char *helptext[])
prints(" %s\n", str);
}
#ifdef PLAY_ANGEL
- pressanykey_or_callangel();
-#else
- pressanykey();
+ if (HAS_PERM(PERM_LOGINOK))
+ pressanykey_or_callangel();
+ else
#endif
+ pressanykey();
}
#endif // _BBS_UTIL_C_