summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proto.h1
-rw-r--r--include/pttbbs.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 4f9b179d..e0cca3e2 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -633,7 +633,6 @@ int post_file(const char *bname, const char *title, const char *filename, const
void post_newboard(const char *bgroup, const char *bname, const char *bms);
void post_violatelaw(const char *crime, const char *police, const char *reason, const char *result);
void post_change_perm(int oldperm, int newperm, const char *sysopid, const char *userid);
-void give_money_post(const char *userid, int money);
/* talk */
#define iswritable(uentp) \
diff --git a/include/pttbbs.conf b/include/pttbbs.conf
index d02dbb4c..f4ed772a 100644
--- a/include/pttbbs.conf
+++ b/include/pttbbs.conf
@@ -1,5 +1,6 @@
/* 定義 BBS 站名位址 */
#define BBSNAME "批踢踢實業坊" /* 中文站名 */
+#define BBSENAME "PTT" /* 英文站名 */
#define MYHOSTNAME "ptt.csie.ntu.edu.tw" /* 網路位址 */
#define MYIP "140.112.30.142" /* IP位址 */
#define BBSUSER "bbs"
@@ -17,3 +18,4 @@
#define TITLE_COLOR "\33[0;1;37;44m"
#define MEM_CHECK 0
#define MEM_CHECK 0
+#define REGCODE_MAGIC "ptt1bbsXyZ"