ladybird/Base/home/anon/IRCClient.ini
Brendan Coles 63f8cbfb56 IRCClient: Add NotifyOnMessage/NotifyOnMention config options
Allow IRCClient user to opt out of notifications.
2020-04-10 13:16:07 +02:00

21 lines
310 B
INI

[User]
Nickname=anon_seren1ty
[Connection]
Server=chat.freenode.net
Port=6667
AutoJoinChannels=#serenityos
[CTCP]
VersionReply=IRC Client [x86] / Serenity OS
UserInfoReply=anon
FingerReply=anon
[Messaging]
ShowJoinPartMessages=1
ShowNickChangeMessages=1
[Notifications]
NotifyOnMessage=1
NotifyOnMention=1