Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:INPUT:#: {
- if ($1 == .add) || ($1 == .del) || ($1 == .list) {
- chanserv access $chan $remove($1,.) $2-
- }
- if ($1 == .add) && ($$3 isnum) {
- $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))
- }
- if ($left($1,1) == +) || ($left($1,1) == -) {
- var %a $regex($remove($1,-,+),/./g)
- $iif($remove($1,-,+) isalpha,mode $chan $eval($1-,2) $str($2 $chr(32),%a))
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement