plex.lua: Fix wenn kein Input
This commit is contained in:
parent
4f572310db
commit
95f00e5870
@ -179,7 +179,7 @@ end
|
|||||||
function plex:action(msg, config)
|
function plex:action(msg, config)
|
||||||
local input = utilities.input_from_msg(msg)
|
local input = utilities.input_from_msg(msg)
|
||||||
if not input then
|
if not input then
|
||||||
utilities.send_reply(msg. plex.doc, true)
|
utilities.send_reply(msg, plex.doc, true)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user