mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
help: Add new /HELP command
This commit is contained in:
parent
da6f350563
commit
7b50f64d7e
4 changed files with 340 additions and 0 deletions
|
|
@ -67,6 +67,10 @@ var Commands = map[string]Command{
|
|||
handler: debugHandler,
|
||||
minParams: 1,
|
||||
},
|
||||
"HELP": {
|
||||
handler: helpHandler,
|
||||
minParams: 0,
|
||||
},
|
||||
"INVITE": {
|
||||
handler: inviteHandler,
|
||||
minParams: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue