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

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