mirror of
https://github.com/pragma-/pbot.git
synced 2025-03-09 07:50:49 +01:00
data: add name to JSON metadata
This commit is contained in:
parent
4e71cb0674
commit
75731cd28a
3
data/ban-exemptions
vendored
3
data/ban-exemptions
vendored
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"update_version" : 3503
|
"update_version" : 3503,
|
||||||
|
"name" : "Ban exemptions"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3
data/capabilities
vendored
3
data/capabilities
vendored
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"update_version" : 3503
|
"update_version" : 3503,
|
||||||
|
"name" : "Capabilities"
|
||||||
},
|
},
|
||||||
"admin" : {
|
"admin" : {
|
||||||
"can-actiontrigger" : 1,
|
"can-actiontrigger" : 1,
|
||||||
|
3
data/channels
vendored
3
data/channels
vendored
@ -4,7 +4,8 @@
|
|||||||
"enabled" : "1"
|
"enabled" : "1"
|
||||||
},
|
},
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"update_version" : 3503
|
"update_version" : 3503,
|
||||||
|
"name" : "Channels"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
5
data/commands
vendored
5
data/commands
vendored
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"update_version" : 3503
|
"update_version" : 3503,
|
||||||
|
"name" : "Commands"
|
||||||
},
|
},
|
||||||
"actiontrigger" : {
|
"actiontrigger" : {
|
||||||
"dont-replace-pronouns" : "1",
|
"dont-replace-pronouns" : "1",
|
||||||
@ -332,7 +333,7 @@
|
|||||||
},
|
},
|
||||||
"refresh" : {
|
"refresh" : {
|
||||||
"help" : "Refreshes and reloads PBot core modules and plugins. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#refresh",
|
"help" : "Refreshes and reloads PBot core modules and plugins. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#refresh",
|
||||||
"requires_cap" : 0
|
"requires_cap" : 1
|
||||||
},
|
},
|
||||||
"regchange" : {
|
"regchange" : {
|
||||||
"help" : "Changes the value of a registry item using a regular expression. See https://github.com/pragma-/pbot/blob/master/doc/Registry.md#regchange",
|
"help" : "Changes the value of a registry item using a regular expression. See https://github.com/pragma-/pbot/blob/master/doc/Registry.md#regchange",
|
||||||
|
3
data/ignorelist
vendored
3
data/ignorelist
vendored
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"update_version" : 3503
|
"update_version" : 3503,
|
||||||
|
"name" : "IgnoreList"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3
data/registry
vendored
3
data/registry
vendored
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"update_version" : 3503
|
"update_version" : 3503,
|
||||||
|
"name" : "Registry"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"antiaway" : {
|
"antiaway" : {
|
||||||
|
3
data/spam_keywords
vendored
3
data/spam_keywords
vendored
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"update_version" : 3503
|
"update_version" : 3503,
|
||||||
|
"name" : "SpamKeywords"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3
data/unban_timeouts
vendored
3
data/unban_timeouts
vendored
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"update_version" : 3503
|
"update_version" : 3503,
|
||||||
|
"name" : "Unban Timeouts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3
data/unmute_timeouts
vendored
3
data/unmute_timeouts
vendored
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"update_version" : 3503
|
"update_version" : 3503,
|
||||||
|
"Unmute Timeouts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3
data/users
vendored
3
data/users
vendored
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"update_version" : 3512
|
"update_version" : 3512,
|
||||||
|
"name" : "Users"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user