summaryrefslogtreecommitdiff
path: root/Base/home/anon
diff options
context:
space:
mode:
authorBrendan Coles <bcoles@gmail.com>2020-04-10 10:59:13 +0000
committerAndreas Kling <kling@serenityos.org>2020-04-10 12:56:19 +0200
commitdf7b617ba108ede6396d998c8c6d42a662f6bb15 (patch)
treef916c13db011e7a04b1e232bbeeb7f2c61c26e87 /Base/home/anon
parenta3edeb5868abbd642d55d25f84c6ef83a7c7c9a2 (diff)
downloadserenity-df7b617ba108ede6396d998c8c6d42a662f6bb15.zip
IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf options
Allow IRCClient to hide nick change spam and join/part spam
Diffstat (limited to 'Base/home/anon')
-rw-r--r--Base/home/anon/IRCClient.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/home/anon/IRCClient.ini b/Base/home/anon/IRCClient.ini
index c3f372f7fe..22b985ccbf 100644
--- a/Base/home/anon/IRCClient.ini
+++ b/Base/home/anon/IRCClient.ini
@@ -10,3 +10,7 @@ AutoJoinChannels=#serenityos
VersionReply=IRC Client [x86] / Serenity OS
UserInfoReply=anon
FingerReply=anon
+
+[Messaging]
+ShowJoinPartMessages=1
+ShowNickChangeMessages=1