Guest User

Untitled

a guest
May 19th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. Access Panel
  2. .Set Temporary Access
  3. ..Authorise Owner Permissions:/mode # +qqq $$1 $2 $3
  4. ..Remove Owner Permissions:/mode # -qqq $$1 $2 $3
  5. ..-
  6. ..Authorise Administrator Permissions:/mode # +aaa $$1 $2 $3
  7. ..Remove Administrator Permissions:/mode # -aaa $$1 $2 $3
  8. ..-
  9. ..Authorise Operator Permissions:/mode # +ooo $$1 $2 $3
  10. ..Remove Operator Permissions:/mode # -ooo $$1 $2 $3
  11. ..-
  12. ..Authorise Half-Operator Permissions:/mode # +hhh $$1 $2 $3
  13. ..Remove Half-Operator Permissions:/mode # -hhh $$1 $2 $3
  14. ..-
  15. ..Authorise Voice Permissions:/mode # +vvv $$1 $2 $3
  16. ..Remove Voice Permissions:/mode # -vvv $$1 $2 $3
  17. ..Set Permanent Access
  18. ..Authorise Owner Permissions:/cs access # add $$1 $2 $3 +9999
  19. ..Remove Owner Permissions:/cs access # del $$1 $2 $3
  20. ..-
  21. ..Authorise Administrator Permissions:/cs access # add $$1 $2 $3 +9998
  22. ..Remove Administrator Permissions:/cs access # del $$1 $2 $3
  23. ..-
  24. ..Authorise Operator Permissions:/cs access # add $$1 $2 $3 +9
  25. ..Remove Operator Permissions:/cs access # del $$1 $2 $3
  26. ..-
  27. ..Authorise Half-Operator Permissions:/cs access # add $$1 $2 $3 +4
  28. ..Remove Operator Permissions:/cs access # del $$1 $2 $3
  29. ..-
  30. ..Authorise Half-Operator Permissions:/cs access # add $$1 $2 $3 +4
  31. ..Remove Half-Operator Permissions:/cs access # del $$1 $2 $3
  32. ..-
  33. ..Authorise Voice Permissions:/cs access # add $$1 $2 $3 +3
  34. ..Remove Voice Permissions:/cs access # del $$1 $2 $3
  35. .-
  36. .View Access:/ns alist
  37. .Remove Access Levels:/cs access # Del $$?="Please enter a recipient to remove access:"
  38. Control Panel
  39. .Invite Recipient:/invite $$?="Please enter a valid nick to initiate an invitation to this channel:" #
  40. .-
  41. .Kick Recipient:/kick # $$1
  42. .Kick Recipient (Reason):/kick # $$1 $$?="Please enter a reason for kicking this recipient:"
  43. .-
  44. .Enforce Ban:/ban $$1 2
  45. .Kick + Ban Recipient:/kick # $$1 | /ban $$1 2
  46. .Kick + Ban Recipient (Reason):/kick # $$1 $$?="Please enter a reason for banning this recipient:" | /ban $$1 2
  47. .-
  48. .Mute User:/mute $$1
  49. .Unmute User:/unmute $$1
  50. .-
  51. .Auto Kick Control
  52. ..Enforce Auto Kick:/cs AKICK # ADD $$1
  53. ..Enforce Auto Kick (Reason):/cs AKICK # ADD $$1 $$?="Please enter a reason for adding this user to the Auto Kick list:"
  54. ..Remove Auto Kick:/cs AKICK # DEL <mask> $$?="Please enter a a nick to remove from the Auto Kick list:"
  55. ..-
  56. ..View Auto Kick List:/cs AKICK # VIEW
  57. ..Clear Auto Kick List:/cs AKICK # CLEAR
  58. .-
  59. .Ignore Recipient:/ignore $$1 1
  60. .Unignore Recipient:/ignore -r $$1 1
  61. .-
  62. .Kill Recipient (Reason):/kill $$1 $$?="Please enter a reason for killing this recipient from the server:"
  63. .-
  64. .Add Except:/mode # +e $$?="Please enter a valid nick to except channel status:"
  65. .Clear Except:/mode # -e $$?="Please enter a valid nick to unexcept channel status:"
  66. -
  67. Send Private Message:/query $$?="Please enter a valid nick to converse with:"
  68. Send Notice:/notice $$1 $$?="Please enter a message:"
  69. Send Memo:/ms send $$1 memo $$?="Please enter a message:"
  70. Send Message VIA BotServ://bs say # $$?="Please enter your message:"
  71. -
  72. Slap!:/me slaps $$1 around a bit with a large trout.
  73. Ping Recipient:/ctcp $$1 ping
  74. -
  75. Whois:/whoIS $$1
  76. Whowas:/whoWAS $$1
  77. -
  78. Authorise Identity:/nick $$?="Please enter the name in which you will use with your password to identify yourself:" | /ns identify $$?="Please enter the password for this nick:"
  79. Change Nickname:/nick $$?="Please enter a name for your new nick:"
  80. Change Nickname Temporarily:/tnick $$?="Please enter a name for your temporary nick:"
  81. Identify Nickname:/ns identify $$?="Please enter the password for this nick:"
  82. Ghost Nickname:/ns GHOST $$?="Please enter the nick you wish to GHOST:" $$?="Please enter your nick identification password:"
  83. Host Request:/hs request $$?="Please enter your new host (Use . and @ where appopriate)"
  84. -
  85. Join Channel:/join $$?="Please enter a channel name:"
  86. View All Channels:/list
  87. Exit All Channels:/partal
  88. -
  89. Disconnect:/quit
Add Comment
Please, Sign In to add comment