forked from AkkomaGang/akkoma
Small fix.
This commit is contained in:
parent
94bbe1addc
commit
1b03981783
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def init(ref, socket, transport, _Opts = []) do
|
|||
end
|
||||
|
||||
def info(text) do
|
||||
text = String.replace(text, ~r/[\t\n]/, " ")
|
||||
text = String.replace(text, ~r/[\t\n]/, "")
|
||||
String.split(text, "\r")
|
||||
|> Enum.map(fn (text) ->
|
||||
"i#{text}\tfake\(NULL)\t0\r\n"
|
||||
|
|
Loading…
Reference in a new issue