diff options
author | Peter Powell <petpow@saberuk.com> | 2018-12-15 13:38:08 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-12-15 13:39:25 +0000 |
commit | 0b36f9bdc8482284f0801a4a46b2525b32fa09a4 (patch) | |
tree | 67b9a66fe69d08ff9cade5fc4970c274bd4c1249 | |
parent | 3d0d64933da3d37866fadfa042e34a1125315db6 (diff) |
Fix a typo in core_user.
-rw-r--r-- | src/coremods/core_info/core_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |