diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-02 11:10:35 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-02 11:10:35 +0100 |
commit | 66d3293ae66457e1c60d7a7c1a20fe7cc60301d6 (patch) | |
tree | d82df9dee5700f6ead1416695201dd4042d40ab5 /modules/chanserv/cs_akick.cpp | |
parent | a4691f9d4d162c12bd64168686adb2636e152597 (diff) |
Remove double spacing after a full stop in help messages.
This hasn't been considered a best practice since the age of the
typewriter.
https://english.stackexchange.com/questions/2544/how-many-spaces-should-come-after-a-period-full-stop
Diffstat (limited to 'modules/chanserv/cs_akick.cpp')
-rw-r--r-- | modules/chanserv/cs_akick.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/chanserv/cs_akick.cpp b/modules/chanserv/cs_akick.cpp index a7b7506b4..81d667997 100644 --- a/modules/chanserv/cs_akick.cpp +++ b/modules/chanserv/cs_akick.cpp @@ -501,13 +501,13 @@ public: this->SendSyntax(source); source.Reply(" "); source.Reply(_( - "Maintains the \002AutoKick list\002 for a channel. If a user " + "Maintains the \002AutoKick list\002 for a channel. If a user " "on the AutoKick list attempts to join the channel, " "%s will ban that user from the channel, then kick " "the user." "\n\n" "The \002%s\032ADD\002 command adds the given nick or usermask " - "to the AutoKick list. If a \037reason\037 is given with " + "to the AutoKick list. If a \037reason\037 is given with " "the command, that reason will be used when the user is " "kicked; if not, the default reason is \"User has been " "banned from the channel\". " @@ -516,7 +516,7 @@ public: "All users within that nickgroup will then be akicked. " "\n\n" "The \002%s\032DEL\002 command removes the given nick or mask " - "from the AutoKick list. It does not, however, remove any " + "from the AutoKick list. It does not, however, remove any " "bans placed by an AutoKick; those must be removed " "manually." "\n\n" |