From 0b36f9bdc8482284f0801a4a46b2525b32fa09a4 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 15 Dec 2018 13:38:08 +0000 Subject: Fix a typo in core_user. --- src/coremods/core_info/core_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coremods') diff --git a/src/coremods/core_info/core_info.cpp b/src/coremods/core_info/core_info.cpp index 2d6f0d249..08e3df9bb 100644 --- a/src/coremods/core_info/core_info.cpp +++ b/src/coremods/core_info/core_info.cpp @@ -150,7 +150,7 @@ class CoreModInfo : public Module if (ServerInstance->Config->RawLog) { - ClientProtocol::Messages::Privmsg rawlogmsg(ServerInstance->FakeClient, user, "*** Raw I/O logging is enabled on user server. All messages, passwords, and commands are being recorded."); + ClientProtocol::Messages::Privmsg rawlogmsg(ServerInstance->FakeClient, user, "*** Raw I/O logging is enabled on this server. All messages, passwords, and commands are being recorded."); user->Send(ServerInstance->GetRFCEvents().privmsg, rawlogmsg); } } -- cgit v1.2.3