How to stripcolor in inspircd server

23 Views Asked by At

I am creating a chat web app using inspiRCD, i am getting () symbol from the server and after looking around found out that it's a color code i need to use this code to color the texts that iam getting from server.color code symbol .i already add in my inspircd.conf file and restart the server i already tried this

i need a fix for this

1

There are 1 best solutions below

0
Valentin Lorentz On

See the stripcolor module's documentation: it does not apply automatically, but provides the +S channel mode, so you need to set that channel mode (MODE #channel +S)