summaryrefslogtreecommitdiff
path: root/include/modes/cmode_i.h
blob: b8bea88a8efacc34841f90ae87acc7bec4857b5c (plain)
1
2
3
4
5
6
7
8
9
10
#include "mode.h"

class InspIRCd;

class ModeChannelInviteOnly : public ModeHandler
{
 public:
	ModeChannelInviteOnly(InspIRCd* Instance);
	ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
};