summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-08-29 22:17:52 +0100
committerSadie Powell <sadie@witchery.services>2020-08-29 22:52:46 +0100
commite1ebec0e7255ad500cba6b9f79f318366a00a13a (patch)
treeceafa2db7cbc769d624e7fa79d9384c7acad7cd2 /src
parent651413bbc57da7b9a30d99d1dfabdaf49dfd3604 (diff)
Fix a word missing from the last commit.
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_spanningtree/server.cpp2
1 files changed, 1 insertions, 1 deletions
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;