summaryrefslogtreecommitdiff
path: root/src/irc/core/massjoin.h
blob: 021884afb3c6d8b85e5e2d2ba84265c7e8dceafd (plain)
1
2
3
4
5
6
7
#ifndef __MASSJOIN_H
#define __MASSJOIN_H

void massjoin_init(void);
void massjoin_deinit(void);

#endif