torhve / weechat-matrix-protocol-script

A WeeChat script in Lua that implements the matrix.org chat protocol
349 stars 52 forks source link

Add option to strip away '(IRC)' tags from user nicks #133

Closed craftyguy closed 2 years ago

craftyguy commented 5 years ago

Some IRC bridges (matrix's freenode bridge) add a '(IRC)' tag to nicks that are on the IRC server. This adds an option to strip this away from the room message buffer, nick list, and autocomplete.

This replaces PR #100 (my original branch/fork was removed from github and apparently it doesn't allow you to recover from that in the original PR)