mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
IRCClient: Allow CTCP replies to be user configurable in IRCClient.ini
This commit is contained in:
parent
bc40908d32
commit
ddb8597c0c
Notes:
sideshowbarker
2024-07-19 07:53:56 +09:00
Author: https://github.com/bcoles
Commit: ddb8597c0c
Pull-request: https://github.com/SerenityOS/serenity/pull/1644
3 changed files with 36 additions and 1 deletions
|
@ -5,3 +5,8 @@ Nickname=anon_seren1ty
|
|||
Server=chat.freenode.net
|
||||
Port=6667
|
||||
AutoJoinChannels=#serenityos
|
||||
|
||||
[CTCP]
|
||||
VersionReply=IRC Client [x86] / Serenity OS
|
||||
UserInfoReply=anon
|
||||
FingerReply=anon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue