summaryrefslogtreecommitdiff
path: root/docs/commands.rst
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2013-07-31 23:37:54 +0200
committerFlorian Hahn <flo@fhahn.com>2013-08-01 21:22:41 +0200
commit2711cd7f6cf4c7a1d1e2b383bcfea2afc0e4dc94 (patch)
tree30831f7f03d614e52e9483bf1fb6eba43742ee9e /docs/commands.rst
parentf6c510b3ccd3b5850b714831c61d96baa58da4b5 (diff)
Add sphinx config files
Diffstat (limited to 'docs/commands.rst')
-rw-r--r--docs/commands.rst48
1 files changed, 48 insertions, 0 deletions
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 @@
1Tox User Commands
2=================
3
4Here's a list of commands that nTox accepts, which can all be used by
5starting your line with a */*. Currently there can be no spaces before
6this.
7
8- */f* [ID]
9
10 - Add a friend with ID [ID].
11
12- */d*
13
14 - Call doMessenger() which does...something?
15
16- */m* [FRIEND\_NUM] [MESSAGE]
17
18 - Message [FRIEND\_NUM] [MESSAGE].
19
20- */n* [NAME]
21
22 - Change your username to [NAME].
23
24- */l*
25
26 - Print your list of friends. (like you have any)
27
28- */s* [STATUS]
29
30 - Set your status to [STATUS].
31
32- */a* [ID]
33
34 - Accept friend request from [ID].
35
36- */i*
37
38 - Print useful info about your client.
39
40- */h*
41
42 - Print some help.
43
44- */q/*
45
46 - Quit Tox. (why ;\_;)
47
48