Sat, 30 Dec 2023 18:28:59 -0600
Remove gtkblist
The only thing that was still being used here was the join chat dialog which
we're migrating everything over to join channel so it didn't make sense to
keep it around.
Testing Done:
Consulted with the turtles and connected a demo and ircv3 account.
Reviewed at https://reviews.imfreedom.org/r/2893/
// 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/' ], [ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ], [ 'GPlugin-Gtk4', 'https://docs.imfreedom.org/gplugin-gtk4/' ], [ 'Gtk', 'https://docs.gtk.org/gtk4/' ], [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ], ]