forked from AkkomaGang/akkoma
No tabs.
This commit is contained in:
parent
2222e5599c
commit
ae6e3cb981
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue