I want to change from  «D6uLDv8 @ Corrupt-Net >> (with color) << nick @ networkname >> to (nick @ networkname) and there is no color, just how is black. Hope you could help rewrite that code to your liking?
For example, in a room chat, the nick talked to the room and displayed in the room as follows:
 «Robert @ Corrupt-Net» hello everybody
 << Hunken @ TurboIRC >> hello Robert, how are you?

I want it to look like this (nick @ networkname has no color):
(Robert @ Corrupt-Net) hello everybody
(Hunken @ TurboIRC) hello Robert, how are you?

I use the code:
on 1*:text:*:#misfits: {
if $nick == Hex { msg #IRCRelay $1- }
else {
msg #IRCRelay < $+  $+ $nick $+  $+ @ $+ $network $+ > $1- }
}