• exec/irc.js exec/load/irc-default.js

    From Eugene So to Git commit to main/sbbs/master on Mon Mar 7 11:49:42 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/3514fdf4a9f0507bf78ace5a
    Modified Files:
    exec/irc.js exec/load/irc-default.js
    Log Message:
    Fix handling of IRC color control sequences
    An extra comma was being added after the control sequences
    An empty color control sequence was not handled. It is supposed to
    remove all color schemes.
  • From Rob Swindell to Git commit to main/sbbs/master on Mon Mar 7 11:49:42 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/5faf70b31e4b916f6fa24e73
    Modified Files:
    exec/irc.js exec/load/irc-default.js
    Log Message:
    Merge branch 'eugeneso/irc_color_fix' into 'master'

    Fix handling of IRC color control sequences

    See merge request main/sbbs!153