From 2545c7ee4644116d570339bf462c4fba4e5ec15f 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/pttbbs@1259 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/hotboard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/hotboard.c b/util/hotboard.c index 3a895e5f..584324ee 100644 --- a/util/hotboard.c +++ b/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