Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. /mode #channel|nickname [[+|-]modechars [parameters]]
  2.  
  3. This is a powerful command that gives channel operators control of a channel and the users on it.
  4.  
  5.  
  6.  
  7. Channel modes
  8.  
  9. ------------------------
  10.  
  11. ModeChar Effects on channels
  12.  
  13. ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
  14.  
  15. b <person> ban somebody, <person> in "nick!user@host" form
  16.  
  17. i channel is invite-only
  18.  
  19. l <number> channel is limited, <number> users allowed max
  20.  
  21. m channel is moderated, (only chanops can talk)
  22.  
  23. n external /MSGs to channel are not allowed
  24.  
  25. o <nickname> makes <nickname> a channel operator
  26.  
  27. p channel is private
  28.  
  29. s channel is secret
  30.  
  31. t topic limited, only chanops may change it
  32.  
  33. k <key> set secret key for a channel
  34.  
  35.  
  36.  
  37. User modes
  38.  
  39. -------------------
  40.  
  41. ModeChar Effects on nicknames
  42.  
  43. ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
  44.  
  45. i makes you invisible to anybody that does
  46.  
  47. not know the exact spelling of your nickname
  48.  
  49. o IRC-operator status, can only be set
  50.  
  51. by IRC-ops with OPER
  52.  
  53. s receive server notices
  54.  
  55. v gives a user a voice on a moderated channel
  56.  
  57.  
  58.  
  59. Here a few examples of the MODE command:
  60.  
  61.  
  62.  
  63. To give someone op status: /mode #channelname +o nickname
  64.  
  65.  
  66.  
  67. Giving someone op status means giving them control over the channel and the users on it. Give this out sparingly and to people you trust.
  68.  
  69.  
  70.  
  71. To op several people: /mode #channelname +ooo nick1 nick2 nick3
  72.  
  73.  
  74.  
  75. To de-op someone: /mode #channelname -o nickname
  76.  
  77.  
  78.  
  79. To ban someone: /mode #channelname +b nickname (or user address)
  80.  
  81.  
  82.  
  83. To unban someone: /mode #channelname -b nickname (or user address)
  84.  
  85.  
  86.  
  87. To make a channel invite only: /mode #channelname +i
  88.  
  89.  
  90.  
  91. You must now invite a user for them to be able to join your channel.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement