diff options
author | mathieui <mathieui@mathieui.net> | 2011-11-13 01:00:23 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2011-11-13 01:00:23 +0100 |
commit | 7d52e1be616dfc69f3c9281ba51bcd2b999d8bf8 (patch) | |
tree | cbcf4f7e43182b2b0b854cf325c4f2fac021a225 | |
parent | 1efdfcd5667ac2769c1992879fd102c441cc9894 (diff) | |
download | poezio-7d52e1be616dfc69f3c9281ba51bcd2b999d8bf8.tar.gz poezio-7d52e1be616dfc69f3c9281ba51bcd2b999d8bf8.tar.bz2 poezio-7d52e1be616dfc69f3c9281ba51bcd2b999d8bf8.tar.xz poezio-7d52e1be616dfc69f3c9281ba51bcd2b999d8bf8.zip |
Doc for /set_plugin
-rw-r--r-- | doc/en/usage.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt index 30bdf886..c54f8da5 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -204,14 +204,18 @@ These commands work in *any* tab. on its own, the room will be bookmarked with the nickname you're currently using in this room (instead of default_nick). -*/set <option> [value]*:: Sets the value to the option in your configuration +*/set <option> [value]*:: Set the value to the option in your configuration file. You can, for example, change your default nickname by doing "/set default_nick toto" or your resource with "/set resource blabla". You can also set an empty value (nothing) by providing no [value] after <option>. +*/set_plugin <plugin> <option> <value>*:: Set the value of the option in a + plugin configuration file. + */theme*:: Reload the theme defined in the config file. -*/presence <jid> [type] [status]*:: Send a directed presence to _jid_ using _type_ and _status_ if provided. +*/presence <jid> [type] [status]*:: Send a directed presence to _jid_ using + _type_ and _status_ if provided. */rawxml*:: Send a custom XML stanza. |