From: Sadie Powell Date: Sat, 29 Aug 2020 21:17:52 +0000 (+0100) Subject: Fix a word missing from the last commit. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=e1ebec0e7255ad500cba6b9f79f318366a00a13a;p=user%2Fhenk%2Fcode%2Finspircd.git Fix a word missing from the last commit. --- diff --git a/src/modules/m_spanningtree/server.cpp b/src/modules/m_spanningtree/server.cpp index b55743659..536c4424d 100644 --- a/src/modules/m_spanningtree/server.cpp +++ b/src/modules/m_spanningtree/server.cpp @@ -143,7 +143,7 @@ Link* TreeSocket::AuthRemote(const CommandBase::Params& params) } else if (!irc::sockets::cidr_mask("127.0.0.0/8").match(capab->remotesa) && !irc::sockets::cidr_mask("::1/128").match(capab->remotesa)) { - ServerInstance->SNO->WriteGlobalSno('l', "Server connection to %s is not using SSL (TLS). This is VERY INSECURE and will not be allowed the next major version of InspIRCd.", x->Name.c_str()); + ServerInstance->SNO->WriteGlobalSno('l', "Server connection to %s is not using SSL (TLS). This is VERY INSECURE and will not be allowed in the next major version of InspIRCd.", x->Name.c_str()); } return x;