I feel stupid about that remove btton. Didn't look it over well enough. However, the code you gave me...
Code:
 on *:text:!clear *:#:{
  if ($ulevel == 10) {
    access $chan clear $$2- 
  }
} 

...doesn't work. I recive this error: *** #test: Cannot send to channel. (I am in channel #test) <-- You probably could have figured that out :P Any ides? confused