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

class InspIRCd;

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