xbot/lib/module.h

8 lines
138 B
C

#ifndef MODULE_H
#define MODULE_H
#include "irc.h"
void load_module(struct irc_conn *bot, char *where, char *stype, char *file);
#endif