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

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