summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 5 insertions, 1 deletions
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