Skip to content

Commit

Permalink
Update for review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PichuChen committed Jun 8, 2023
1 parent a97886c commit 3b20930
Show file tree
Hide file tree
Showing 4 changed files with 389 additions and 389 deletions.
2 changes: 1 addition & 1 deletion include/pttstruct.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ typedef struct boardheader_t { /* 256 bytes */
#define BRD_CPLOG 0x00200000 /* 自動留轉錄記錄 */
#define BRD_NOFASTRECMD 0x00400000 /* 禁止快速推文 */
#define BRD_IPLOGRECMD 0x00800000 /* 推文記錄 IP */
#define BRD_OVER18 0x01000000 /* 十八禁 */
#define BRD_OVER18 0x01000000 /* 十八禁 */
#define BRD_NOREPLY 0x02000000 /* 不可回文 */
#define BRD_ALIGNEDCMT 0x04000000 /* 對齊式的推文 */
#define BRD_NOSELFDELPOST 0x08000000 /* 不可自刪 */
Expand Down
Loading

0 comments on commit 3b20930

Please sign in to comment.