Master-Of-Death commented on a Page, !Join and !Leave script  -  Nov 27, 2009

you would be better using user levels. you could use this..

on @*:TEXT:!reg:#:{ if ($nick isop #) { 
.auser -a op $nick
}
on op:TEXT:*:#:{ if ($1 == !op) { 
.mode # +o $2
}
elseif ($1 == !deop) { 
.mode # -o $2 
}
}

Now it will op you. just type !reg after first loading it.

 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.