3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

Add comments

This commit is contained in:
Daniel Oaks 2017-09-29 12:09:48 +10:00
parent 9bfdc4fdfb
commit 810908db7f

View File

@ -582,6 +582,7 @@ Information:
return newHelpIndex
}
// GenerateHelpIndices generates our help indexes and confirms we have HELP entries for every command.
func GenerateHelpIndices() error {
if HelpIndex != "" && HelpIndexOpers != "" {
return nil