From 308d7937ef6feb4dc543bd871979e03f1d6d6fd3 Mon Sep 17 00:00:00 2001 From: jantje_85 Date: Thu, 29 Jan 2009 02:02:44 +0000 Subject: Bug 1001: Added support for internal tracking of +j channel mode (throttling). git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1940 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/plexus3.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/protocol/plexus3.c') diff --git a/src/protocol/plexus3.c b/src/protocol/plexus3.c index 463ae320c..375687ae1 100644 --- a/src/protocol/plexus3.c +++ b/src/protocol/plexus3.c @@ -104,6 +104,8 @@ IRCDVar myIrcd[] = { NULL, /* character set */ 1, /* reports sync state */ 0, /* CIDR channelbans */ + 0, /* +j */ + 0, /* +j mode */ } , {NULL} -- cgit