there is no catch all clear
you can do /access #channel clear host,owner,etc
but nothing that does it all you have to specify the type
what you may want to consider doing is writing an alias that combines all of these commands
alias clear {
/access # clear host
/access # clear owner
etc.
}
if u want to clear all
if u want to clear a paticular one
an are just grappling with how to do it with a text event thats different
im going to use !clear just to be nice to the user
on *:text:!clear *:#:{
if ($ulevel == 10) {
access $chan clear $$2-
}
}
$$2- takes anything they say after !clear and they have to say something or it halts
so they say !clear deny
and it clears the denys
@:your first post
you had the right idea
just the wrong command
its /ruser not /rauser or whatever the hell you had
apart from that change your all intensive purposes remove button should work
p.s. I script under the name ReIgN
