forked from External/ergo
Initial ACC update to match the new spec
This commit is contained in:
parent
c5dd87a64d
commit
4df71df454
7 changed files with 283 additions and 247 deletions
|
|
@ -71,8 +71,9 @@ var Commands map[string]Command
|
|||
func init() {
|
||||
Commands = map[string]Command{
|
||||
"ACC": {
|
||||
handler: accHandler,
|
||||
minParams: 3,
|
||||
handler: accHandler,
|
||||
usablePreReg: true,
|
||||
minParams: 1,
|
||||
},
|
||||
"AMBIANCE": {
|
||||
handler: sceneHandler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue