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/res/apps | |
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/res/apps')
-rw-r--r-- | Base/res/apps/IRCClient.af | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Base/res/apps/IRCClient.af b/Base/res/apps/IRCClient.af deleted file mode 100644 index 3b2ed41b50..0000000000 --- a/Base/res/apps/IRCClient.af +++ /dev/null @@ -1,7 +0,0 @@ -[App] -Name=IRC Client -Executable=/bin/IRCClient -Category=Internet - -[Launcher] -Protocols=irc |