Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. on *:INPUT:#:{
  2. if ($1 == .add) {
  3. cs access $chan add $2 $3
  4. if ($1 == .list) { cs access # list $2 }
  5. if ($3 == 3) { mode # +v-aoqh $2 $2 $2 $2 $2 }
  6. if ($3 == 4) { mode # +h-vaqo $2 $2 $2 $2 $2 }
  7. if ($3 isnum 5-9) { mode # +o-aqhv $2 $2 $2 $2 $2 }
  8. if ($3 isnum 1109999) { mode # +ao-hv $2 $2 $2 $2 }
  9. if ($1 == .list) { cs access # list $2 }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement