From e52db5b8b7c96c9fcedd018213a0a0b8cdc0a3ef Mon Sep 17 00:00:00 2001 From: charmlesscoin Date: Wed, 31 Jul 2013 05:00:40 -0400 Subject: Wrote the commands down and a 'start up' guide. --- docs/commands.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/commands.md (limited to 'docs/commands.md') diff --git a/docs/commands.md b/docs/commands.md new file mode 100644 index 00000000..8669bb9b --- /dev/null +++ b/docs/commands.md @@ -0,0 +1,25 @@ +# Tox User Commands +Here's a list of commands that nTox accepts, +which can all be used by starting your line with +a */*. Currently there can be no spaces before this. + +* */f* [ID] + + Add a friend with ID [ID]. +* */d* + + Call doMessenger() which does...something? +* */m* \[FRIEND\_NUM\] \[MESSAGE\] + + Message \[FRIEND\_NUM\] \[MESSAGE\]. +* */n* \[NAME\] + + Change your username to \[NAME\]. +* */l* + + Print your list of friends. (like you have any) +* */s* \[STATUS\] + + Set your status to \[STATUS\]. +* */a* \[ID\] + + Accept friend request from \[ID\]. +* */i* + + Print useful info about your client. +* */h* + + Print some help. +* */q/* + + Quit Tox. (why ;_;) -- cgit v1.2.3