diff options
-rw-r--r-- | pttbbs/include/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/include/common.h b/pttbbs/include/common.h index 0861235b..101722ab 100644 --- a/pttbbs/include/common.h +++ b/pttbbs/include/common.h @@ -166,8 +166,8 @@ #define IRH 1 /* I reject him. */ #define HRM 2 /* He reject me. */ #define IBH 4 /* I am board friend of him. */ -#define IFH 8 /* He is one of my friends. */ -#define HFM 16 /* I am one of his friends. */ +#define IFH 8 /* I friend him (He is one of my friends). */ +#define HFM 16 /* He friends me (I am one of his friends). */ #define ST_FRIEND (IBH | IFH | HFM) #define ST_REJECT (IRH | HRM) |