IRC: Difference between revisions

83 bytes added ,  27 August 2018
Add +R to channel modes
(→‎Project Channels: changed previous commit to: * [irc://irc.mozilla.org/rust-beginners #rust-beginners] - Discussion for beginners of the Rust programming language)
(Add +R to channel modes)
Line 182: Line 182:
* +Q - Prevents users from using /kick 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.
* +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.
* +R - Requires users to be registered (and identified) before joining the channel
* +T - Prevents users from using /notice on a channel. Also works as an extban (see +N for syntax)
* +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.
* +b m - Mute - Extban for preventing a user from speaking in channel. e.g.: '''/mode #channel +b m:lerxst!*@*''' prevents lerxst from speaking #channel.
22

edits