aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cban.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-05 13:00:56 +0000
committerGravatar Sadie Powell2026-03-05 15:36:08 +0000
commit3813f2870c99ebf70a4f2d8bcd3a74770bb1a4ed (patch)
tree1d89c5a0cb278036669c80c87461f274f5a4479c /modules/cban.cpp
parentConvert the cban module to use standard replies. (diff)
Convert the shun and rline modules to use standard replies.
Diffstat (limited to 'modules/cban.cpp')
-rw-r--r--modules/cban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cban.cpp b/modules/cban.cpp
index d8bc9af44..d271e5aeb 100644
--- a/modules/cban.cpp
+++ b/modules/cban.cpp
@@ -155,7 +155,7 @@ public:
{
delete r;
IRCv3::WriteReply(Reply::Type::FAIL, user, stdrplcap, this, "ALREADY_EXISTS", parameters[0],
- FMT::format("CBan for {} already exists.", parameters[0]));
+ FMT::format("CBan on {} already exists.", parameters[0]));
return CmdResult::FAILURE;
}
}