Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.33 KB

ChannelModes.md

File metadata and controls

42 lines (33 loc) · 1.33 KB
layout title
master
ChannelModes

Channelmodes

Channelmodes without Parameters

  • c - no color messages allowed
  • i - invite only
  • m - moderated
  • n - no external messages (from clients that are not on the channels)
  • p - protected, only channel ops can use /invite
  • s - secret, channel will not show up in /whois unless clients share the channel
  • t - only chanops may change Topic
  • z - moderated, messages of clients not voiced or op'd go to channel operators
  • M - client may speak only when registered and identified to NickServ
  • R - client may join only when registered and identified to NickServ
  • S - client may join only when using SSL Connection

Channelmodes with Parameters

  • v - may speak even when channel is moderated
  • o - will get Operator status on the channel
  • l - channel is limited to people
  • k - channel may only be joined when passing the appropriate key

Channelmodes that take Hostmasks as Parameters

  • b - ban this hostmask
  • q - quiet this hostmask. Anyone matching this hostmask will be unable to speak on the channel
  • e - exempt this hostmaks from bans and quiets
  • I - clients matching this hostmask may join channel even when the channel is +i(nvite only)

Order of Mode Checks

+i => +I => +b => +e