1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

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
parent a3edeb5868
commit df7b617ba1
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