]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/link.h
Allow the maximum length of a chanfilter message to be configured.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / link.h
index 632982623780e8dd439dfa3cdb2f5228c9404a58..465e65ff8dbdfd25ce079fb5ee0ec784e6c62535 100644 (file)
@@ -33,7 +33,7 @@ class Link : public refcountbase
        std::vector<std::string> AllowMasks;
        bool HiddenFromStats;
        std::string Hook;
-       int Timeout;
+       unsigned int Timeout;
        std::string Bind;
        bool Hidden;
        Link(ConfigTag* Tag) : tag(Tag) {}