diff options
author | Brendan Coles <bcoles@gmail.com> | 2020-04-10 10:59:13 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-10 12:56:19 +0200 |
commit | df7b617ba108ede6396d998c8c6d42a662f6bb15 (patch) | |
tree | f916c13db011e7a04b1e232bbeeb7f2c61c26e87 /Base/home | |
parent | a3edeb5868abbd642d55d25f84c6ef83a7c7c9a2 (diff) | |
download | serenity-df7b617ba108ede6396d998c8c6d42a662f6bb15.zip |
IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf options
Allow IRCClient to hide nick change spam and join/part spam
Diffstat (limited to 'Base/home')
-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 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 |