aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 759a941..72b9be6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -41,3 +41,5 @@ static const char *ROOMS[] = {
#define HISTORY_CONTEXT 50 /* messages used when no period given */
#define KEEPALIVE_SEC 60 /* whitespace keepalive interval */
#define TLS_VERIFY 1 /* 1 = verify server TLS certificate */
+#define CMD_DIR "cmd" /* dir of @scriptname command scripts */
+#define CMD_TIMEOUT_SEC 10 /* kill a command script after N sec */