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

@ -13,7 +13,8 @@ end
local help_text = help_text .. 'Arguments: <required> [optional]'
local triggers = {
'^/h[elp]*[@'..bot.username..']*$',
'^/help[@'..bot.username..']*',
'^/h[@'..bot.username..']*$',
'^/start[@'..bot.username..']*'
}