You can use a small tcl script with a filter to to filter out all color codes, in channel texts, channel actions, channel notices and private messages/queries, private actions and private notices.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
The eggdrop dosen't have a *built in* procedure for this, some IRCD servers have. Check the IRC server the eggdrop sits for an existing user mode to filter them out. Or, as sugested by awyeah invent an procedure to do it.
Once the game is over, the king and the pawn go back in the same box.
Well on DALnet we have a channel mode +c to filter out colors, but not bolds and underlines... maybe some networks have other modes for channels as well as users.
As for the filter, it is quite simple, search the ppslim filter in this forum you will find many results. Use it... thats what I use its very effective or if you want you can make a small filter with regsub -all yourself.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
cool, thx guys, that helps alot. i'll try that ppslim script (my eggdrop is on unreal 3.2.1 and anope 1.7.4 that is an ircd module but it does not strip public channel codes)
<adapter> *** awyeah joined the party line.
<awyeah> .help strip
<adapter> [15:57] #awyeah# help strip
<adapter> ### strip [modes]
<adapter> Allows you to remove embedded 'attribute' codes your partyline output. Valid
<adapter> options are:
<adapter> b - remove all boldface codes
<adapter> c - remove all color codes
<adapter> r - remove all reverse video codes
<adapter> u - remove all underline codes
<adapter> a - remove all ANSI codes
<adapter> g - remove all ctrl-g (bell) codes
<adapter>
<adapter> The mode can also be a modifier like '+c' or '-bu' or '+ru-c'. If
<adapter> you omit modes, it will show your current setting.
<adapter>
<adapter> See also: fixcodes
<adapter>
<adapter> ### strip <user> [modes]
<adapter> Set the strip level of another user. A master can't set their own strip
<adapter> flags without prefixing the modes with a '+' or '-'.
Eh, but I remember this is just for the partyline (DCC) output and not for channel texts and messages.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================