xbot/lib/config.h

10 lines
164 B
C
Raw Normal View History

2015-04-07 11:18:24 -07:00
#ifndef CONFIG_H
#define CONFIG_H
#include "irc.h"
struct irc_conn read_config(struct irc_conn bot, char *file);
void run_autoload(struct irc_conn *bot);
2015-04-07 11:18:24 -07:00
#endif