blackvenomm666 commented on a Page, chat clear Justin.tv   -  Oct 15, 2010

example of your script with a userlist is
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;Chat clear;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;; by xbox_gamer1;;;;;
menu channel {
User Access
..SafeList user Nick:auser UserSafe $$?="SafeList What Nick?"
..UnSafeList user Nick:ruser UserSafe $$?"UnSafeList What Nick?"
..SafeList control Nick:auser ControlSafe $$?="SafeList What Nick?"
..UnSafeList control Nick:ruser ControlSafe $$?"UnSafeList What Nick?"
}
on :TEXT:!chatclear:#:{
if ($level($nick) = userSafe) {
msg $chan /clear
msg $chan $nick Has Cleared the chatroom!
else { .notice $nick you are not authorized to use this command
}
}
}
On
:Text:!adcontrolUser:#:{
if ($level($nick) = controlSafe) {
set %user $2
.notice nick1,2,3 $2 Is Now set.
halt
}
}
On :Text:!decontrolUser:#:{
if ($level($nick) = controlSafe) {
unset %user $2
.notice nick1,2,3 $2 Is Now unset.
halt
}
}
On
:Text:!adUser:#:{
if ($level($nick) = userSafe) {
set %user $2
.notice nick1,2,3 $2 Is Now set.
halt
}
}
On :Text:!deUser*:#:{
if ($level($nick) = userSafe) {
unset %user $2
.notice nick1,2,3 $2 Is Now unset.
halt
}
}
the person hosting this has to first go to saflist add their nick as user safe then add their nick as control safe from there they wont need to access that pannel anymore

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.