Skip to content
Snippets Groups Projects
Commit 45c943cf authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

s/encode/escape/

parent 7c1c5d27
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,6 @@ class irc_bouncer::ident {
'File /etc/oidentd.conf',
'Format global { reply "%user%" }',
'', # Trailing newline
].map |$s| { percent_encode($s) }.join("\n"),
].map |$s| { percent_escape($s) }.join("\n"),
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment