X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..8a1e143f6fb3509ad390554e2c49af723794cd96:/modules/m_info.c diff --git a/modules/m_info.c b/modules/m_info.c index e97fabe..1e7e3ed 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: m_info.c 3131 2007-01-21 15:36:31Z jilles $ + * $Id: m_info.c 3257 2007-03-13 16:09:28Z jilles $ */ #include "stdinc.h" @@ -63,7 +63,7 @@ mapi_hlist_av1 info_hlist[] = { { NULL, NULL } }; -DECLARE_MODULE_AV1(info, NULL, NULL, info_clist, info_hlist, NULL, "$Revision: 3131 $"); +DECLARE_MODULE_AV1(info, NULL, NULL, info_clist, info_hlist, NULL, "$Revision: 3257 $"); /* * jdc -- Structure for our configuration value table @@ -531,12 +531,6 @@ static struct InfoStruct info_table[] = { &ConfigChannel.knock_delay_channel, "Delay between KNOCK attempts to a channel", }, - { - "invite_ops_only", - OUTPUT_BOOLEAN_YN, - &ConfigChannel.invite_ops_only, - "INVITE is restricted to channelops only" - }, { "kick_on_split_riding", OUTPUT_BOOLEAN_YN,