swapped ! for /

This commit is contained in:
dupie
2015-07-08 03:38:04 -04:00
parent df1d6a206f
commit af3da2abfd
31 changed files with 82 additions and 83 deletions

View File

@ -1,13 +1,13 @@
local PLUGIN = {}
PLUGIN.doc = [[
!weather <location>
/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.
]]
PLUGIN.triggers = {
'^!weather'
'^/weather'
}
function PLUGIN.action(msg)