summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/menu.c1
-rw-r--r--mbbsd/talk.c2
-rw-r--r--mbbsd/var.c1
3 files changed, 0 insertions, 4 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index 92255227..f6baaa49 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -429,7 +429,6 @@ static const commands_t xyzlist[] = {
{x_today, 0, "TToday 《今日上線人次統計》"},
{x_yesterday, 0, "YYesterday 《昨日上線人次統計》"},
{x_user100 ,0, "UUsers 《使用者百大排行榜》"},
- {x_birth, 0, "BBirthday 《今日壽星大觀》"},
{p_sysinfo, 0, "XXinfo 《查看系統資訊》"},
{NULL, 0, NULL}
};
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index 00ff1c83..a67afdac 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -1986,8 +1986,6 @@ draw_pickup(int drawall, pickup_t * pickup, int pickup_way,
if ((uentp->userlevel & PERM_VIOLATELAW))
memcpy(mind, "通緝", 4);
- else if (uentp->birth)
- memcpy(mind, "壽星", 4);
else
memcpy(mind, uentp->mind, 4);
mind[4] = 0;
diff --git a/mbbsd/var.c b/mbbsd/var.c
index 1c49f6a4..1d6d7752 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -125,7 +125,6 @@ char * const loginview_file[NUMVIEWFILE][2] = {
{FN_TOPSONG, "點歌排行榜"},
{"etc/topusr", "十大排行榜"},
{"etc/topusr100", "百大排行榜"},
- {"etc/birth.today", "今日壽星"},
{"etc/weather.tmp", "天氣快報"},
{"etc/stock.tmp", "股市快報"},
{"etc/day", "今日十大話題"},