mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 05:49:27 +01:00
Update data/commands
This commit is contained in:
parent
5af7c2e773
commit
a6b67299ee
30
data/commands
vendored
30
data/commands
vendored
@ -124,7 +124,7 @@
|
|||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
},
|
},
|
||||||
"delq" : {
|
"delq" : {
|
||||||
"help" : "Deletes a quote from the quotegrabs database. See https://github.com/pragma-/pbot/blob/master/doc/Quotegrabs.md#delq",
|
"help" : "Deletes a quote from the quotegrabs database. See https://github.com/pragma-/pbot/blob/master/doc/Plugins/Quotegrabs.md#delq",
|
||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
},
|
},
|
||||||
"deop" : {
|
"deop" : {
|
||||||
@ -230,17 +230,17 @@
|
|||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
},
|
},
|
||||||
"getq" : {
|
"getq" : {
|
||||||
"help" : "Retrieves and displays a specific quote from the quotegrabs database. See https://github.com/pragma-/pbot/blob/master/doc/Quotegrabs.md#getq",
|
"help" : "Retrieves and displays a specific quote from the quotegrabs database. See https://github.com/pragma-/pbot/blob/master/doc/Plugins/Quotegrabs.md#getq",
|
||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
},
|
},
|
||||||
"google" : {
|
"google" : {
|
||||||
"dont-replace-pronouns" : "1",
|
"dont-replace-pronouns" : "1",
|
||||||
"help" : "Displays Google search results for a query. See https://github.com/pragma-/pbot/blob/master/doc/Modules.md#google",
|
"help" : "Displays Google search results for a query. See https://github.com/pragma-/pbot/blob/master/doc/Modules.md#google",
|
||||||
"requires_cap" : 0
|
"requires_cap" : "0"
|
||||||
},
|
},
|
||||||
"grab" : {
|
"grab" : {
|
||||||
"help" : "Grabs a message someone says, and adds it to the quotegrabs database. See https://github.com/pragma-/pbot/blob/master/doc/Quotegrabs.md#grab",
|
"help" : "Grabs a message someone says, and adds it to the quotegrabs database. https://github.com/pragma-/pbot/blob/master/doc/Plugins/Quotegrabs.md#grab",
|
||||||
"requires_cap" : 0
|
"requires_cap" : "0"
|
||||||
},
|
},
|
||||||
"help" : {
|
"help" : {
|
||||||
"dont-replace-pronouns" : "1",
|
"dont-replace-pronouns" : "1",
|
||||||
@ -284,8 +284,9 @@
|
|||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
},
|
},
|
||||||
"learn" : {
|
"learn" : {
|
||||||
|
"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"
|
||||||
},
|
},
|
||||||
"list" : {
|
"list" : {
|
||||||
"help" : "Lists various collections, such as channels or admins. See https://github.com/pragma-/pbot/blob/master/doc/Commands.md#list"
|
"help" : "Lists various collections, such as channels or admins. See https://github.com/pragma-/pbot/blob/master/doc/Commands.md#list"
|
||||||
@ -332,6 +333,19 @@
|
|||||||
"help" : "Departs a channel, without removing it from PBot's list of channels to manage/auto-join. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#part",
|
"help" : "Departs a channel, without removing it from PBot's list of channels to manage/auto-join. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#part",
|
||||||
"requires_cap" : 1
|
"requires_cap" : 1
|
||||||
},
|
},
|
||||||
|
"plang" : {
|
||||||
|
"background-process" : "1",
|
||||||
|
"dont-replace-pronouns" : "1",
|
||||||
|
"help" : "",
|
||||||
|
"preserve-whitespace" : "1",
|
||||||
|
"preserve_whitespace" : "1",
|
||||||
|
"requires_cap" : "0"
|
||||||
|
},
|
||||||
|
"plangrepl" : {
|
||||||
|
"background-process" : "1",
|
||||||
|
"help" : "",
|
||||||
|
"requires_cap" : 0
|
||||||
|
},
|
||||||
"plug" : {
|
"plug" : {
|
||||||
"help" : "Loads a plugin into PBot. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#plug",
|
"help" : "Loads a plugin into PBot. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#plug",
|
||||||
"requires_cap" : 1
|
"requires_cap" : 1
|
||||||
@ -350,7 +364,7 @@
|
|||||||
},
|
},
|
||||||
"recall" : {
|
"recall" : {
|
||||||
"background-process" : "1",
|
"background-process" : "1",
|
||||||
"dont-replace-pronouns" : "1",
|
"dont-replace-pronouns" : "0",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
@ -404,7 +418,7 @@
|
|||||||
},
|
},
|
||||||
"rq" : {
|
"rq" : {
|
||||||
"dont-replace-pronouns" : "1",
|
"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/Plugins/Quotegrabs.md#rq",
|
||||||
"requires_cap" : 0
|
"requires_cap" : 0
|
||||||
},
|
},
|
||||||
"sl" : {
|
"sl" : {
|
||||||
|
Loading…
Reference in New Issue
Block a user