diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-15 20:30:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-15 20:30:29 +0000 |
commit | d5d8a5987b2534b7177f13f99aee3c624fbc233e (patch) | |
tree | d35b41c58e83a02e38282f5e4a0920fb4173225e /include/channels.h | |
parent | 8bf40d57296b0775414f087f4c57a1c37bc9a58a (diff) |
Moved custom_mode_params to per-channel
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3223 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 4 |
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. */ |