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:
@ -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'
|
||||
|
Reference in New Issue
Block a user