X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/1add004b978163b3fe5d6b04619a004fe16bb948..9e8efa00d48847d18f103237b1c898521863dd38:/modules/m_info.c diff --git a/modules/m_info.c b/modules/m_info.c index dbc013a..4b43249 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -21,7 +21,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: m_info.c 3396 2007-04-05 00:38:52Z jilles $ */ #include "stdinc.h" @@ -644,12 +643,6 @@ static struct InfoStruct info_table[] = { &ConfigChannel.use_invex, "Enable chanmode +I (invite exceptions)", }, - { - "use_forward", - OUTPUT_BOOLEAN_YN, - &ConfigChannel.use_forward, - "Enable chanmode +f (channel forwarding)", - }, { "use_knock", OUTPUT_BOOLEAN_YN,