From 8addeb78b7ec6ed8d30a39adee28eab45a5273c7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 21 Mar 2022 21:38:45 +0000 Subject: Fix real name formatting bleeding into IRC messages. --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 32056e1ea..f45217410 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -611,7 +611,7 @@ void LocalUser::FullConnect() FOREACH_MOD(OnPostConnect, (this)); - ServerInstance->SNO->WriteToSnoMask('c',"Client connecting on port %d (class %s): %s (%s) [%s]", + ServerInstance->SNO->WriteToSnoMask('c',"Client connecting on port %d (class %s): %s (%s) [%s\x0F]", this->server_sa.port(), this->MyClass->name.c_str(), GetFullRealHost().c_str(), this->GetIPString().c_str(), this->GetRealName().c_str()); ServerInstance->Logs->Log("BANCACHE", LOG_DEBUG, "BanCache: Adding NEGATIVE hit for " + this->GetIPString()); ServerInstance->BanCache.AddHit(this->GetIPString(), "", ""); -- cgit v1.3.1-10-gc9f91