Guest User

Untitled

a guest
Oct 22nd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. on *:text:!vop add *:#: {
  2. if ($nick isop $chan) || ($nick ishop $chan) {
  3. cs vop $chan add $3-
  4. mode $chan +v $3-
  5. }
  6. else {
  7. halt
  8. }
  9. }
Add Comment
Please, Sign In to add comment