IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf options

Allow IRCClient to hide nick change spam and join/part spam
This commit is contained in:
Brendan Coles 2020-04-10 10:59:13 +00:00 committed by Andreas Kling
commit df7b617ba1
Notes: sideshowbarker 2024-07-19 07:45:02 +09:00
4 changed files with 22 additions and 4 deletions

View file

@ -10,3 +10,7 @@ AutoJoinChannels=#serenityos
VersionReply=IRC Client [x86] / Serenity OS
UserInfoReply=anon
FingerReply=anon
[Messaging]
ShowJoinPartMessages=1
ShowNickChangeMessages=1