Changes

Jump to: navigation, search

IRC

2,212 bytes added, 23:28, 2 October 2014
Managing a channel
===Managing a channel===
 ===Channel Modes===For a list of all channel modes supported by our IRC network, please visit [http://wiki.inspircd.org/1.2/Channel_Modes]. A list of particularly unique & interesting channel modes follows. * +u - Auditorium mode - Hides everyone in a channel except yourself (potentially useful for #moco or #townhall).* +e - Ban exception - Same syntax as +b, but allows you to exclude someone from a ban.* +B - Block ALL CAPS MESSAGES.* +c - Block color messages.* +S - Strip color from messages.* +g - Message filtering using simple string matches. Example: '''/mode #channel +g candy'''. Now, no one in #channel can use the word candy. Use multiple /mode commands to add more words. To see the list of banned words, omit the + symbol, e.g.: '''/mode #channel g'''.* +d - Silence join/part messages until the person speaks. Useful for channels with people who, e.g., IRC from their laptop and flood channels with join/quit messages every time they close their laptop.* +j - Join Flood Protection - Example: '''/mode #channel +j 20:5''' - If 20 or more clients join #channel within 5 seconds, the channel will be locked for 60 seconds, preventing anyone from joining.* +C - Stops users from using /ctcp on a channel* +Q - Prevents users from using /kick on a channel* +N - Prevents users from changing their nick while in a channel with +N set. Can also be used as an extban to prevent a specific user from changing their nick, e.g.: '''/mode #channel +b N:lerxst!*@*''' would prevent lerxst from changing his nick to anything else.* +T - Prevents users from using /notice on a channel. Also works as an extban (see +N for syntax)* +b m - Mute - Extban for preventing a user from speaking in channel. e.g.: '''/mode #channel +b m:lerxst!*@*''' prevents lerxst from speaking #channel.* +l x - Limit - Prevents users from joining a channel if the number of clients exceeds x. Example: '''/mode #channel +l 5''' prevents users from joining #channel if there are already 5 users present.* +L - Redirect - If a channel's limit is exceeded (via +l), this forces users to join the specified channel. Example: '''/mode #channel +L #channel-overflow'''. If you want to redirect everyone attempting to join a channel, set +l to 0.* +z - SSL only - Users can only join a channel if they're connected via SSL
===Join some channels right now!===
6
edits

Navigation menu