Tue, 08 Apr 2025 23:20:52 -0500
IRCv3: Fix privmsg going to the status window before registration is complete
This got broken when some of this code was reorganized.
Testing Done:
Ran `ninja scan-build` and verified the error was gone. Also connected to libera and verified that I didn't get a conversation with the server's name anymore.
Reviewed at https://reviews.imfreedom.org/r/3963/
############################################################################## # General Options option('devenv-config-dir', type : 'string', description : 'config directory for running a devenv (defaults to a subdirectory of buildroot)') option('doc', type : 'boolean', value : false, description : 'build documentation with gtk-doc') option('introspection', type : 'boolean', value : true, description : 'build introspection data') ############################################################################## # Libpurple Options option('kwallet', type : 'feature', description : 'enable KWallet support') option('libsecret', type : 'feature', description : 'enable libsecret support') ############################################################################## # Protocol Plugins option('avahi', type : 'feature', description : 'compile with avahi (required for Bonjour support)') option('dynamic-prpls', type : 'string', value: 'all', description : 'specify which protocols to build dynamically') ############################################################################## # Pidgin Options option('gtkui', type : 'boolean', value : true, description : 'compile with GTK+ user interface') option('unity-integration', type : 'feature', value : 'disabled', description : 'compile with support for unity integration plugin')