]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/link.h
Store id in TreeServer, use TreeServer::GetID() to get the id (NOTE: it is std::string)
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / link.h
index 5d15e58984b09c6cd37357eb9a57e623bc7de937..3de32615397dbeec184714f163605a650f6d0ad3 100644 (file)
@@ -1,3 +1,16 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
+ *
+ * This program is free but copyrighted software; see
+ *            the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
+
 #ifndef __LINK_H__
 #define __LINK_H__
 
@@ -15,6 +28,7 @@ class Link : public classbase
        int Port;
        std::string SendPass;
        std::string RecvPass;
+       std::string AllowMask;
        unsigned long AutoConnect;
        time_t NextConnectTime;
        bool HiddenFromStats;