summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index e177822d..abfd0e52 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -3235,7 +3235,7 @@ t_changeangel(){
char buf[4];
/* cuser.myangel == "-" means banned for calling angel */
- if (cuser.myangel[0] == 0 || cuser.myangel[0] == '-') return 0;
+ if (cuser.myangel[0] == '-' || cuser.myangel[1] == 0) return 0;
getdata(b_lines - 1, 0,
"更換小天使後就無法換回了喔! 是否要更換小天使? [y/N]",