Advertisement
SirUnnice

IRC Modes

Dec 30th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Channel Modes IRC
  2. ------------------------------------------------
  3. /mode + [to set mode]
  4. /mode - [to unset mode]
  5. --------------------------------------
  6. +m [Mutes channel]
  7. +RMN [Stop bot flooding]
  8.  
  9. // ChanOp
  10. c (Block messages containing mIRC colour codes)
  11. B (amsg ban)
  12. C (No CTCPs allowed)
  13. E (No actions for regulars)
  14. f (Flood protection)
  15. G (Badword filter)
  16. h (HalfOp status)
  17. j (Throttle joins)
  18. K (/knock is not allowed)
  19. l (Limit amount of users)
  20. M (Must be using a registered nick (+r), or have voice access to talk)
  21. N (No nickname changes)
  22. o (Channel operator)
  23. p (Private channel)
  24. Q (No kicks allowed)
  25. R (Only registered (+r) users may join the channel)
  26. s (Secret channel)
  27. S (Strips mIRC colour codes)
  28. T (No NOTICEs allowed)
  29. V (/invite is not allowed)
  30. z (Only SSL clients can join)
  31. // Half Op
  32. b (Bans matching users from the channel)
  33. e (Overrides a ban for matching users)
  34. i (Invite only channel)
  35. I (Overrides +i for matching users)
  36. k (Users must specify a key to join)
  37. m (Moderated channel)
  38. n (No outside messages)
  39. t (Regulars cannot change the topic)
  40. v (Voice status)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement