summaryrefslogtreecommitdiffstats
path: root/bbsconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'bbsconfig.h')
-rw-r--r--bbsconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bbsconfig.h b/bbsconfig.h
index bcd2100..459aeae 100644
--- a/bbsconfig.h
+++ b/bbsconfig.h
@@ -37,6 +37,9 @@ typedef struct bbs_config
//directory with all user inis
char *user_dir;
+ //show motd messages?
+ int motd;
+
//write syslogs?
int syslog;