aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 826b60c..18fd798 100644
--- a/config.h
+++ b/config.h
@@ -94,4 +94,6 @@ extern struct string HAXSERV_PREJOIN_CHANNELS[]; // = {STRING("#services"), ...}
extern size_t HAXSERV_NUM_PREJOIN_CHANNELS; // = sizeof(HAXSERV_PREJOIN_CHANNELS) / sizeof(*HAXSERV_PREJOIN_CHANNELS);
extern struct string HAXSERV_COMMAND_PREFIX; // = STRING("HaxServ: ");
+
+extern struct string HAXSERV_REQUIRED_OPER_TYPE; // = STRING("Admin");
#endif