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