Improved triggers for many plugins.

Redone README to match the website.
Bot now supports deep linking / start payloads.
lastfm.lua now notifies a user when his default username is saved.
antisquig is now part of moderation.lua.
This commit is contained in:
topkecleon
2016-01-07 22:30:12 -05:00
parent 88a506492b
commit 9070a44c8f
20 changed files with 203 additions and 451 deletions

View File

@ -10,8 +10,9 @@ local doc = [[
]]
local triggers = {
'^/b[ible]*[@'..bot.username..']*$',
'^/b[ible]*[@'..bot.username..']* '
'^/bible*[@'..bot.username..']*',
'^/b[@'..bot.username..']* ',
'^/b[@'..bot.username..']*$'
}
local action = function(msg)