From 2711cd7f6cf4c7a1d1e2b383bcfea2afc0e4dc94 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Wed, 31 Jul 2013 23:37:54 +0200 Subject: Add sphinx config files --- docs/commands.rst | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 docs/commands.rst (limited to 'docs/commands.rst') diff --git a/docs/commands.rst b/docs/commands.rst new file mode 100644 index 00000000..ab7e60d1 --- /dev/null +++ b/docs/commands.rst @@ -0,0 +1,48 @@ +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