]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/link.h
Fix typo opermoth -> opermotd. Thanks Ankit.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / link.h
index 9941939eb0f54f6b0db0e1c1c7321a7c0e886f92..bcb8ce82eda44da62c9245deff6e9575febb5986 100644 (file)
@@ -1,3 +1,16 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  InspIRCd: (C) 2002-2008 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;
@@ -22,6 +36,7 @@ class Link : public classbase
        std::string Hook;
        int Timeout;
        std::string Bind;
+       bool Hidden;
 };
 
 #endif