From 969cf2355fa24662973f8b305f3b7a7236e6d898 Mon Sep 17 00:00:00 2001 From: bbs Date: Tue, 20 May 2003 02:03:35 +0000 Subject: :p git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@885 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index c8bfec24..688bd0c9 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1,4 +1,4 @@ -/* $Id: mbbsd.c,v 1.80 2003/05/20 02:01:09 bbs Exp $ */ +/* $Id: mbbsd.c,v 1.81 2003/05/20 02:03:35 bbs Exp $ */ #include "bbs.h" #define SOCKET_QLEN 4 @@ -916,18 +916,10 @@ do_aloha(char *hello) userinfo_t *uentp; int tuid; -#if 1 if ((uentp = (userinfo_t *) search_ulist_userid(userid)) && isvisible(uentp, currutmp)) { my_write(uentp->pid, genbuf, uentp->userid, 2, NULL); } -#else - if ((tuid = searchuser(userid)) && tuid != usernum && - (uentp = (userinfo_t *) search_ulist(tuid)) && - isvisible(uentp, currutmp)) { - my_write(uentp->pid, genbuf, uentp->userid, 2, NULL); - } -#endif } fclose(fp); } -- cgit v1.2.3