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:
parent
a3edeb5868
commit
df7b617ba1
4 changed files with 22 additions and 4 deletions
|
@ -10,3 +10,7 @@ AutoJoinChannels=#serenityos
|
|||
VersionReply=IRC Client [x86] / Serenity OS
|
||||
UserInfoReply=anon
|
||||
FingerReply=anon
|
||||
|
||||
[Messaging]
|
||||
ShowJoinPartMessages=1
|
||||
ShowNickChangeMessages=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue