forked from VoxeLibre/VoxeLibre
fix
This commit is contained in:
parent
84de4ea728
commit
7139ca1395
|
@ -22,7 +22,7 @@ mcl_commands.types = {
|
||||||
alphascore = "([A-Za-z_]+)",
|
alphascore = "([A-Za-z_]+)",
|
||||||
alphanumeric = "([A-Za-z0-9]+)",
|
alphanumeric = "([A-Za-z0-9]+)",
|
||||||
username = "([A-Za-z0-9-_]+)",
|
username = "([A-Za-z0-9-_]+)",
|
||||||
json = "(.+)", --TODO: add json specification
|
json = "(.+)",
|
||||||
}
|
}
|
||||||
|
|
||||||
function mcl_commands.register_command(name, func, def)
|
function mcl_commands.register_command(name, func, def)
|
||||||
|
|
Loading…
Reference in New Issue