help.lua and about.lua: /start now triggers about.lua
blacklist.lua: Added username support.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user