From 32accf3da9e43fb46e17959412e37ef29c6d5baf Mon Sep 17 00:00:00 2001 From: dupie Date: Wed, 8 Jul 2015 20:11:33 -0400 Subject: [PATCH] various help text fixes replacing '!' in examples with '/' --- plugins/dice.lua | 4 ++-- plugins/gImages.lua | 2 +- plugins/gSearch.lua | 2 +- plugins/giphy.lua | 2 +- plugins/weather.lua | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/dice.lua b/plugins/dice.lua index b953a39..d5d48ba 100644 --- a/plugins/dice.lua +++ b/plugins/dice.lua @@ -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 = { diff --git a/plugins/gImages.lua b/plugins/gImages.lua index 05591ab..7b3af77 100644 --- a/plugins/gImages.lua +++ b/plugins/gImages.lua @@ -2,7 +2,7 @@ local PLUGIN = {} PLUGIN.doc = [[ /images - 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 = { diff --git a/plugins/gSearch.lua b/plugins/gSearch.lua index 6336e11..3ed16ca 100644 --- a/plugins/gSearch.lua +++ b/plugins/gSearch.lua @@ -2,7 +2,7 @@ local PLUGIN = {} PLUGIN.doc = [[ /google - 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 = { diff --git a/plugins/giphy.lua b/plugins/giphy.lua index b1cfff4..d652ec2 100644 --- a/plugins/giphy.lua +++ b/plugins/giphy.lua @@ -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 = { diff --git a/plugins/weather.lua b/plugins/weather.lua index bf9a075..75d64b7 100644 --- a/plugins/weather.lua +++ b/plugins/weather.lua @@ -3,7 +3,7 @@ local PLUGIN = {} PLUGIN.doc = [[ /weather 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 = {