forked from External/ergo
Add the INFO command
This commit is contained in:
parent
33651ea03c
commit
d715abf0f0
3 changed files with 48 additions and 0 deletions
|
|
@ -101,6 +101,9 @@ var Commands = map[string]Command{
|
|||
handler: helpHandler,
|
||||
minParams: 0,
|
||||
},
|
||||
"INFO": {
|
||||
handler: infoHandler,
|
||||
},
|
||||
"INVITE": {
|
||||
handler: inviteHandler,
|
||||
minParams: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue