2015-04-07 18:18:24 +00:00
|
|
|
#ifndef CONFIG_H
|
|
|
|
#define CONFIG_H
|
|
|
|
|
|
|
|
#include "irc.h"
|
|
|
|
|
|
|
|
struct irc_conn read_config(struct irc_conn bot, char *file);
|
2024-03-06 08:50:22 +00:00
|
|
|
void run_autoload(struct irc_conn *bot);
|
2015-04-07 18:18:24 +00:00
|
|
|
|
2024-03-06 08:50:22 +00:00
|
|
|
#endif
|