aaron-em / rcirc-styles.el

Giving rcirc correct and complete support for mIRC-style color and attribute codes
GNU General Public License v2.0
5 stars 5 forks source link

Some valid ^C cases not handled #6

Closed aaron-em closed 8 years ago

aaron-em commented 8 years ago

The WikiChip page linked in the commentary mentions that a bare ^C serves to terminate any active color codes, but I failed to notice this and thus failed to implement it.

In testing with other IRC users, I've also found that many clients will accept e.g. ^C,3 as a valid specification which changes only the background color.

aaron-em commented 8 years ago

Two branches for this: hotfix/#6 to fix the parser issue, and feature/#6 to add support for inserting these types of color codes.

aaron-em commented 8 years ago

Finished & merged down in both branches.