mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +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
Notes:
sideshowbarker
2024-07-19 07:45:02 +09:00
Author: https://github.com/bcoles
Commit: df7b617ba1
Pull-request: https://github.com/SerenityOS/serenity/pull/1727
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