mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Implement basic chat functionality
This commit is contained in:
18
assets/robocraft/chat.json
Normal file
18
assets/robocraft/chat.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"commands": [
|
||||
{
|
||||
"regex": "\\?online",
|
||||
"op": {
|
||||
"type": "BuiltIn",
|
||||
"built_in": "OnlineUsers"
|
||||
}
|
||||
},
|
||||
{
|
||||
"regex": "\\?users",
|
||||
"op": {
|
||||
"type": "BuiltIn",
|
||||
"built_in": "TotalUsers"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -14416,6 +14416,13 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"chat": {
|
||||
"public_channels": [
|
||||
"main",
|
||||
"sys",
|
||||
"jam_club"
|
||||
]
|
||||
},
|
||||
"settings": {
|
||||
"banners": [
|
||||
{
|
||||
@@ -14476,4 +14483,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user