aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..dc42263
--- /dev/null
+++ b/config.h
@@ -0,0 +1,17 @@
+#pragma once
+
+#include <stdint.h>
+
+#include "types.h"
+
+extern struct string address;
+extern struct string port;
+extern struct string nick;
+extern struct string log_channel;
+extern struct string recv_password;
+extern struct string send_password;
+extern struct string hostmask;
+extern struct string prejoin_channels[];
+extern uint64_t num_prejoin_channels;
+
+extern struct string command_prefix;