diff options
| author | June McEnroe <june@causal.agency> | 2023-08-09 18:20:20 +0000 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2023-08-09 18:20:20 +0000 |
| commit | 67c3ea23270ce1576df15d960192ac4817c84e85 (patch) | |
| tree | 8355964e892fc24c498a95964ac5065ef91ba528 /client.c | |
| parent | Notify other clients of MARKREAD (diff) | |
| download | pounce-67c3ea23270ce1576df15d960192ac4817c84e85.tar.gz pounce-67c3ea23270ce1576df15d960192ac4817c84e85.zip | |
Advertise znc.in/self-message
https://defs.ircdocs.horse/info/selfmessages.html This fixes private message routing in Textual, as it only has correct behaviour if it sees this CAP.
Diffstat (limited to 'client.c')
| -rw-r--r-- | client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c index 6bc53f4..23cde36 100644 --- a/client.c +++ b/client.c @@ -47,6 +47,7 @@ enum Cap clientCaps = 0 | CapPassive | CapReadMarker | CapSTS + | CapSelfMessage | CapServerTime; char *clientOrigin; |