aboutsummaryrefslogtreecommitdiff
path: root/src/xline.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-04-05 20:50:05 +0100
committerGravatar Sadie Powell2022-04-05 20:50:05 +0100
commit233f3b55a2ecc93f132d32afdf5740575dbbe0be (patch)
treedb4fc77a7c979fa96257bdabac225e994bbaf73e /src/xline.cpp
parentUpdate the Windows dependencies to fix a version conflict. (diff)
Fix some more grammar errors in xline messages.
Diffstat (limited to 'src/xline.cpp')
-rw-r--r--src/xline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp
index f3a8866e9..e01ef65b1 100644
--- a/src/xline.cpp
+++ b/src/xline.cpp
@@ -741,7 +741,7 @@ void ELine::OnAdd()
void XLine::DisplayExpiry()
{
bool onechar = (type.length() == 1);
- ServerInstance->SNO->WriteToSnoMask('x', "Removing expired %s%s %s (set by %s %s ago): %s",
+ ServerInstance->SNO->WriteToSnoMask('x', "Removing an expired %s%s on %s (set by %s %s ago): %s",
type.c_str(), (onechar ? "-line" : ""), Displayable().c_str(), source.c_str(), InspIRCd::DurationString(ServerInstance->Time() - set_time).c_str(), reason.c_str());
}