summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/mbbsd.c3
-rw-r--r--mbbsd/talk.c10
2 files changed, 0 insertions, 13 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 20ac1d99..2a6d71e1 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -256,9 +256,6 @@ show_call_in(int save, int which)
#endif
snprintf(buf, sizeof(buf), "\033[1;33;46m★%s\033[37;45m %s \033[m",
currutmp->msgs[which].userid, currutmp->msgs[which].last_call_in);
- move(b_lines, 0);
- clrtoeol();
- refresh();
outmsg(buf);
if (save) {
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index a2cb2733..f60db2d4 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -2053,16 +2053,6 @@ void set_withme_flag(void)
int
call_in(userinfo_t * uentp, int fri_stat)
{
-#if 0 /* Now, the anonymous one is the angel. */
-#ifdef PLAY_ANGLE
- static int CallInAngelWarning = 1;
- if( CallInAngelWarning && ! strcasecmp(uentp->userid, cuser.myangel) ){
- outmsg("直接丟水球給小天使是會被知道 ID 的喔!");
- CallInAngelWarning = 0;
- }
-#endif
-#endif
-
if (iswritable_stat(uentp, fri_stat)) {
char genbuf[60];
snprintf(genbuf, sizeof(genbuf), "Call-In %s :", uentp->userid);