thelounge/src/plugins/irc-events
Reto Brunner 0d209fce09 Clear obsolete mentions upon channel part
Currently, the mentions only track the chanID and MsgID.
However, when we part a channel the chanID becomes orphaned.

Considering that mentions from a parted channel probably aren't
that relevant, let's automatically clear them when we part.
Should the user really want to look at them again, they can re-join
the channel and get the scroll back that way.
2021-12-29 16:46:16 +01:00
..
away.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
cap.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
chghost.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
connection.js Properly track user modes for context menu (#4267) 2021-07-21 00:30:07 -07:00
ctcp.js Changes for irc-framework update 2020-07-13 10:25:54 +03:00
error.js Safeguard nick randomizer up to allowed length 2020-04-22 15:18:55 +03:00
help.js Increase unread counter for HELP and INFO messages 2020-08-14 14:26:03 +03:00
info.js Increase unread counter for HELP and INFO messages 2020-08-14 14:26:03 +03:00
invite.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
join.js Add extended join information to join message. 2020-11-19 00:25:28 +01:00
kick.js Merge pull request #3857 from thelounge/xpaw/optimize-userlist-updates 2020-04-13 11:39:57 +03:00
link.js Don't download image contents during prefetch if not needed (#4363) 2021-11-22 16:59:33 -08:00
list.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
message.js Move server nick code to handleMessage 2021-07-03 21:06:16 +00:00
mode.js Add RPL_UMODEIS msg handler 2021-12-06 07:24:21 +01:00
modelist.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
motd.js Implement generic monospace blocks for INFO and MOTD numerics 2020-07-20 10:07:49 +03:00
names.js Properly track user modes for context menu (#4267) 2021-07-21 00:30:07 -07:00
nick.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
part.js Clear obsolete mentions upon channel part 2021-12-29 16:46:16 +01:00
quit.js Merge pull request #3857 from thelounge/xpaw/optimize-userlist-updates 2020-04-13 11:39:57 +03:00
topic.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
unhandled.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
welcome.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
whois.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00