diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index dbbfc722..e2d2d17d 100644 --- a/include/config.h +++ b/include/config.h @@ -19,6 +19,11 @@ #define BBSMNAME2 "Ptt" #endif +/* 錢幣名,建議剛好 3 個字元。 詳見 sample/pttbbs.conf */ +#ifndef MONEYNAME +#define MONEYNAME "Ptt" +#endif + #ifndef BBSUSER #define BBSUSER "bbs" #endif |