From 88d71b5f5db3078d8d295edb9eda0a9fb1e87a7a Mon Sep 17 00:00:00 2001 From: in2 Date: Tue, 21 Oct 2003 13:17:14 +0000 Subject: ignore BRD_GROUPBOARD git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1259 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/util/hotboard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pttbbs/util/hotboard.c b/pttbbs/util/hotboard.c index 3a895e5f..584324ee 100644 --- a/pttbbs/util/hotboard.c +++ b/pttbbs/util/hotboard.c @@ -15,6 +15,7 @@ struct bs { #define isvisiableboard(bptr) \ ((bptr)->brdname[0] && \ + !((bptr)->brdattr & BRD_GROUPBOARD) && \ !(((bptr)->brdattr & (BRD_HIDE | BRD_TOP)) || \ ((bptr)->level && !((bptr)->brdattr & BRD_POSTMASK) && \ ((bptr)->level & \ -- cgit v1.2.3