ok i see the confusion were having the script i have changes my name color when i type in chat in browser i just open the chat in mirc and when i type in the browser chat it changes my name color each time i talk except when i use /me if i use that it doesnt work at all
Code:
ON *:TEXT:*:#: {
IF ($nick == flash0429) {
var %color = $chr(35) $+ $base($rand(0, 16777215), 10, 16, 6)
MSG $chan .color %color
}
}