mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
help: Generate index of help topics
This commit is contained in:
parent
2c9b2db9e3
commit
51425b7764
4 changed files with 109 additions and 12 deletions
|
|
@ -95,6 +95,10 @@ var Commands = map[string]Command{
|
|||
handler: helpHandler,
|
||||
minParams: 0,
|
||||
},
|
||||
"HELPOP": {
|
||||
handler: helpHandler,
|
||||
minParams: 0,
|
||||
},
|
||||
"INVITE": {
|
||||
handler: inviteHandler,
|
||||
minParams: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue