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/hostserv/hs_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/hostserv/hs_set.cpp')
-rw-r--r-- | modules/hostserv/hs_set.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/hostserv/hs_set.cpp b/modules/hostserv/hs_set.cpp index 1de34b5a3..a86d2d8d3 100644 --- a/modules/hostserv/hs_set.cpp +++ b/modules/hostserv/hs_set.cpp @@ -96,7 +96,7 @@ public: source.Reply(" "); source.Reply(_( "Sets the vhost for the given nick to that of the given " - "hostmask. If your IRCD supports vidents, then using " + "hostmask. If your IRCD supports vidents, then using " "SET <nick> <ident>@<hostmask> set idents for users as " "well as vhosts." )); @@ -202,7 +202,7 @@ public: source.Reply(" "); source.Reply(_( "Sets the vhost for all nicks in the same group as that " - "of the given nick. If your IRCD supports vidents, then " + "of the given nick. If your IRCD supports vidents, then " "using SETALL <nick> <ident>@<hostmask> will set idents " "for users as well as vhosts." "\n\n" |