Wed, 29 Mar 2023 23:21:45 -0500
Remove the original irc protocol plugin
I was waiting to do this until IRCv3 was at feature parity, but now one is
using this right now anyways which means having to keep updating it for changes
is just a waste of effort.
Testing Done:
ran `ninja turtles` and opened the new account dialog without issue.
Reviewed at https://reviews.imfreedom.org/r/2392/
// SPDX-FileCopyrightText: 2021 GNOME Foundation // SPDX-License-Identifier: LGPL-2.1-or-later // A map between namespaces and base URLs for their online documentation baseURLs = [ [ 'GLib', 'https://docs.gtk.org/glib/' ], [ 'GObject', 'https://docs.gtk.org/gobject/' ], [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ], ]