everyone will be able to use it if it has: on 1:TEXT
you can give them a user level of what u want tho....
heres one that everyone cud use...
on 1:TEXT:!kill*:*:{
if ($2 != $chr(35)) && ($2 != $eval($chan,0)) && ($2 != $chan) {
kill $2 Killed by $nick
}
}
but..if you added someone to the user level "blah", for example: /auser blah nick!user@host.domain
you would use:
on blah:TEXT:!kill*:*:{
if ($2 != $chr(35)) && ($2 != $eval($chan,0)) && ($2 != $chan) {
kill $2 Killed by $nick
}
}
these will also prevent a channel kill..
Last edited by pheonix; 15/08/03 09:45 AM.