forked from External/ergo
Make LANGUAGE support work
This commit is contained in:
parent
a7fdade41d
commit
e99f22488f
8 changed files with 255 additions and 14 deletions
|
|
@ -131,6 +131,11 @@ var Commands = map[string]Command{
|
|||
minParams: 1,
|
||||
oper: true,
|
||||
},
|
||||
"LANGUAGE": {
|
||||
handler: languageHandler,
|
||||
usablePreReg: true,
|
||||
minParams: 1,
|
||||
},
|
||||
"LIST": {
|
||||
handler: listHandler,
|
||||
minParams: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue