This commit is contained in:
lain 2018-03-31 20:48:04 +02:00
parent 2222e5599c
commit ae6e3cb981

View file

@ -50,6 +50,7 @@ def init(ref, socket, transport, _Opts = []) do
end
def info(text) do
text = String.replace(text, ~r/[\t\r\n]/, " ")
"#{text}\tfake\(NULL)\t0\r\n"
end