summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index e5936862..a9c3b831 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -1519,10 +1519,11 @@ t_showhelp()
#endif
}
#ifdef PLAY_ANGEL
- pressanykey_or_callangel();
-#else
- pressanykey();
+ if (HAS_PERM(PERM_LOGINOK))
+ pressanykey_or_callangel();
+ else
#endif
+ pressanykey();
}
/*
@@ -2917,7 +2918,7 @@ CallAngel(){
screenline_t *screen0;
int x, y;
- if (entered)
+ if (!HAS_PERM(PERM_LOGINOK) || entered)
return;
entered = 1;