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

class InspIRCd;

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