]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/modes/cmode_i.h
So much stuff changed in this one, i forgot most of it.
[user/henk/code/inspircd.git] / include / modes / cmode_i.h
1 #include "mode.h"
2
3 class InspIRCd;
4
5 class ModeChannelInviteOnly : public ModeHandler
6 {
7  public:
8         ModeChannelInviteOnly(InspIRCd* Instance);
9         ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
10 };