diff --git a/Changes b/Changes index d2eb02e52..b3b531294 100644 --- a/Changes +++ b/Changes @@ -1751,3 +1751,4 @@ MOTDs - Updated c-ares to latest release (1.4.0) - #0001317 reported by thilo regarding removal of (username) being appended to topics set by U:Lined servers. +- Added missing semicolons to some help.conf entries diff --git a/help.conf b/help.conf index f944c0ee1..1e5a7d097 100644 --- a/help.conf +++ b/help.conf @@ -127,7 +127,7 @@ help Snomasks { " server notices you will receive."; " Usage: /MODE nick +s "; " Ex: /MODE blah +s +cF-j"; - " The parameter specifies which snomasks you want (or don't want)." + " The parameter specifies which snomasks you want (or don't want)."; " You can also remove all snomasks by simply doing /MODE nick -s."; "-"; " Below is a list of possible snomasks:"; @@ -1070,7 +1070,7 @@ help Sdesc { }; help Mkpasswd { - " This command will return a 'hash' of the string that has been specified," + " This command will return a 'hash' of the string that has been specified,"; " you can use this hash for any encrypted passwords in your configuration file:"; " eg: for oper::password, vhost::password, etc."; " Available types (in order of 'secureness'):"; @@ -1360,14 +1360,14 @@ help DccAllow { }; help Addmotd { - " Adds a line to the end of the MOTD " + " Adds a line to the end of the MOTD "; " -"; " Syntax: ADDMOTD "; " Example: ADDMOTD Play nice!"; }; help Addomotd { - " Adds a line to the end of the OPERMOTD " + " Adds a line to the end of the OPERMOTD "; " -"; " Syntax: ADDOMOTD "; " Example: ADDOMOTD Abuse it and lose it!";