diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-08-28 10:39:45 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-08-28 10:39:45 +0800 |
commit | 63e270120df805d4c47532c59b3ebe0b628b27bc (patch) | |
tree | 59ca98d448091cf071d387202de0e0745075e53a | |
parent | 95057d5ef786ebe665d69c45761363e1b7e213fd (diff) | |
download | pttbbs-63e270120df805d4c47532c59b3ebe0b628b27bc.tar pttbbs-63e270120df805d4c47532c59b3ebe0b628b27bc.tar.gz pttbbs-63e270120df805d4c47532c59b3ebe0b628b27bc.tar.bz2 pttbbs-63e270120df805d4c47532c59b3ebe0b628b27bc.tar.lz pttbbs-63e270120df805d4c47532c59b3ebe0b628b27bc.tar.xz pttbbs-63e270120df805d4c47532c59b3ebe0b628b27bc.tar.zst pttbbs-63e270120df805d4c47532c59b3ebe0b628b27bc.zip |
shouldn't appear now @@
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1136 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/talk.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index 8a21c6c5..7b08e203 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -2575,19 +2575,6 @@ reply_connection_request(userinfo_t *uip) return a; } -static void -chc_watch_request(int signo) -{ - if (!(currstat & CHC)) - return; - chc_act_list *tmp; - for(tmp = act_list; tmp->next != NULL; tmp = tmp->next); - tmp->next = (chc_act_list *)malloc(sizeof(chc_act_list)); - tmp = tmp->next; - tmp->sock = reply_connection_request(uip); - tmp->next = NULL; -} - /* 有人來串門子了,回應呼叫器 */ static userinfo_t *uip; void @@ -2642,6 +2629,7 @@ talkreply(void) if (!getdata(b_lines, 0, "不能的原因:", genbuf, 60, DOECHO)) strlcpy(genbuf, "不告訴你咧 !! ^o^", sizeof(genbuf)); write(a, genbuf, 60); + } uip->destuip = currutmp - &SHM->uinfo[0]; if (buf[0] == 'y') |