Files
thelounge/server/plugins/inputs
Max Leiter 21f0e70696 fix /mute not persisting, case-insensitive channel check (#5083)
Found by claude:

```
server/plugins/inputs/mute.ts — /mute slash command never persists. Missing client.save(). Mutes set via the command vanish on restart. The socket handler (server/server.ts:768-797) does save.

server/plugins/inputs/mute.ts:18 — /mute #Foo fails when channel was joined as #foo. Uses case-sensitive c.name === arg; IRC channel names are case-insensitive.
```
2026-04-18 09:23:07 -07:00
..
2024-04-21 15:10:45 +02:00
2022-06-18 17:25:21 -07:00
2024-04-21 15:10:45 +02:00
2024-04-21 15:10:41 +02:00
2024-04-21 15:10:41 +02:00
2022-06-18 17:25:21 -07:00
2024-04-21 15:11:52 +02:00
2025-11-08 12:36:50 +02:00
2024-04-21 15:10:45 +02:00
2024-04-21 15:10:45 +02:00
2022-06-18 17:25:21 -07:00
2022-06-18 17:25:21 -07:00
2024-04-21 15:10:45 +02:00
2024-04-21 15:11:52 +02:00
2024-04-21 15:10:41 +02:00
2024-04-21 15:10:45 +02:00
2022-06-18 17:25:21 -07:00
2023-03-04 18:17:17 +01:00
2024-04-21 15:10:45 +02:00
2026-02-09 08:16:27 +01:00
2022-06-18 17:25:21 -07:00