1
0
Fork 0
forked from External/ergo

help: Generate index of help topics

This commit is contained in:
Daniel Oaks 2017-04-30 13:53:49 +10:00
parent 2c9b2db9e3
commit 51425b7764
4 changed files with 109 additions and 12 deletions

View file

@ -95,6 +95,10 @@ var Commands = map[string]Command{
handler: helpHandler,
minParams: 0,
},
"HELPOP": {
handler: helpHandler,
minParams: 0,
},
"INVITE": {
handler: inviteHandler,
minParams: 2,