Difference between revisions of "Protect your channel"
(see /cs help set mlock) |
(-typo "set set") |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
* Only allow users that are listed in <code>/cs access #chan list</code> (most secure): | * Only allow users that are listed in <code>/cs access #chan list</code> (most secure): | ||
− | /cs set #chan restricted | + | /cs set restricted #chan ON |
+ | ** see /cs help set restricted | ||
+ | ** see /cs help access and [[Xop]] | ||
− | Be aware that the following methods don't protect empty channels, see also <code>/cs help set | + | Be aware that the following methods don't protect empty channels, see also <code>/cs help set KEEPMODES</code> . |
* Set a channel key ("password"): | * Set a channel key ("password"): | ||
− | type <code>/mode #chann +k key</code>. You'll want this key to be different to the password you set when registering your channel. If people want to join your channel, they must type <code>/join #chan key</code> (or you must have <code>&promptChannelKey=1</code> in the URL of your [[widget]]). If this is not persistent for you, type <code>/cs set # | + | type <code>/mode #chann +k key</code>. You'll want this key to be different to the password you set when registering your channel. If people want to join your channel, they must type <code>/join #chan key</code> (or you must have <code>&promptChannelKey=1</code> in the URL of your [[widget]]). If this is not persistent for you, type <code>/cs set keepmodes #chan ON</code> |
* Make the channel "[[invite]] only" | * Make the channel "[[invite]] only" |
Latest revision as of 15:25, 3 May 2019
Wiki Home | FAQ | Features | IRC Commands | IRC Modes | Widget Information | Widget: WebIRC Server Setup | URI Parameters | Wish List | Registration Information | Mibbit Staff |
Home | Quick Start Guide | Live Mibbit Help
To prevent random people from joining your room there are several possibilities:
- Only allow users that are listed in
/cs access #chan list
(most secure):
/cs set restricted #chan ON
- see /cs help set restricted
- see /cs help access and Xop
Be aware that the following methods don't protect empty channels, see also /cs help set KEEPMODES
.
- Set a channel key ("password"):
type /mode #chann +k key
. You'll want this key to be different to the password you set when registering your channel. If people want to join your channel, they must type /join #chan key
(or you must have &promptChannelKey=1
in the URL of your widget). If this is not persistent for you, type /cs set keepmodes #chan ON
- Make the channel "invite only"