help.lua and about.lua: /start now triggers about.lua

blacklist.lua: Added username support.
This commit is contained in:
topkecleon
2016-03-04 17:08:21 -05:00
parent ec64f18138
commit f529bc9ad8
11 changed files with 71 additions and 38 deletions

View File

@ -17,8 +17,7 @@ Arguments: <required> \[optional]
local triggers = {
'^/help[@'..bot.username..']*',
'^/h[@'..bot.username..']*$',
'^/start[@'..bot.username..']*'
'^/h[@'..bot.username..']*$'
}
local action = function(msg)