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/memoserv/ms_set.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/memoserv/ms_set.cpp')
-rw-r--r-- | modules/memoserv/ms_set.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/memoserv/ms_set.cpp b/modules/memoserv/ms_set.cpp index f1bd798af..fd0e7a0f4 100644 --- a/modules/memoserv/ms_set.cpp +++ b/modules/memoserv/ms_set.cpp @@ -269,19 +269,19 @@ public: "Syntax: \002LIMIT [\037user\037 | \037channel\037] {\037limit\037 | NONE} [HARD]\002" "\n\n" "Sets the maximum number of memos a user or channel is " - "allowed to have. Setting the limit to 0 prevents the user " + "allowed to have. Setting the limit to 0 prevents the user " "from receiving any memos; setting it to \002NONE\002 allows the " - "user to receive and keep as many memos as they want. If " + "user to receive and keep as many memos as they want. If " "you do not give a nickname or channel, your own limit is " "set." "\n\n" - "Adding \002HARD\002 prevents the user from changing the limit. Not " + "Adding \002HARD\002 prevents the user from changing the limit. Not " "adding \002HARD\002 has the opposite effect, allowing the user to " "change the limit (even if a previous limit was set with " "\002HARD\002)." "\n\n" "This use of the \002SET\032LIMIT\002 command is limited to \002Services " - "Operators\002. Other users may only enter a limit for themselves " + "Operators\002. Other users may only enter a limit for themselves " "or a channel on which they have such privileges, may not " "remove their limit, may not set a limit above %d, and may " "not set a hard limit." @@ -294,7 +294,7 @@ public: "\n\n" "Sets the maximum number of memos you (or the given channel) " "are allowed to have. If you set this to 0, no one will be " - "able to send any memos to you. However, you cannot set " + "able to send any memos to you. However, you cannot set " "this any higher than %d." ), max_memos); |