1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 23:03:13 +02:00

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
This commit is contained in:
Sadie Powell
2025-05-02 11:10:35 +01:00
parent a4691f9d4d
commit 66d3293ae6
22 changed files with 102 additions and 102 deletions
+2 -2
View File
@@ -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"