]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/link.h
m_spanningtree Call the OnServerLink hook from TreeServer constructor
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / link.h
index b318c9bf2d65b2ab3ad564db5bdb00cfa45eb316..21213fb3e9e490a20253e032dd56d3595752d7de 100644 (file)
@@ -30,7 +30,7 @@ class Link : public refcountbase
        std::string SendPass;
        std::string RecvPass;
        std::string Fingerprint;
-       std::string AllowMask;
+       std::vector<std::string> AllowMasks;
        bool HiddenFromStats;
        std::string Hook;
        int Timeout;