8 lines
136 B
C
8 lines
136 B
C
#ifndef MODULE_H
|
|
#define MODULE_H
|
|
|
|
#include "irc.h"
|
|
|
|
void load_module(struct irc_conn *bot, char *where, int stype, char *file);
|
|
|
|
#endif |