mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 13:26:21 +00:00
Added tiny command
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include "command.h"
|
||||
#include "preferences.h"
|
||||
#include "contact_list.h"
|
||||
#include "tinyurl.h"
|
||||
|
||||
static void _profanity_shutdown(void);
|
||||
|
||||
@@ -78,6 +79,7 @@ profanity_init(const int disable_tls)
|
||||
jabber_init(disable_tls);
|
||||
command_init();
|
||||
contact_list_init();
|
||||
tinyurl_init();
|
||||
atexit(_profanity_shutdown);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user