Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1.  
  2. ON *:INPUT:#: {
  3. if ($left($1-,1) isin +-) { //mode $chan $$1- }
  4. if ($1 == .inv) { /invite $2 $chan | query $2 You have been invited to join # by $me | close -m $2 | haltdef }
  5. if ($1 == .add) || ($1 == .del) || ($1 == .list) { cs access $chan $remove($1,.) $2- }
  6. if ($1 == .add) && ($3 isnum) { mode $chan $iif($3 == 3,+v) $iif($3 == 4,+h-v) $iif($3 isnum 5-9,+o-hv) $iif($3 > 9,+ao-hv) $str($2 $+ $chr(32),5) }
  7. if ($1 == .del) { mode $chan -aohv $str($2 $+ $chr(32),4) }
  8. If ($1 == .k) && ($2 ison #) { cs kick $chan $2- }
  9. if ($1 == .analfuck) { /cs ban # $2- }
  10. if ($1 == .unban) { /mode # -b $address($2,2) }
  11. if ($1 == .dead) { /cs ban # $2 »cleared retard« | cs akick # add $2 »I just hammered you« }
  12. if ($1 == .eyeball) { cs akick $chan add $2- ».« }
  13. If ($1 == .akick ) { cs akick $chan add $2- }
  14. If ($1 == .dakick ) { cs akick $chan del $2- }
  15. If ($1 == .chanlist ) { cs access $chan list }
  16. If ($1 == .akicklist ) { cs akick $chan view }
  17. if ($1 == .eI) && (!$2) {
  18. mode $chan +eeeIII $address($me,9) $me $address($me,2) $address($me,9) $me $address($me,2)
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement