BarryServer : Git

All the code for all my projects
// BarryServer : Git / IRCWebHooks / blob / master / src / irc.h

// Related

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