From b0a239348b77c4e5c3c294d44ea293d76c5189da Mon Sep 17 00:00:00 2001 From: Test_User Date: Wed, 6 Dec 2023 22:58:52 -0500 Subject: Revert "Remove deprecated config" This reverts commit e214ef43325776321807f72cc4b266c23165da2c. --- config.h | 2 ++ 1 file changed, 2 insertions(+) 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"); -- cgit v1.2.3