We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifically, take the following and add them to the global params that have been specified:
$ControlCharacterEscapePrefix # to global(parser.controlCharacterEscapePrefix='#')
$ControlCharacterEscapePrefix #
global(parser.controlCharacterEscapePrefix='#')
$EscapeControlCharactersOnReceive on to global(parser.escapeControlCharactersOnReceive='on')
$EscapeControlCharactersOnReceive on
global(parser.escapeControlCharactersOnReceive='on')
The text was updated successfully, but these errors were encountered:
(simp#150) Changed legacy control character params into global params
0cf0461
Fixes simp#150
(#150) Changed legacy control character params into global params (#151)
44a62ad
Fixes #150
Successfully merging a pull request may close this issue.
Specifically, take the following and add them to the global params that have been specified:
$ControlCharacterEscapePrefix #
toglobal(parser.controlCharacterEscapePrefix='#')
$EscapeControlCharactersOnReceive on
toglobal(parser.escapeControlCharactersOnReceive='on')
The text was updated successfully, but these errors were encountered: