Advertisement
glacier_rat

Untitled

Mar 10th, 2011
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. on *:INPUT:#: {
  2. if ($1 == .add) || ($1 == .del) || ($1 == .list) {
  3. chanserv access $chan $remove($1,.) $2-
  4. }
  5. if ($1 == .add) && ($$3 isnum) {
  6. $iif($3 > 2, mode $chan $iif($3 == 3,+v-hao) $iif($3 == 4,+h-vao) $iif($3 isnum 5-9,+o-ahv) $iif($3 > 9,+oa-hv) $str($2 $+ $chr(32),5))
  7. }
  8. if ($left($1,1) == +) || ($left($1,1) == -) {
  9. var %a $regex($remove($1,-,+),/./g)
  10. $iif($remove($1,-,+) isalpha,mode $chan $eval($1-,2) $str($2 $chr(32),%a))
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement