diff options
author | Brendan Coles <bcoles@gmail.com> | 2020-04-10 11:29:17 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-10 13:16:07 +0200 |
commit | 63f8cbfb564de6f1865e01416d1f6da62991d880 (patch) | |
tree | b97fdb22aaf472e9a72df40866ab977a81b531d1 /Base/home/anon | |
parent | 070a8f26892c3822f934e0028996d532924cad4b (diff) | |
download | serenity-63f8cbfb564de6f1865e01416d1f6da62991d880.zip |
IRCClient: Add NotifyOnMessage/NotifyOnMention config options
Allow IRCClient user to opt out of notifications.
Diffstat (limited to 'Base/home/anon')
-rw-r--r-- | Base/home/anon/IRCClient.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/home/anon/IRCClient.ini b/Base/home/anon/IRCClient.ini index 22b985ccbf..a3db3a7723 100644 --- a/Base/home/anon/IRCClient.ini +++ b/Base/home/anon/IRCClient.ini @@ -14,3 +14,7 @@ FingerReply=anon [Messaging] ShowJoinPartMessages=1 ShowNickChangeMessages=1 + +[Notifications] +NotifyOnMessage=1 +NotifyOnMention=1 |