summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/announce.c2
-rw-r--r--mbbsd/talk.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 2e74c9dd..9bda1ec3 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -952,7 +952,7 @@ a_menu(char *maintitle, char *path, int lastlevel)
case 'U':
snprintf(fname, sizeof(fname),
"%s/%s", path, me.header[me.now - me.page].filename);
- if (me.now < me.num && HAS_PERM(PERM_BASIC) && dashf(fname)) {
+ if (me.now < me.num && HAS_PERM(PERM_LOGINOK) && dashf(fname)) {
a_forward(path, &me.header[me.now - me.page], ch /* == 'U' */ );
/* By CharlieL */
} else
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index 6d14f4c9..7d8927cc 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -2579,7 +2579,7 @@ userlist(void)
break;
case 'm':
- if (HAS_PERM(PERM_BASIC)) {
+ if (HAS_PERM(PERM_LOGINOK)) {
char userid[IDLEN + 1];
strlcpy(userid, uentp->userid, sizeof(userid));
stand_title("±H «H");