Enabled the |! comment handler in ripterm.js (line 2845). It was implemented but commented out, causing comment lines to be parsed as commands and breaking any RIP file that uses |! comments. The handler body is empty — the parser already consumes the comment text as args, it just needed the handler to exist so the text doesn't get dispatched as a command.
riptermjs-irc-fixes.zip
Enabled the |! comment handler in ripterm.js (line 2845). It was implemented but commented out, causing comment lines to be parsed as commands and breaking any RIP file that uses |! comments. The handler body is empty — the parser already consumes the comment text as args, it just needed the handler to exist so the text doesn't get dispatched as a command.
riptermjs-irc-fixes.zip