Commit 75d96e7b authored by Pierre Ynard's avatar Pierre Ynard

luarc: terminate logout line with a pretty new line

parent 1b76f4d5
...@@ -137,7 +137,7 @@ end ...@@ -137,7 +137,7 @@ end
function logout(name,client) function logout(name,client)
if client.type == host.client_type.net then if client.type == host.client_type.net then
client:send("Bye-bye!") client:send("Bye-bye!\r\n")
client:del() client:del()
else else
client:append("Error: Can't logout of stdin/stdout. Use quit or shutdown to close VLC.") client:append("Error: Can't logout of stdin/stdout. Use quit or shutdown to close VLC.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment