mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-16 17:09:33 +01:00
data/commands: update data file
This commit is contained in:
parent
4b3aea4916
commit
5883b7e2b5
40
data/commands
vendored
40
data/commands
vendored
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$metadata$" : {
|
"$metadata$" : {
|
||||||
"update_version" : 3503,
|
"name" : "Commands",
|
||||||
"name" : "Commands"
|
"update_version" : 3503
|
||||||
},
|
},
|
||||||
"actiontrigger" : {
|
"actiontrigger" : {
|
||||||
"dont-replace-pronouns" : "1",
|
"dont-replace-pronouns" : "1",
|
||||||
@ -27,19 +27,24 @@
|
|||||||
"ban" : {
|
"ban" : {
|
||||||
"dont-replace-pronouns" : "1",
|
"dont-replace-pronouns" : "1",
|
||||||
"help" : "Bans a user. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#banmute",
|
"help" : "Bans a user. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#banmute",
|
||||||
"requires_cap" : 1
|
"requires_cap" : "1"
|
||||||
},
|
},
|
||||||
"ban-exempt" : {
|
"ban-exempt" : {
|
||||||
"help" : "Manages list of ban-masks that are exempted from ban-evasion detection.",
|
"help" : "Manages list of ban-masks that are exempted from ban-evasion detection.",
|
||||||
"requires_cap" : 1
|
"requires_cap" : 1
|
||||||
},
|
},
|
||||||
|
"banlist" : {
|
||||||
|
"help" : "",
|
||||||
|
"requires_cap" : 0
|
||||||
|
},
|
||||||
"battleship" : {
|
"battleship" : {
|
||||||
"help" : "The classic Battleship board game, modified for IRC. See https://github.com/pragma-/pbot/blob/master/doc/Battleship.md",
|
"help" : "The classic Battleship board game, modified for IRC. See https://github.com/pragma-/pbot/blob/master/doc/Battleship.md",
|
||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
},
|
},
|
||||||
"blacklist" : {
|
"blacklist" : {
|
||||||
|
"dont-replace-pronouns" : "1",
|
||||||
"help" : "Blacklists a hostmask from joining a channel. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#blacklist",
|
"help" : "Blacklists a hostmask from joining a channel. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#blacklist",
|
||||||
"requires_cap" : 1
|
"requires_cap" : "1"
|
||||||
},
|
},
|
||||||
"cap" : {
|
"cap" : {
|
||||||
"help" : "",
|
"help" : "",
|
||||||
@ -143,6 +148,10 @@
|
|||||||
"help" : "Evaluates Perl code within PBot's context. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#eval",
|
"help" : "Evaluates Perl code within PBot's context. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#eval",
|
||||||
"requires_cap" : 1
|
"requires_cap" : 1
|
||||||
},
|
},
|
||||||
|
"eventqueue" : {
|
||||||
|
"help" : "",
|
||||||
|
"requires_cap" : "1"
|
||||||
|
},
|
||||||
"export" : {
|
"export" : {
|
||||||
"background-process" : "1",
|
"background-process" : "1",
|
||||||
"help" : "Exports specified list to HTML file. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#export",
|
"help" : "Exports specified list to HTML file. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#export",
|
||||||
@ -155,11 +164,12 @@
|
|||||||
"factadd" : {
|
"factadd" : {
|
||||||
"dont-replace-pronouns" : "1",
|
"dont-replace-pronouns" : "1",
|
||||||
"help" : "Creates a new factoid. See https://github.com/pragma-/pbot/blob/master/doc/Factoids.md#factadd",
|
"help" : "Creates a new factoid. See https://github.com/pragma-/pbot/blob/master/doc/Factoids.md#factadd",
|
||||||
"requires_cap" : 0
|
"requires_cap" : "0"
|
||||||
},
|
},
|
||||||
"factalias" : {
|
"factalias" : {
|
||||||
|
"dont-replace-pronouns" : "1",
|
||||||
"help" : "Creates a factoid that acts as an alias for a command. See https://github.com/pragma-/pbot/blob/master/doc/Factoids.md#factalias",
|
"help" : "Creates a factoid that acts as an alias for a command. See https://github.com/pragma-/pbot/blob/master/doc/Factoids.md#factalias",
|
||||||
"requires_cap" : 0
|
"requires_cap" : "0"
|
||||||
},
|
},
|
||||||
"factchange" : {
|
"factchange" : {
|
||||||
"dont-replace-pronouns" : "1",
|
"dont-replace-pronouns" : "1",
|
||||||
@ -241,6 +251,10 @@
|
|||||||
"help" : "Displays a histogram of the top factoid submitters. See https://github.com/pragma-/pbot/blob/master/doc/Factoids.md#histogram",
|
"help" : "Displays a histogram of the top factoid submitters. See https://github.com/pragma-/pbot/blob/master/doc/Factoids.md#histogram",
|
||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
},
|
},
|
||||||
|
"id" : {
|
||||||
|
"help" : "",
|
||||||
|
"requires_cap" : 0
|
||||||
|
},
|
||||||
"ignore" : {
|
"ignore" : {
|
||||||
"help" : "Ignores a user. If you omit [channel] PBot will ignore the user in all channels, including private messages. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#ignore",
|
"help" : "Ignores a user. If you omit [channel] PBot will ignore the user in all channels, including private messages. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#ignore",
|
||||||
"requires_cap" : 1
|
"requires_cap" : 1
|
||||||
@ -261,6 +275,10 @@
|
|||||||
"help" : "Removes a user from the channel. Accepts wildcards. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#kick",
|
"help" : "Removes a user from the channel. Accepts wildcards. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#kick",
|
||||||
"requires_cap" : 1
|
"requires_cap" : 1
|
||||||
},
|
},
|
||||||
|
"kill" : {
|
||||||
|
"help" : "",
|
||||||
|
"requires_cap" : 1
|
||||||
|
},
|
||||||
"lagcheck" : {
|
"lagcheck" : {
|
||||||
"help" : "Displays history of PING times. See https://github.com/pragma-/pbot/blob/master/doc/Commands.md#lagcheck",
|
"help" : "Displays history of PING times. See https://github.com/pragma-/pbot/blob/master/doc/Commands.md#lagcheck",
|
||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
@ -322,18 +340,23 @@
|
|||||||
"help" : "Lists all currently loaded plugins. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#pluglist",
|
"help" : "Lists all currently loaded plugins. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#pluglist",
|
||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
},
|
},
|
||||||
|
"ps" : {
|
||||||
|
"help" : "",
|
||||||
|
"requires_cap" : 0
|
||||||
|
},
|
||||||
"rebuildaliases" : {
|
"rebuildaliases" : {
|
||||||
"help" : "Rebuilds the aka link table. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#rebuildaliases",
|
"help" : "Rebuilds the aka link table. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#rebuildaliases",
|
||||||
"requires_cap" : 1
|
"requires_cap" : 1
|
||||||
},
|
},
|
||||||
"recall" : {
|
"recall" : {
|
||||||
"background-process" : "1",
|
"background-process" : "1",
|
||||||
|
"dont-replace-pronouns" : "1",
|
||||||
"help" : "Recalls previous chat history for a channel. See https://github.com/pragma-/pbot/blob/master/doc/Commands.md#recall",
|
"help" : "Recalls previous chat history for a channel. See https://github.com/pragma-/pbot/blob/master/doc/Commands.md#recall",
|
||||||
"requires_cap" : 0
|
"requires_cap" : "0"
|
||||||
},
|
},
|
||||||
"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" : 1
|
"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",
|
||||||
@ -380,6 +403,7 @@
|
|||||||
"requires_cap" : 1
|
"requires_cap" : 1
|
||||||
},
|
},
|
||||||
"rq" : {
|
"rq" : {
|
||||||
|
"dont-replace-pronouns" : "1",
|
||||||
"help" : "Retrieves and displays a random quote from the quotegrabs database. See https://github.com/pragma-/pbot/blob/master/doc/Quotegrabs.md#rq",
|
"help" : "Retrieves and displays a random quote from the quotegrabs database. See https://github.com/pragma-/pbot/blob/master/doc/Quotegrabs.md#rq",
|
||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user