2015-04-02 15:01:11 +02:00
|
|
|
|
---
|
|
|
|
|
layout: post
|
|
|
|
|
comments: true
|
|
|
|
|
title: "Using umode +g / blocking unauthorized PMs"
|
|
|
|
|
category: [english]
|
|
|
|
|
tags: [english, irc]
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Since the [Limnoria episode](% post_url 2015-03-25-leaving-bots-life.md %})
|
|
|
|
|
I have been blocking PMs from everyone, because multiple people thought
|
|
|
|
|
that as I am not part of any those communities anymore, the best way to get
|
|
|
|
|
support is PMing me which is wrong.
|
|
|
|
|
|
|
|
|
|
I get tired with telling people to go to proper channels, so I told my
|
|
|
|
|
ZNC to set umode +g automatically at freenode which accidentally went
|
|
|
|
|
to all networks (as I didn't have network level \*perform loaded), but I
|
|
|
|
|
am happy this way.
|
|
|
|
|
|
2015-04-13 21:13:03 +02:00
|
|
|
|
* I don't receive any unwanted PMs, so PM [harassment] has dropped.
|
2015-04-02 15:01:11 +02:00
|
|
|
|
* People learn basic politeness by having to ask before PMing.
|
|
|
|
|
|
2015-04-13 21:13:03 +02:00
|
|
|
|
[harassment]:https://github.com/Mikaela/freenode-harassment
|
2015-04-02 15:01:11 +02:00
|
|
|
|
|
|
|
|
|
So what if someone wants to PM me and does that without asking?
|
|
|
|
|
|
|
|
|
|
The sender sees the following:
|
|
|
|
|
|
2015-04-02 15:03:57 +02:00
|
|
|
|
```
|
|
|
|
|
Mikaela :is in +g mode (server-side ignore.)
|
|
|
|
|
Mikaela :has been informed that you messaged them.
|
|
|
|
|
```
|
2015-04-02 15:01:11 +02:00
|
|
|
|
|
|
|
|
|
And I see the following:
|
|
|
|
|
|
2015-04-02 15:03:57 +02:00
|
|
|
|
```
|
|
|
|
|
Michaela ~Mikaela@PirateParty/FI/Member :is messaging you, and you have umode +g.
|
|
|
|
|
```
|
2015-04-02 15:01:11 +02:00
|
|
|
|
|
|
|
|
|
All messages appear in server buffer and then I have some options:
|
|
|
|
|
|
|
|
|
|
* If I know Michaela and I trust that she has some good reason to PM me,
|
|
|
|
|
I can `/accept Michaela` and ask her to send the message again.
|
|
|
|
|
* I know Michaela, because Michaela is my altnick on many networks and
|
|
|
|
|
and this example comes from [PirateIRC] which is first network that
|
|
|
|
|
was open and that doesn't freeze [HexChat] when attaching to ZNC.
|
|
|
|
|
* If I have no idea who is Michaela, I can whois her to see if we share
|
|
|
|
|
any common channels and ask on those what she wanted to talk in PM
|
|
|
|
|
and if I see reason for it, I `/accept Michaela`.
|
|
|
|
|
* If I know that Michaela is some horrible person on channel, I can ignore
|
|
|
|
|
the notification on PM attempt as she is not going to say anything nice
|
2015-04-13 21:13:03 +02:00
|
|
|
|
or that is worth hearing, very likely harassment...
|
2015-04-02 15:01:11 +02:00
|
|
|
|
|
|
|
|
|
[PirateIRC]:http://pirateirc.net/
|
|
|
|
|
[HexChat]:https://hexchat.github.io/
|
|
|
|
|
|
|
|
|
|
If I had done `/accept Michaela`, she would be able to PM me until
|
|
|
|
|
|
|
|
|
|
* I removed the authorization using `/accept -Mikaela`
|
|
|
|
|
* I or Michaela disconnected
|
2015-04-06 16:25:48 +02:00
|
|
|
|
* Michaela changed her nick
|
2015-04-02 15:01:11 +02:00
|
|
|
|
|
|
|
|
|
I can also check which people are allowed to PM me using `/accept *`. PMing
|
|
|
|
|
someone automatically adds them to `/accept` on modern IRCds if you are on
|
|
|
|
|
umode +g.
|