diff --git a/irc/help.go b/irc/help.go index 6145bb8a..a0cd0a9c 100644 --- a/irc/help.go +++ b/irc/help.go @@ -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