diff options
author | Sadie Powell <sadie@witchery.services> | 2023-12-20 00:07:51 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-12-20 00:07:51 +0000 |
commit | 6d981960da8b7897c2ca7feb125f2770971c4154 (patch) | |
tree | 114026b8dd7600f587ec5b4793a14070a240ca15 /modules/commands/cs_register.cpp | |
parent | 6acbd326f392a9a3a366947f6f9a05c7bdf7bc52 (diff) | |
parent | aca9d300640361a9abfca80c1b6d07a02cf93be2 (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'modules/commands/cs_register.cpp')
-rw-r--r-- | modules/commands/cs_register.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_register.cpp b/modules/commands/cs_register.cpp index 03d37232f..22ea8cb22 100644 --- a/modules/commands/cs_register.cpp +++ b/modules/commands/cs_register.cpp @@ -93,7 +93,7 @@ public: "\"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; |