mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
IRCClient: Add NotifyOnMessage/NotifyOnMention config options
Allow IRCClient user to opt out of notifications.
This commit is contained in:
parent
070a8f2689
commit
63f8cbfb56
4 changed files with 17 additions and 1 deletions
|
@ -14,3 +14,7 @@ FingerReply=anon
|
|||
[Messaging]
|
||||
ShowJoinPartMessages=1
|
||||
ShowNickChangeMessages=1
|
||||
|
||||
[Notifications]
|
||||
NotifyOnMessage=1
|
||||
NotifyOnMention=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue