Skip to content
Snippets Groups Projects
Commit 7b0ef394 authored by Bob Mottram's avatar Bob Mottram
Browse files

Initial no reply when first running toxic client allows toxid to read the data file

parent 80960f6e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment