summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-08-25 17:42:12 -0400
committerTest_User <hax@andrewyu.org>2023-08-25 17:42:12 -0400
commite214ef43325776321807f72cc4b266c23165da2c (patch)
tree99599a15b6fd48b2ff1acb459e32253b3ec90297
parent8fb7f0bc0d3300637c2db8499efbf193ffebf28f (diff)
downloadcoupserv-e214ef43325776321807f72cc4b266c23165da2c.tar.gz
coupserv-e214ef43325776321807f72cc4b266c23165da2c.zip
Remove deprecated config
-rw-r--r--config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h b/config.h
index 9474353..34be40d 100644
--- a/config.h
+++ b/config.h
@@ -32,8 +32,6 @@
#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");