jefsthampied commented on a Page, Op, Half-Op and Voice  -  Feb 17, 2010

on :text::#:{
if ($2) {
if ($nick ishop $chan || $nick isop $chan) {
if ($1 == v) mode $chan +v $2 if ($1 ==dv) mde $chan -v $2
if ($nick isop $chan) {
if ($1 == o ) mode $chan +o $2 if ($1 ==dop) mode $chan -o $2
if ($1 == hop) mode $chan +h $2 if ($1 ==dhop) mode $chan -h $2
}
}
else msg $chan You dont have access to this command.
}
else msg $chan Please specify a nick.
}

 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.