summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/channels.h b/include/channels.h
index 2bf03d6b4..3947ffc2b 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -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.
*/