Version 3.8

Relicense to AGPLv3, with consent of contributors.
bindings.lua completely rewritten. Shift to multipart-post.
Updated readme.
New plugins: bing.lua, channel.lua.
Removed plugins: floodcontrol.lua, librefm.lua.
luarun.lua: Will now serialize returned tables. Aliased "/return" to "/lua return".
This commit is contained in:
topkecleon
2016-05-29 13:08:39 -04:00
parent fefadc562f
commit 725261fcf7
60 changed files with 1193 additions and 1098 deletions

View File

@ -19,6 +19,8 @@ I am otouto, the plugin-wielding, multipurpose Telegram bot.
Send /help to get started.
]],
-- https://datamarket.azure.com/dataset/bing/search
bing_api_key = '',
-- http://console.developers.google.com
google_api_key = '',
-- https://cse.google.com/cse
@ -56,7 +58,6 @@ Send /help to get started.
'whoami',
'nick',
'echo',
'gSearch',
'gMaps',
'wikipedia',
'hackernews',
@ -74,7 +75,6 @@ Send /help to get started.
'currency',
'cats',
'shout',
'patterns',
-- Put new plugins above this line.
'help',
'greetings'