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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user