From 2286d34c1de78415e1b838cdc071d1d8c56ccd80 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 28 Dec 2007 05:28:06 +0000 Subject: - allow all non-guest user to use myfav (PERM_BASIC) - add GLOBAL_NEWBIE and GLOBAL_SYSOP to default fav (for new registered user, not empty fav) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3748 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 6f461fbf..05ad02b9 100644 --- a/include/config.h +++ b/include/config.h @@ -41,12 +41,16 @@ #define GLOBAL_BUGREPORT "SYSOP" #endif +#ifndef GLOBAL_SYSOP +#define "SYSOP" +#endif + #ifndef GLOBAL_LAW #define GLOBAL_LAW BBSMNAME "Law" #endif #ifndef GLOBAL_NEWBIE -#define GLOBAL_NEWBIE BBSMNAME "NewHand" +#define GLOBAL_NEWBIE BBSMNAME "Newhand" #endif #ifndef GLOBAL_NOTE -- cgit v1.2.3