BarryServer : Git

All the code for all my projects
// BarryServer : Git / IRCWebHooks / commit / 3f04e2245ef9565e8e9853cac3f2114fbfdd566d / src / irc.h

// Related

IRCWebHooks

Barry Adding files 3f04e22 (3 years, 3 months ago)
diff --git a/src/irc.h b/src/irc.h
new file mode 100644
index 0000000..2e81da0
--- /dev/null
+++ b/src/irc.h
@@ -0,0 +1,9 @@
+#ifndef IRC_H
+#define IRC_H
+
+extern struct Node *head, *current;
+
+void raw(char *fmt, ...);
+void bot(void);
+
+#endif