Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. LEVEL 200 (Userlist Op)
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. KICK - Makes X kick all users matching the specified *!*userid@host mask, but does not kick the person issuing the
  6. command if they match also.
  7. - Use should be limited to extreme channel flooding or clones.
  8. - You may wish to set a ban on the mask, or +i (invite-only) on the channel before issuing the kick to prevent
  9. matching users from rejoining after being kicked.
  10. - Your username will be placed in the kick message, enclosed in parentheses.
  11.  
  12. /msg X kick <#channel> <nick | *!*userid@host> [reason]
  13.  
  14. STATUS - Displays all channel flags and settings, channel modes, the number of users and ops in the channel, currently
  15. authenticated users for the channel, and whether X is on the channel or not.
  16. - Currently authenticated users are shown in a "username/nickname [level]" format.
  17. - A user's nickname will only be shown if that user is currently on the channel, otherwise only their username
  18. and level are displayed.
  19.  
  20. ***- The ability to see channel modes is extremely helpful in case the channel is locked up
  21. (channel modes +i, +l, and/or +k).
  22. - If the channel has a key (+k), X will display the current channel key.
  23. - You may use the INVITE command to have X invite you into the channel, overriding all current channel modes,
  24. or alternatively, you may use the CLEARMODE command to clear all channel modes, then join the channel.
  25.  
  26. /msg X status <#channel>
  27.  
  28. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  29. LEVEL 100+ (Channel Operator)
  30. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  31.  
  32. DEOP - Deops one or more persons in the channel.
  33. - If no nick is specified, and you are opped on the channel, X will deop you.
  34.  
  35. /msg X deop <#channel> [nick] [nick2] ... [nickN]
  36.  
  37. OP - Ops one or more persons in the channel.
  38. - If no nick is specified, and you are not opped on the channel, X will op you.
  39.  
  40. /msg X op <#channel> [nick] [nick2] ... [nickN]
  41.  
  42. INVITE - X will invite you into the channel, allowing you to join regardless of current channel modes.
  43.  
  44. /msg X invite <#channel>
  45.  
  46. SUSPEND - Suspends a user's access to X on the channel's userlist for the specified period of time, at the specified
  47. level, if given.
  48. - If a level is not specified, X will use your access level.
  49. - You can only suspend someone with access lower than your own.
  50. - The maximum duration is 372 days (8928 hours, 535680 minutes :P).
  51. * M = minutes, H = hours, D = days
  52.  
  53. /msg X suspend <#channel> <username> <duration> <M|H|D> [level]
  54.  
  55. UNSUSPEND - Unsuspends a user's access to X on the channel's userlist.
  56. - You can only unsuspend a user with access lower than your own, provided that the suspension level is also less
  57. than or equal to your access level.
  58.  
  59. /msg X unsuspend <#channel> <username>
  60.  
  61. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  62. LEVEL 75+ (New Channel Operator)
  63. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  64.  
  65. BAN - Adds a specific *!*userid@host to X's channel banlist.
  66. - If the user is online, you can specify their nick, and X will automatically ban the *!*userid@host for that user.
  67. - Bans that cover a broader range than previously set bans will replace the previous bans.
  68. - Any user in the channel who matches the ban will also be kicked if the ban level is 75+.
  69. - The duration is in hours, with a maximum of 2400 hours (100 days).
  70. - The ban level can range from 1 to your own level.
  71. - The ban reason can be a maximum of 128 characters.
  72. - If no duration and/or level is specified, the default will be a duration of 3 hours at level 75.
  73.  
  74. NOTE: If the banned user has Undernet's "virtual hostmask" (user mode +x) enabled, X is able to see through it to
  75. their actual host, so banning their username via *!*@username.* will also ban their actual host.
  76.  
  77. * Ban Levels: 1-74 = Prevents the user from having ops (+o) on the channel.
  78. 75-500 = Prevents the user from joining the channel.
  79.  
  80. /msg X ban <#channel> <nick!*@* | *!*userid@host> [duration] [leve] [reason]
  81.  
  82. UNBAN - Removes a ban from X's channel banlist, and also any matching bans from the current channel banlist.
  83. - You can only remove bans from X's banlist that are equal to or less than your own access.
  84. - To search X's banlist, refer to the LBANLIST command.
  85. - To view the current channel banlist, refer to the BANLIST command.
  86.  
  87. /msg X unban <#channel> <nick | *!*userid@host>
  88.  
  89. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  90. LEVEL 50+ (Trusted Channel Regular)
  91. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  92.  
  93. KICK - Makes X kick someone from the channel.
  94. - Your username will be placed in the kick message, enclosed in parentheses.
  95.  
  96. /msg X kick <#channel> <nick> [reason]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement