]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_hidechans.cpp
Add names for all modes (part 1 of named channel mode list)
[user/henk/code/inspircd.git] / src / modules / m_hidechans.cpp
index e5869f5e6c89046acabc8abc263cf07a01ee75b4..5af5c2b6f248300a6606f3bdaf76c3f1f3cf0836 100644 (file)
@@ -20,7 +20,7 @@
 class HideChans : public ModeHandler
 {
  public:
-       HideChans(Module* Creator) : ModeHandler(Creator, 'I', PARAM_NONE, MODETYPE_USER) { }
+       HideChans(Module* Creator) : ModeHandler(Creator, "hidechans", 'I', PARAM_NONE, MODETYPE_USER) { }
 
        ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding)
        {