diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-01 02:29:54 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-01 02:29:54 +0800 |
commit | 5d7905cefdbc8b65c2c8ede660b49f11673d089d (patch) | |
tree | a92f2d0a3f74318f0904281f3209cfea14389476 /include | |
parent | e755863dc764c11e2ee28daf05df6f53bf9be0f4 (diff) | |
download | pttbbs-5d7905cefdbc8b65c2c8ede660b49f11673d089d.tar pttbbs-5d7905cefdbc8b65c2c8ede660b49f11673d089d.tar.gz pttbbs-5d7905cefdbc8b65c2c8ede660b49f11673d089d.tar.bz2 pttbbs-5d7905cefdbc8b65c2c8ede660b49f11673d089d.tar.lz pttbbs-5d7905cefdbc8b65c2c8ede660b49f11673d089d.tar.xz pttbbs-5d7905cefdbc8b65c2c8ede660b49f11673d089d.tar.zst pttbbs-5d7905cefdbc8b65c2c8ede660b49f11673d089d.zip |
- enable angel to temporary disable pager again.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4054 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index cc766a40..d3bc6602 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -310,14 +310,14 @@ typedef struct userinfo_t { char from[27]; /* machine name the user called in from */ int from_alias; char sex; - char nonuse[5]; + char nonuse[4]; /* unsigned char goodpost; unsigned char badpost; unsigned char goodsale; unsigned char badsale; - unsigned char angel; // deprecated: angel reject status */ + unsigned char angelpause; /* friends */ int friendtotal; /* 好友比較的cache 大小 */ |