]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Added example conf
[user/henk/code/inspircd.git] / include / channels.h
index 2bf03d6b4f96a4517edb184ce516e807c2e2d4ea..3947ffc2b0307600f1674254b7657e8af064ad07 100644 (file)
@@ -120,6 +120,10 @@ class chanrec : public Extensible
        std::map<char*,char*> internal_halfop_userlist;
        std::map<char*,char*> internal_voice_userlist;
 
+       /** Parameters for custom modes
+        */
+       std::vector<ModeParameter> custom_mode_params;
+
        /** Channel topic.
         * If this is an empty string, no channel topic is set.
         */