1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 18:06:39 +02:00

Parse and store the spanningtree protocol version for InspIRCd

This commit is contained in:
attilamolnar
2012-10-05 01:01:17 +02:00
committed by Adam
parent e747ba6c26
commit 2d9541c4c8
2 changed files with 6 additions and 1 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 unsigned int spanningtree_proto_ver = 1201;
#include "inspircd-ts6.h"
static bool has_servicesmod = false;