Archived
1
0
Fork 0

Accept all friend requests

This commit is contained in:
Braiden Vasco 2017-07-25 23:15:10 +00:00
parent 54356b6675
commit e288869c1d

View file

@ -45,6 +45,10 @@ private
before_iteration
end
@tox_client.on_friend_request do |public_key|
@tox_client.friend_add_norequest public_key
end
@screen = Screen.new
Style.default = Style.new
end