mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Move chat system into core, merge configs, save to database
This commit is contained in:
@@ -454,6 +454,22 @@ def main(asset_in, cubes=None, weapons=None, movement=None):
|
||||
"sys",
|
||||
"jam_club",
|
||||
],
|
||||
"commands": [
|
||||
{
|
||||
"regex": "\\?online",
|
||||
"op": {
|
||||
"type": "BuiltIn",
|
||||
"built_in": "OnlineUsers"
|
||||
}
|
||||
},
|
||||
{
|
||||
"regex": "\\?users",
|
||||
"op": {
|
||||
"type": "BuiltIn",
|
||||
"built_in": "TotalUsers"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"factory": {
|
||||
"adapter": {
|
||||
|
||||
Reference in New Issue
Block a user