X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_spanningtree%2Flink.h;h=4805f978ca01c3da25f9e80584a84c71292276f8;hb=8cebe2878f3878afce6f643d93668155cb26801d;hp=3de32615397dbeec184714f163605a650f6d0ad3;hpb=a772b4dbf594bc0a851f5d3d6594111639453a4e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_spanningtree/link.h b/src/modules/m_spanningtree/link.h index 3de326153..4805f978c 100644 --- a/src/modules/m_spanningtree/link.h +++ b/src/modules/m_spanningtree/link.h @@ -2,8 +2,8 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2007 InspIRCd Development Team - * See: http://www.inspircd.org/wiki/index.php/Credits + * 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. @@ -28,6 +28,7 @@ class Link : public classbase int Port; std::string SendPass; std::string RecvPass; + std::string Fingerprint; std::string AllowMask; unsigned long AutoConnect; time_t NextConnectTime;