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