]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix a word missing from the last commit.
authorSadie Powell <sadie@witchery.services>
Sat, 29 Aug 2020 21:17:52 +0000 (22:17 +0100)
committerSadie Powell <sadie@witchery.services>
Sat, 29 Aug 2020 21:52:46 +0000 (22:52 +0100)
src/modules/m_spanningtree/server.cpp

index b5574365901f3597f1b6b6bfb7e8ea2936ed0a6d..536c4424d98b2081a9169d1dd732cab8c2dd5afc 100644 (file)
@@ -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;