aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_shun.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-04-05 23:37:33 +0100
committerGravatar Sadie Powell2022-04-05 23:37:33 +0100
commit72372136c46e1863ba09140f1d79e2e53270b86b (patch)
tree05468ef0c90e6caa9eeb4ce9b74fd88f77c901be /src/modules/m_shun.cpp
parentRelease v4.0.0 alpha 9. (diff)
parentUse consistent xline messages locally (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_shun.cpp')
-rw-r--r--src/modules/m_shun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp
index 0d5a85312..6c72cbc7e 100644
--- a/src/modules/m_shun.cpp
+++ b/src/modules/m_shun.cpp
@@ -123,7 +123,7 @@ public:
}
else
{
- ServerInstance->SNO.WriteToSnoMask('x', "%s added timed SHUN for %s, expires in %s (on %s): %s",
+ ServerInstance->SNO.WriteToSnoMask('x', "%s added a timed SHUN on %s, expires in %s (on %s): %s",
user->nick.c_str(), target.c_str(), InspIRCd::DurationString(duration).c_str(),
InspIRCd::TimeString(ServerInstance->Time() + duration).c_str(), expr.c_str());
}