From d5d8a5987b2534b7177f13f99aee3c624fbc233e Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 15 Feb 2006 20:30:29 +0000 Subject: Moved custom_mode_params to per-channel git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3223 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/channels.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 internal_halfop_userlist; std::map internal_voice_userlist; + /** Parameters for custom modes + */ + std::vector custom_mode_params; + /** Channel topic. * If this is an empty string, no channel topic is set. */ -- cgit v1.2.3