update
This commit is contained in:
parent
3bcc10086e
commit
5213a1f99c
18
README.md
18
README.md
@ -40,15 +40,17 @@ an example.
|
|||||||
## Usage
|
## Usage
|
||||||
- If the plugin does not load automatically, load it with `/plugin load tox`.
|
- If the plugin does not load automatically, load it with `/plugin load tox`.
|
||||||
You may have to specify the full path to the plugin binary if you installed
|
You may have to specify the full path to the plugin binary if you installed
|
||||||
it to a non-standard location.
|
it to a non-standard location (/usr/local/share/weechat/plugins).
|
||||||
- Create a new profile with `/tox create <profile name>`. The data file is
|
- Create a new profile with `/tox create <profile name>`. The tox profile is
|
||||||
stored in `~/.cache/weechat/tox/` by default.
|
stored in `~/.local/share/weechat/tox/<profile name>` by default.
|
||||||
- Load your profile and connect to the Tox network with
|
- Load your profile and connect to the Tox network with
|
||||||
`/tox load <profile name>` (see also /bootstrap, /conf, /friend, /invite,
|
`/tox load <profile name>`. See all profiles with `/tox list`.
|
||||||
/me, /msg, /myid, /name, /names, /nospam, /part, /send,
|
- Run `/help -listfull tox` to get a list of all available commands (see
|
||||||
/status, /statusmsg, /topic, /tox).
|
/bootstrap, /conf, /friend, /invite, /me, /msg, /myid, /name, /names,
|
||||||
- Run `/help -listfull tox` to get a list of all available commands, and
|
/nospam, /part, /send, /status, /statusmsg, /topic, as well as /tox)
|
||||||
`/set tox.*` for a list of options, including proxies.
|
- See `/fset tox.profile.*` for a list of options, including proxies.
|
||||||
|
- With weechat NOT running you can edit the settings in
|
||||||
|
`~/.cache/share/weechat/tox.conf`.
|
||||||
|
|
||||||
### Common issues
|
### Common issues
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user