Initial no reply when first running toxic client allows toxid to read the data file
This commit is contained in:
parent
80960f6e56
commit
7b0ef394c8
|
@ -190,7 +190,8 @@ function run_tox {
|
|||
# if this is a valid ID
|
||||
if [ ${#PEER_TOX_ID} -gt 30 ]; then
|
||||
# start client and make a friend request
|
||||
echo "/nick $USER
|
||||
echo "n
|
||||
/nick $USER
|
||||
/add $PEER_TOX_ID
|
||||
/exit
|
||||
" | $TOXIC_PATH -d
|
||||
|
|
Loading…
Reference in New Issue