summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-12-06 22:58:52 -0500
committerTest_User <hax@andrewyu.org>2023-12-06 22:58:52 -0500
commitb0a239348b77c4e5c3c294d44ea293d76c5189da (patch)
tree061fb842cc91129218b8e2b42c9fcd1c964cb50b
parente939637c995c8730e899dff61cd93cc71decc928 (diff)
downloadcoupserv-b0a239348b77c4e5c3c294d44ea293d76c5189da.tar.gz
coupserv-b0a239348b77c4e5c3c294d44ea293d76c5189da.zip
Revert "Remove deprecated config"
This reverts commit e214ef43325776321807f72cc4b266c23165da2c.
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 34be40d..9474353 100644
--- a/config.h
+++ b/config.h
@@ -32,6 +32,8 @@
#include "types.h"
+extern struct string address; // = STRING("irc.nowhere.net");
+extern struct string port; // = STRING("1234");
extern struct string nick; // = STRING("HaxServ");
extern struct string server_name; // = STRING("hax.irc.nowhere.net");