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

class InspIRCd;

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