summaryrefslogtreecommitdiff
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 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");