1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:37:46 +02:00
This commit is contained in:
Jfreegman 2013-12-11 00:21:42 -05:00
commit 83a81f6db6

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);