summaryrefslogtreecommitdiff
path: root/modules/commands/cs_register.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-12-17 19:32:45 +0000
committerSadie Powell <sadie@witchery.services>2023-12-17 19:32:45 +0000
commitb84b1d8166b07b80429c6830e0151e0c871c2cfc (patch)
treec73bdb9d0f345705f098fcc0c0978458b2ef1b48 /modules/commands/cs_register.cpp
parent8e2fa4acdbc24d0a629b737d5dd42a31a543016d (diff)
Misc grammar fixes.
Diffstat (limited to 'modules/commands/cs_register.cpp')
-rw-r--r--modules/commands/cs_register.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_register.cpp b/modules/commands/cs_register.cpp
index e69d83526..f51f21fa2 100644
--- a/modules/commands/cs_register.cpp
+++ b/modules/commands/cs_register.cpp
@@ -93,7 +93,7 @@ class CommandCSRegister : public Command
"\"founder\" of the channel. The channel founder is allowed\n"
"to change all of the channel settings for the channel;\n"
"%s will also automatically give the founder\n"
- "channel-operator privileges when s/he enters the channel."),
+ "channel operator privileges when they enter the channel."),
source.service->nick.c_str(), source.service->nick.c_str());
BotInfo *bi;
Anope::string cmd;