diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-24 16:19:08 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-24 16:37:28 +0200 |
commit | c9151745631a45e6511eab6ec41308414be8757b (patch) | |
tree | 4abf65599438a401031a8d1dc6badeb89607eb85 /Base/home | |
parent | 97f53835259853a3060949a68326c25f4f617a0b (diff) | |
download | serenity-c9151745631a45e6511eab6ec41308414be8757b.zip |
Userland: Remove IRC Client
The IRC Client application made some sense while our main communication
hub was an IRC channel. Now that we've moved on, IRC is just a random
protocol with no particular relevance to this project.
This also has the benefit of removing one major client of the single-
process Web::InProcessWebView class.
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/.config/IRCClient.ini | 20 | ||||
-rw-r--r-- | Base/home/anon/.config/LaunchServer.ini | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/Base/home/anon/.config/IRCClient.ini b/Base/home/anon/.config/IRCClient.ini deleted file mode 100644 index cc542335c6..0000000000 --- a/Base/home/anon/.config/IRCClient.ini +++ /dev/null @@ -1,20 +0,0 @@ -[User] -Nickname=anon_seren1ty - -[Connection] -Server=chat.freenode.net -Port=6667 -AutoJoinChannels= - -[CTCP] -VersionReply=IRC Client [x86] / Serenity OS -UserInfoReply=anon -FingerReply=anon - -[Messaging] -ShowJoinPartMessages=1 -ShowNickChangeMessages=1 - -[Notifications] -NotifyOnMessage=1 -NotifyOnMention=1 diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index 7c14d637a0..0c7910f136 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -28,4 +28,3 @@ directory=/bin/FileManager gemini=/bin/Browser http=/bin/Browser https=/bin/Browser -irc=/bin/IRCClient |