various help text fixes

replacing '!' in examples with '/'
This commit is contained in:
dupie 2015-07-08 20:11:33 -04:00
parent e67164972b
commit 32accf3da9
5 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
local PLUGIN = {}
PLUGIN.doc = [[
/roll [range]
/roll [arg]
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 = {

View File

@ -2,7 +2,7 @@ local PLUGIN = {}
PLUGIN.doc = [[
/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 = {

View File

@ -2,7 +2,7 @@ local PLUGIN = {}
PLUGIN.doc = [[
/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 = {

View File

@ -2,7 +2,7 @@ local PLUGIN = {}
PLUGIN.doc = [[
/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 = {

View File

@ -3,7 +3,7 @@ local PLUGIN = {}
PLUGIN.doc = [[
/weather <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 = {