From 8dc1fd34dcbc51ef473bbaa31538d8a3dd94f0a7 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 15 Jun 2016 12:19:28 +0100 Subject: [PATCH] Info about how to mute all web chat --- IRC-guidelines.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/IRC-guidelines.md b/IRC-guidelines.md index adb546e..dc145ad 100644 --- a/IRC-guidelines.md +++ b/IRC-guidelines.md @@ -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 ``. + ## Useful links * https://freenode.net/using_the_network.shtml \ No newline at end of file