Originally Posted By: sparta
You can use rawmode to hide it.
Code:
on ^*:rawmode:#: {
  haltdef
  if ($nick == $server) { return }
  else { echo -mt $chan $nick sets mode: $1 $2- }
}

or you can use raw, but i dont remember what one go where. Look it up on google..

This is untested.


I need to see the join/leave messages, and don't want to hide it. Will this just hide the duplicate join/leave messages? or will it hide all join/leave messages?