forked from External/ergo
theater: Remove THEATER command for now
This commit is contained in:
parent
79d831bbb7
commit
266c534af9
7 changed files with 2 additions and 156 deletions
|
|
@ -161,11 +161,6 @@ var Commands = map[string]Command{
|
|||
handler: regHandler,
|
||||
minParams: 3,
|
||||
},
|
||||
/*TODO(dan): Add this back in
|
||||
"THEATRE": Command{
|
||||
handler: theatreHandler,
|
||||
minParams: 1,
|
||||
},*/
|
||||
"TIME": {
|
||||
handler: timeHandler,
|
||||
minParams: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue