diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 | ||||
-rw-r--r-- | include/pttbbs.conf | 2 |
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 @@ /* �w�q BBS ���W��} */ #define BBSNAME "�����~�{" /* ���寸�W */ +#define BBSENAME "PTT" /* �^�寸�W */ #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" |