various help text fixes
replacing '!' in examples with '/'
This commit is contained in:
parent
e67164972b
commit
32accf3da9
@ -1,9 +1,9 @@
|
|||||||
local PLUGIN = {}
|
local PLUGIN = {}
|
||||||
|
|
||||||
PLUGIN.doc = [[
|
PLUGIN.doc = [[
|
||||||
/roll [range]
|
/roll [arg]
|
||||||
Roll a die. Use any positive number for range or use D&D notation.
|
Roll a die. Use any positive number for range or use D&D notation.
|
||||||
Example: !roll 4D100 will roll a 100-sided die four times.
|
Example: /roll 4D100 will roll a 100-sided die four times.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
PLUGIN.triggers = {
|
PLUGIN.triggers = {
|
||||||
|
@ -2,7 +2,7 @@ local PLUGIN = {}
|
|||||||
|
|
||||||
PLUGIN.doc = [[
|
PLUGIN.doc = [[
|
||||||
/images <query>
|
/images <query>
|
||||||
This command performs a Google Images search for the given query. One random top result is returned. Safe search is enabled by default; use '!insfw' to get potentially NSFW results.
|
This command performs a Google Images search for the given query. One random top result is returned. Safe search is enabled by default; use '/insfw' to get potentially NSFW results.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
PLUGIN.triggers = {
|
PLUGIN.triggers = {
|
||||||
|
@ -2,7 +2,7 @@ local PLUGIN = {}
|
|||||||
|
|
||||||
PLUGIN.doc = [[
|
PLUGIN.doc = [[
|
||||||
/google <query>
|
/google <query>
|
||||||
This command performs a Google search for the given query. Four results are returned. Safe search is enabled by default; use '!gnsfw' to get potentially NSFW results. Four results are returned for a group chat, or eight in a private message.
|
This command performs a Google search for the given query. Four results are returned. Safe search is enabled by default; use '/gnsfw' to get potentially NSFW results. Four results are returned for a group chat, or eight in a private message.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
PLUGIN.triggers = {
|
PLUGIN.triggers = {
|
||||||
|
@ -2,7 +2,7 @@ local PLUGIN = {}
|
|||||||
|
|
||||||
PLUGIN.doc = [[
|
PLUGIN.doc = [[
|
||||||
/giphy [query]
|
/giphy [query]
|
||||||
Returns a random or search-resulted GIF from giphy.com. Results are limited to PG-13 by default; use '!gifnsfw' to get potentially NSFW results.
|
Returns a random or search-resulted GIF from giphy.com. Results are limited to PG-13 by default; use '/gifnsfw' to get potentially NSFW results.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
PLUGIN.triggers = {
|
PLUGIN.triggers = {
|
||||||
|
@ -3,7 +3,7 @@ local PLUGIN = {}
|
|||||||
PLUGIN.doc = [[
|
PLUGIN.doc = [[
|
||||||
/weather <location>
|
/weather <location>
|
||||||
Returns the current temperature and weather conditions for a specified location.
|
Returns the current temperature and weather conditions for a specified location.
|
||||||
Non-city locations are accepted; "!weather Buckingham Palace" will return the weather for Westminster.
|
Non-city locations are accepted; "/weather Buckingham Palace" will return the weather for Westminster.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
PLUGIN.triggers = {
|
PLUGIN.triggers = {
|
||||||
|
Reference in New Issue
Block a user