1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:57:35 +00:00

IRCClient: Add NotifyOnMessage/NotifyOnMention config options

Allow IRCClient user to opt out of notifications.
This commit is contained in:
Brendan Coles 2020-04-10 11:29:17 +00:00 committed by Andreas Kling
parent 070a8f2689
commit 63f8cbfb56
4 changed files with 17 additions and 1 deletions

View file

@ -14,3 +14,7 @@ FingerReply=anon
[Messaging]
ShowJoinPartMessages=1
ShowNickChangeMessages=1
[Notifications]
NotifyOnMessage=1
NotifyOnMention=1