Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1.  
  2. n0=on *:INPUT:*:{
  3. n1= if ($1 == .add) {
  4. n2= cs access $chan add $2 $3
  5. n3= if ($3 == 0) { mode # -aoqhv $2 $2 $2 $2 $2 $2 | cs access # del $2 }
  6. n4= if ($3 == 3) { mode # +v-aoqh $2 $2 $2 $2 $2 }
  7. n5= if ($3 == 4) { mode # +h-vaqo $2 $2 $2 $2 $2 }
  8. n6= if ($3 isnum 5-9) { mode # +o-aqhv $2 $2 $2 $2 $2 }
  9. n7= if ($3 isnum 10-9999) { mode # +ao-hqv $2 $2 $2 $2 $2 }
  10. n8= }
  11. n9= if ($1 == .del) {
  12. n10= cs access $chan del $iif($2,$2,$me)
  13. n11= mode # -qaohv $2 $2 $2 $2 $2
  14. n12= }
  15. n13=}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement