summaryrefslogtreecommitdiff
path: root/src/coremods
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-12-15 13:38:08 +0000
committerPeter Powell <petpow@saberuk.com>2018-12-15 13:39:25 +0000
commit0b36f9bdc8482284f0801a4a46b2525b32fa09a4 (patch)
tree67b9a66fe69d08ff9cade5fc4970c274bd4c1249 /src/coremods
parent3d0d64933da3d37866fadfa042e34a1125315db6 (diff)
Fix a typo in core_user.
Diffstat (limited to 'src/coremods')
-rw-r--r--src/coremods/core_info/core_info.cpp2
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);
}
}