From 810908db7f0ffdb516d20e0de3374e85f8cf79a1 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Fri, 29 Sep 2017 12:09:48 +1000 Subject: [PATCH] Add comments --- irc/help.go | 1 + 1 file changed, 1 insertion(+) 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