1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 17:06:38 +02:00

InspIRCd: Add support for sending detecting m_topiclock and sending SVSTOPIC when it is available

This commit is contained in:
attilamolnar
2012-10-07 01:33:49 +02:00
parent 42aa367f16
commit 682d76835e
3 changed files with 19 additions and 6 deletions
+1
View File
@@ -18,6 +18,7 @@ static bool has_globopsmod = false;
static bool has_chghostmod = false;
static bool has_chgidentmod = false;
static bool has_rlinemod = false;
static bool has_svstopic_topiclock = false;
static unsigned int spanningtree_proto_ver = 1201;
#include "inspircd-ts6.h"