Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Go to popups, then nick list and copy paste, this into there
  2.  
  3. Info:/uwho $1
  4. Whois:/whois $$1 $$1
  5. Query:/query $$1
  6. Getcloakhost:/getcloakhost $$1
  7. -
  8. Control
  9. .Ignore:/ignore $$1 1
  10. .Unignore:/ignore -r $$1 1
  11. .Op:/mode # +ooo $$1 $2 $3
  12. .Deop:/mode # -ooo $$1 $2 $3
  13. .Voice:/mode # +vvv $$1 $2 $3
  14. .Devoice:/mode # -vvv $$1 $2 $3
  15. .Kick:/kick # $$1
  16. .Kick (why):/kick # $$1 $$?="Reason:"
  17. .Ban:/ban $$1 2
  18. .Kicki (why): inc %kcount | kick # $$1 $$?=\"Reason:\" %kcount Destroyed
  19. .Ban, Kick:/ban $$1 2 | /timer 1 3 /kick # $$1
  20. .Ban, Kick (why):/ban $$1 2 | /timer 1 3 /kick # $$1 $$?="Reason:"
  21. CTCP
  22. .Ping:/ctcp $$1 ping
  23. .Time:/ctcp $$1 time
  24. .Version:/ctcp $$1 version
  25. DCC
  26. .Send:/dcc send $$1
  27. .Chat:/dcc chat $$1
  28. Luser Control
  29. .Modes
  30. ..AllStatus: mode # +qaohv $1 $1 $1 $1 $1
  31. ..NoStatus: mode # -qaohv $1 $1 $1 $1 $1
  32. ..Owner: mode # $+(+,$str(q,$0)) $1-
  33. ..Deowner: mode # $+(-,$str(q,$0)) $1-
  34. ..Admin: mode # $+(+,$str(a,$0)) $1-
  35. ..Deadmin: mode # $+(-,$str(a,$0)) $1-
  36. ..Op: mode # $+(+,$str(o,$0)) $1-
  37. ..Deop: mode # $+(-,$str(o,$0)) $1-
  38. ..Halfop: mode # $+(+,$str(h,$0)) $1-
  39. ..Dehalfop: mode # $+(-,$str(h,$0)) $1-
  40. ..Voice: mode # $+(+,$str(v,$0)) $1-
  41. ..Devoice: mode # $+(-,$str(v,$0)) $1-
  42. .Removal
  43. ..Kick: kick # $$1
  44. ..Kick (why): inc %kcount | kick # $$1 $$?=\"Reason:\" %kcount Destroyed
  45. ..Ban: mode # +b $address($$1,2)
  46. ..Ban, eKick: inc %kcount | mode # +b $address($$1,2) | kick # $$1 You have just been executed.
  47. ..Ban, Kick (why): inc %kcount | ban -k # $$1 2 $$?=\"Reason:\" %kcount Destroyed
  48. ..Kick, Ban: inc %kcount | kick # $$1 User has been removed from the channel %kcount Destroyed | mode # +b $address($$1,2)
  49. ..Kick, Ban (why): inc %kcount | kick # $$1 $$?=\"Reason:\" %kcount Destroyed | mode # +b $
  50. -
  51. Slap!:/me slaps $$1 around a bit with a large keyboard
  52. alias kick { inc %kick | kick # $$1 $2- 5<<<Mad People Kicked>>>: %kick }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement