mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Fix total users chat command, add help command
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"commands": [
|
||||
{
|
||||
"regex": "\\?online",
|
||||
"op": {
|
||||
"type": "BuiltIn",
|
||||
"built_in": "OnlineUsers"
|
||||
}
|
||||
},
|
||||
{
|
||||
"regex": "\\?users",
|
||||
"op": {
|
||||
"type": "BuiltIn",
|
||||
"built_in": "TotalUsers"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -14462,6 +14462,13 @@
|
||||
"type": "BuiltIn",
|
||||
"built_in": "TotalUsers"
|
||||
}
|
||||
},
|
||||
{
|
||||
"regex": "\\?help",
|
||||
"op": {
|
||||
"type": "BuiltIn",
|
||||
"built_in": "Help"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -14539,4 +14546,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user