IRCWebHooks
Barry Adding files 3f04e22 (3 years, 3 months ago)#ifndef IRC_H #define IRC_H extern struct Node *head, *current; void raw(char *fmt, ...); void bot(void); #endif
#ifndef IRC_H #define IRC_H extern struct Node *head, *current; void raw(char *fmt, ...); void bot(void); #endif