forked from External/ergo
accounts: Add very initial, extremely broken account work (not including config changes)
This commit is contained in:
parent
1746be2bb8
commit
e4b6c1852b
7 changed files with 339 additions and 177 deletions
|
|
@ -152,6 +152,10 @@ var Commands = map[string]Command{
|
|||
usablePreReg: true,
|
||||
minParams: 0,
|
||||
},
|
||||
"REG": {
|
||||
handler: regHandler,
|
||||
minParams: 3,
|
||||
},
|
||||
/*TODO(dan): Add this back in
|
||||
"THEATRE": Command{
|
||||
handler: theatreHandler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue