xbot/lib/module.h

9 lines
180 B
C
Raw Normal View History

#ifndef MODULE_H
#define MODULE_H
#include "irc.h"
void load_module(struct irc_conn *bot, char *where, int stype, char *file);
2015-04-07 06:56:50 +00:00
void export_handler(int type, char *hname);
#endif