mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
19 lines
357 B
JSON
19 lines
357 B
JSON
|
|
{
|
||
|
|
"commands": [
|
||
|
|
{
|
||
|
|
"regex": "\\?online",
|
||
|
|
"op": {
|
||
|
|
"type": "BuiltIn",
|
||
|
|
"built_in": "OnlineUsers"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"regex": "\\?users",
|
||
|
|
"op": {
|
||
|
|
"type": "BuiltIn",
|
||
|
|
"built_in": "TotalUsers"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|