A few matrix clients (according to the matrix folks) strip the "(IRC)" substring that is appended to nicks on IRC, at least for tab completion.
I know nothing about lua, and just discovered your script 2 days ago. I have tried to figure out how to implement this, e.g. by adding a string gsub to Room:formatNick or Room:addNick, but none of these seemed to work. If you aren't able to implement this for any reason, I could totally give it a try if you give me a hint as to where in this script IRC nicks are formatted :)
A few matrix clients (according to the matrix folks) strip the "(IRC)" substring that is appended to nicks on IRC, at least for tab completion.
I know nothing about lua, and just discovered your script 2 days ago. I have tried to figure out how to implement this, e.g. by adding a string gsub to
Room:formatNick
orRoom:addNick
, but none of these seemed to work. If you aren't able to implement this for any reason, I could totally give it a try if you give me a hint as to where in this script IRC nicks are formatted :)