Probiotics (in bot form) for programming.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

15 lines
209B

  1. #ifndef IRC_H_
  2. #include <libircclient.h>
  3. #include "parse.h"
  4. VARDECL irc_session_t * session;
  5. VARDECL irc_callbacks_t callbacks;
  6. VARDECL char * current_username;
  7. DECL int init(void);
  8. #define IRC_H_
  9. #endif