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,14 +1,14 @@
local PLUGIN = {}
PLUGIN.doc = [[
!bible <verse>
/bible <verse>
Returns a verse from the bible, King James Version. Use a standard or abbreviated reference (John 3:16, Jn3:16).
http://biblia.com
]]
PLUGIN.triggers = {
'^!bible',
'^!b '
'^/bible',
'^/b '
}
function PLUGIN.action(msg)