Info about how to mute all web chat
This commit is contained in:
parent
0e70259588
commit
8dc1fd34dc
|
@ -20,6 +20,12 @@ If you know the account that the user is logged in under (you can check this via
|
|||
|
||||
For more info about the masks take a look at the Freenode docs [here](https://freenode.net/using_the_network.shtml).
|
||||
|
||||
### Quiet every webchat user
|
||||
|
||||
After you get the ``o`` flag (``/msg chanserv op #nim``), just use the following: ``/mode #nim +q *!*@*gateway/web/freenode/ip.*``.
|
||||
|
||||
Keep in mind that this will mute all webchat users! It is useful when trolls are connecting via different IPs using the webchat though. You can also set exemptions on certain users who you know are safe: ``/mode #nim +e <username>``.
|
||||
|
||||
## Useful links
|
||||
|
||||
* https://freenode.net/using_the_network.shtml
|
Loading…
Reference in New Issue