diff options
author | sin <sin@2f30.org> | 2014-09-27 16:38:27 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-27 16:38:27 +0100 |
commit | 2577db3a2d138218f1f0ca649178a7bc692442af (patch) | |
tree | 38ef55af84ca2da5ab188c8a06c1ae2e7eb26e51 /README | |
parent | ddcca24a5245457ac3d161aadcdbe549ad2f2df0 (diff) |
Update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,10 +24,10 @@ Global slots (name/, status/, request/) Global slots allow you to change your name and status message and send and accept friend requests. Each slot contains an in, out and err file or directory respectively. The in-file is a pipe waiting for user-input. -If you want to change your name or status, just pipe it to it. To send a +If you want to change your name or status, just pipe it to it. To send a friend request, pipe the Tox-ID to request/in. The out-file contains the -current state of a given parameter. In request/, out is a directory -containing named pipes for each pending request. To accept or reject a +current state of a given parameter. In request/, out is a directory +containing named pipes for each pending request. To accept or reject a friend request, pipe a 1 or 0 to a FIFO respectively. Friend slots |