mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 16:56:21 +00:00
Changed contact list to use generic autocomplete
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "jabber.h"
|
||||
#include "command.h"
|
||||
#include "preferences.h"
|
||||
#include "contact_list.h"
|
||||
|
||||
static void _profanity_shutdown(void);
|
||||
|
||||
@@ -69,6 +70,7 @@ void profanity_init(const int disable_tls)
|
||||
gui_init();
|
||||
jabber_init(disable_tls);
|
||||
command_init();
|
||||
contact_list_init();
|
||||
atexit(_profanity_shutdown);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user