diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-10-06 13:59:22 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-10-06 13:59:22 +0800 |
commit | 19d414e697b8c1be2245c7ce1fa18a3ca38b9459 (patch) | |
tree | 5ca4af13266d7f965812ded1aa93eff48676a12d /util | |
parent | da90aab7aafa6f78b0362385257dc1900ec9669f (diff) | |
download | pttbbs.sr_digest.tar pttbbs.sr_digest.tar.gz pttbbs.sr_digest.tar.bz2 pttbbs.sr_digest.tar.lz pttbbs.sr_digest.tar.xz pttbbs.sr_digest.tar.zst pttbbs.sr_digest.zip |
* change digest to simply another select read (SR) mode.pttbbs.sr_digest
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.sr_digest@4906 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r-- | util/initbbs.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/util/initbbs.c b/util/initbbs.c index 8d25b113..e992e8e9 100644 --- a/util/initbbs.c +++ b/util/initbbs.c @@ -190,15 +190,6 @@ static void initBoards() { b.gid = 5; newboard(fp, &b); -#ifdef BN_DIGEST - strcpy(b.brdname, BN_DIGEST); - strcpy(b.title, "文摘 ◎" BBSNAME "文摘 好文的收集地"); - b.brdattr = BRD_NOTRAN | BRD_POSTMASK; - b.level = PERM_SYSOP; - b.gid = 5; - newboard(fp, &b); -#endif - #ifdef BN_FIVECHESS_LOG strcpy(b.brdname, BN_FIVECHESS_LOG); strcpy(b.title, "棋藝 ◎" BBSNAME "五子棋譜 站上對局全紀錄"); |