diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-20 16:42:52 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-20 16:42:52 +0800 |
commit | bdd31693cd3b73ea5a3a9bdc78540e0377df59ec (patch) | |
tree | b9fde34a33abcfe5ffd492346691588ca479496c /include | |
parent | 74cd20707c189fc522e7b44653f1d59a6219586c (diff) | |
download | pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar.gz pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar.bz2 pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar.lz pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar.xz pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.tar.zst pttbbs-bdd31693cd3b73ea5a3a9bdc78540e0377df59ec.zip |
Add statistic program for angel.
fix some warning and add svn:keywords Id for several files.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2072 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 c32c615b..99be5a50 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -121,10 +121,10 @@ typedef struct userec_t { #define LIVERIGHT 0x200 /* true if get "liveright" already */ #define REJ_OUTTAMAIL 0x400 /* true if don't accept outside mails */ #define REJECT_OUTTAMAIL (cuser.uflag2 & REJ_OUTTAMAIL) -#define REJ_QUESTION 0x800 /* true if don't want to be angel for a while */ -#define REJECT_QUESTION (cuser.uflag2 & REJ_QUESTION) #ifdef PLAY_ANGEL +#define REJ_QUESTION 0x800 /* true if don't want to be angel for a while */ +#define REJECT_QUESTION (cuser.uflag2 & REJ_QUESTION) #define ANGEL_MASK 0x3000 #define ANGEL_R_MAEL 0x1000 /* true if reject male */ #define ANGEL_R_FEMAEL 0x2000 /* true if reject female */ |