summaryrefslogtreecommitdiff
path: root/modules/commands/cs_set.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-12-20 00:07:51 +0000
committerSadie Powell <sadie@witchery.services>2023-12-20 00:07:51 +0000
commit6d981960da8b7897c2ca7feb125f2770971c4154 (patch)
tree114026b8dd7600f587ec5b4793a14070a240ca15 /modules/commands/cs_set.cpp
parent6acbd326f392a9a3a366947f6f9a05c7bdf7bc52 (diff)
parentaca9d300640361a9abfca80c1b6d07a02cf93be2 (diff)
Merge branch '2.0' into 2.1.
Diffstat (limited to 'modules/commands/cs_set.cpp')
-rw-r--r--modules/commands/cs_set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp
index fe86b9bc2..93f08a87b 100644
--- a/modules/commands/cs_set.cpp
+++ b/modules/commands/cs_set.cpp
@@ -450,7 +450,7 @@ public:
source.Reply(_("Enables or disables the \002peace\002 option for a channel.\n"
"When \002peace\002 is set, a user won't be able to kick,\n"
"ban or remove a channel status of a user that has\n"
- "a level superior or equal to his via %s commands."), source.service->nick.c_str());
+ "a level superior or equal to theirs via %s commands."), source.service->nick.c_str());
return true;
}
};