X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_spanningtree%2Flink.h;h=4805f978ca01c3da25f9e80584a84c71292276f8;hb=8cebe2878f3878afce6f643d93668155cb26801d;hp=5d15e58984b09c6cd37357eb9a57e623bc7de937;hpb=37c77c74a0c18d7c2ea57650d1f518697db75a8a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_spanningtree/link.h b/src/modules/m_spanningtree/link.h index 5d15e5898..4805f978c 100644 --- a/src/modules/m_spanningtree/link.h +++ b/src/modules/m_spanningtree/link.h @@ -1,3 +1,16 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd: (C) 2002-2009 InspIRCd Development Team + * See: http://wiki.inspircd.org/Credits + * + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + #ifndef __LINK_H__ #define __LINK_H__ @@ -15,6 +28,8 @@ class Link : public classbase int Port; std::string SendPass; std::string RecvPass; + std::string Fingerprint; + std::string AllowMask; unsigned long AutoConnect; time_t NextConnectTime; bool HiddenFromStats;