1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 15:37:46 +02:00
This commit is contained in:
naxuroqa 2013-12-11 01:51:40 +01:00
parent 44d9f7fe61
commit ab2be21942

View File

@ -113,7 +113,7 @@ static Tox *init_tox(int ipv4)
tox_callback_name_change(m, on_nickchange, NULL);
tox_callback_user_status(m, on_statuschange, NULL);
tox_callback_status_message(m, on_statusmessagechange, NULL);
tox_callback_action(m, on_action, NULL);
tox_callback_friend_action(m, on_action, NULL);
tox_callback_group_invite(m, on_groupinvite, NULL);
tox_callback_group_message(m, on_groupmessage, NULL);
tox_callback_group_namelist_change(m, on_group_namelistchange, NULL);