aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-15 07:37:23 -0400
committerTest_User <hax@andrewyu.org>2024-06-15 07:37:23 -0400
commitab2a2ab740e8f54254540f2a24eed9de8d878f5c (patch)
treeb5c65ddcca901ee58f9d99e9ee826c5152babaf8 /config.h
parent1238295ee3aaf63858ebb537020e84fefc1d1e63 (diff)
downloadhaxircd-ab2a2ab740e8f54254540f2a24eed9de8d878f5c.tar.gz
haxircd-ab2a2ab740e8f54254540f2a24eed9de8d878f5c.zip
More stuff
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 18fd798..08a10fe 100644
--- a/config.h
+++ b/config.h
@@ -96,4 +96,6 @@ extern size_t HAXSERV_NUM_PREJOIN_CHANNELS; // = sizeof(HAXSERV_PREJOIN_CHANNELS
extern struct string HAXSERV_COMMAND_PREFIX; // = STRING("HaxServ: ");
extern struct string HAXSERV_REQUIRED_OPER_TYPE; // = STRING("Admin");
+
+extern struct string HAXSERV_LOG_CHANNEL; // = STRING("#services");
#endif