Quote:
it gets annoying if someone is talking to me and using my username. I see double. Make it that if specific username is in the channel, dont say it.
Try this:
Code:
on *:text:*vinyl*:#: { 
  if ($chan != #vinyltm) && ($chan != $active) || (*vinyltm* !iswm $nick) {
    msg vinyltm  [SPYBOT][ $chan $time ] $nick : $1- 
  } 
}
Notice I added $nick != vinyltm

By the way, you don't want to throw out $chan != #vinyltm