that doesn't do nothing. WHen I join a channel, it suppose to change font!
The above command is when it's my nick it halt, that's not I want. I only want when it nick is me.. it change font.. and other people is halt..
If I use this.. still doesn't work either..
Code:
on *:join:#:{
  if ($nick != $me) { font 1 arial }
  else { return }
}