This commit is contained in:
Akamaru 2016-08-25 15:22:41 +02:00
parent 97981c7816
commit aebc0b806a
3 changed files with 4 additions and 4 deletions

View File

@ -31,5 +31,5 @@ before_install:
script: script:
- luac -p otouto/*.lua - luac -p miku/*.lua
- luac -p otouto/plugins/*.lua - luac -p miku/plugins/*.lua

View File

@ -65,4 +65,4 @@ Sende /hilfe, um zu starten
response = 'I don\'t know what to say to that.' response = 'I don\'t know what to say to that.'
} }
} }

View File

@ -5,7 +5,7 @@ function get_data:init(config)
get_data.doc = '\n*/wget* _<URL>_' get_data.doc = '\n*/wget* _<URL>_'
end end
get_data.command = 'me' get_data.command = 'wget <URL>'
function get_data:action(msg, config) function get_data:action(msg, config)
local input = utilities.input_from_msg(msg) local input = utilities.input_from_msg(msg)