mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-31 19:23:06 -07:00
General comments, fix misspellings and lints
This commit is contained in:
+5
-2
@@ -15,9 +15,12 @@ import (
|
||||
type HelpEntryType int
|
||||
|
||||
const (
|
||||
CommandHelpEntry HelpEntryType = 0
|
||||
// CommandHelpEntry is a help entry explaining a client command.
|
||||
CommandHelpEntry HelpEntryType = 0
|
||||
// InformationHelpEntry is a help entry explaining general server info.
|
||||
InformationHelpEntry HelpEntryType = 1
|
||||
ISupportHelpEntry HelpEntryType = 2
|
||||
// ISupportHelpEntry is a help entry explaining a specific RPL_ISUPPORT token.
|
||||
ISupportHelpEntry HelpEntryType = 2
|
||||
)
|
||||
|
||||
// HelpEntry represents an entry in the Help map.
|
||||
|
||||
Reference in New Issue
Block a user