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

class InspIRCd;

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