xbot/lib/module.h

8 lines
138 B
C
Raw Normal View History

#ifndef MODULE_H
#define MODULE_H
#include "irc.h"
2015-04-08 11:56:32 -07:00
void load_module(struct irc_conn *bot, char *where, char *stype, char *file);
#endif