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

class ModeChannelKey : public ModeHandler
{
 public:
	ModeChannelKey();
	ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
	std::pair<bool,std::string> ModeSet(userrec* source, userrec* dest, chanrec* channel, const std::string &parameter);
};