pidgin/pidgin

d7b082e438b5
Update IRC channel references to Libera.chat

Testing Done:
None. These should just be text changes? This is my first attempt to contribute since 2004.

Reviewed at https://reviews.imfreedom.org/r/767/
NULL_SOURCES = [
'nullprpl.h',
'nullprpl.c'
]
# nullprpl isn't built by default; when it is built, it's dynamically linked
if DYNAMIC_NULL
null_prpl = shared_library('null', NULL_SOURCES,
dependencies : [libpurple_dep, glib],
install : false, install_dir : PURPLE_PLUGINDIR)
endif