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

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