]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/modes/cmode_s.h
Add cmode +v - that's all the RFC channel modes done now
[user/henk/code/inspircd.git] / include / modes / cmode_s.h
1 #include "mode.h"
2
3 class ModeChannelSecret : public ModeHandler
4 {
5  public:
6         ModeChannelSecret();
7         ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
8 };