diff --git a/README.md b/README.md index 1bccdd5..d021023 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Current build status: [![Build Status](https://travis-ci.org/haavardp/tox-weecha Installation ------------ -Tox-WeeChat requires the latest [libtoxcore][3] and WeeChat 1.0. It also requires cmake to be built. Installation is fairly simple: +Tox-WeeChat requires [WeeChat][1], [libjansson][3], and the latest [libtoxcore][4]. It also requires CMake to be built. Installation is fairly simple: $ git clone https://github.com/haavardp/tox-weechat.git $ cd tox-weechat @@ -48,5 +48,6 @@ Copyright (c) 2014 HÃ¥vard Pettersson . [1]: http://weechat.org [2]: http://tox.im -[3]: https://github.com/irungentoo/toxcore +[3]: http://www.digip.org/jansson/ +[4]: https://github.com/irungentoo/toxcore diff --git a/src/tox-weechat-friend-requests.c b/src/tox-weechat-friend-requests.c index e1d4bbc..54240f1 100644 --- a/src/tox-weechat-friend-requests.c +++ b/src/tox-weechat-friend-requests.c @@ -4,6 +4,7 @@ #include #include +#include #include "tox-weechat.h" #include "tox-weechat-identities.h" @@ -118,7 +119,7 @@ tox_weechat_friend_request_save_identity(struct t_tox_weechat_identity *identity request; request = request->next_request) { - // TODO: actually save requests + } }