mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-12 23:33:03 +01:00
commit
d9d4329ccf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user