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 = [[
!help [command]
/help [command]
Get list of basic information for all commands, or more detailed documentation on a specified command.
]]
PLUGIN.triggers = {
'^!help',
'^!h$',
'^/help',
'^/h$',
'^/help'
}