summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 9474353..326404f 100644
--- a/config.h
+++ b/config.h
@@ -36,6 +36,7 @@ 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");
+#define SID "1HC"
extern struct string log_channel; // = STRING("#logs");
extern struct string recv_password; // = STRING("password we should get back from the other server");