blob: 45b50c83985408f35cfcb5e019cbf871b5ac1b77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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.
|