plex.lua: Fix wenn kein Input

This commit is contained in:
Akamaru 2016-10-19 16:09:54 +02:00
parent 4f572310db
commit 95f00e5870
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ end
function plex:action(msg, config)
local input = utilities.input_from_msg(msg)
if not input then
utilities.send_reply(msg. plex.doc, true)
utilities.send_reply(msg, plex.doc, true)
return
end