Fix http_api nil bug
parent
57c71c4406
commit
fd593f1998
|
@ -41,6 +41,6 @@ end
|
||||||
|
|
||||||
function matrix.say(http_api)
|
function matrix.say(http_api)
|
||||||
return function(name, message)
|
return function(name, message)
|
||||||
return matrix.send(name .. ":", message)
|
return matrix.send(http_api, name .. ":", message)
|
||||||
end
|
end
|
||||||
end
|
end
|
Loading…
Reference in New Issue