another simple question
-> TK2CHATCHATG12 PRIVMSG %#G_Channel :join www.tg007.net
this is what I see in debug window and I want to know please which part in vincula that shows this message to edit the theme in vincula.
and is it the following part:
elseif ($2 == PRIVMSG) {
if ($4 == :S) {
if (?#* !iswm $3) sockwrite -tn %x $1 NOTICE $3 : $+ $remove($6-,$chr(1))
else {
var %color $left($5,1), %style $mid($5,2,1)
if (%color == \) {
%color = $left($5,2)
%style = $mid($5,3,1)
}
%color = $base($msn.msntomrc(%color),10,10,2)
if (($msn.get($sockname,docolor)) && ((%style == $chr(2)) || (%style == $chr(4)))) %style =
elseif (($msn.get($sockname,docolor)) && ((%style == $chr(6)) || (%style == $chr(8)))) %style =
elseif (($msn.get($sockname,docolor)) && ((%style == $chr(5)) || (%style == $chr(7)))) %style =
else unset %style
if (%color == $color(background)) %color = %color(normal)
sockwrite -tn %x $1 $2 $3 : $+ $iif($msn.get($sockname,docolor), $+ %color) $+ %style $+ $left($6-,-1)
}
}
if yes then how to change the theme in it to show it using the color I want ?