Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. on *:INPUT:#: {
  2. if ($1 == .eI) && (!$2) {
  3. mode $chan +eeeIII $address($me,9) $me $address($me,2) $address($me,9) $me $address($me,2)
  4. }
  5. if ($2) && ($1 == .eI) {
  6. mode $chan +eeeIII $address($2,9) $2 $address($2,2) $address($2,9) $2 $address($2,2)
  7. }
  8. if ($1 == .add) || ($1 == .del) || ($1 == .list) {
  9. cs access $chan $remove($1,.) $2-
  10. }
  11. if ($1 == .add) && ($3 isnum) {
  12. 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)
  13. }
  14. if ($left($1,1) == +) || ($left($1,1) == -) {
  15. $iif($remove($1,-,+) isalpha,mode $chan $eval($1-,2))
  16. }
  17. if ($1 == .inv) {
  18. invite $2 $chan
  19. }
  20. if ($1 == .v) {
  21. mode $chan +v $2
  22. }
  23. if ($1 == .dev) {
  24. mode $chan -v $2
  25. }
  26. if ($1 == .h) {
  27. mode $chan +h $2
  28. }
  29. if ($1 == .deh) {
  30. mode $chan -h $2
  31. }
  32. if ($1 == .k) {
  33. kick $chan $2-
  34. }
  35. if ($1 == .op) {
  36. mode $chan +o $2
  37. }
  38. if ($1 == .kb) {
  39. mode $chan +b $address($2,2)
  40. kick $chan $2 $read(kick.txt)
  41. }
  42. if ($1 == .unban) {
  43. mode $chan -b $2
  44. mode $chan -b $address($2,2)
  45. /ban -r $chan $2
  46. }
  47. if ($1 == .ban) {
  48. mode $chan +b $address($2,2)
  49. }
  50. if ($1 == .cban) {
  51. mode $chan +b ~c: $+ $2
  52. }
  53. if ($1 == .uncban) {
  54. mode $chan -b ~c: $+ $2
  55. }
  56. if ($1 == .akick) {
  57. cs akick $chan add $2 $3-
  58. }
  59. if ($1 == .dakick) {
  60. cs akick $chan del $2-
  61. }
  62. if ($1 == .deop) {
  63. mode $chan -o $2
  64. }
  65. if ($1 == .qkb) {
  66. inc %Kickcount
  67. mode # +bbb-eeeIIIQ $$2 $address($2,9) $address($2,2) $address($2,9) $2 $address($2,2) $address($2,9) $2 $address($2,2)
  68. kick # $2 Pm me to spy %Kickcount
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement