diff options
author | mathieui <mathieui@mathieui.net> | 2013-06-20 23:30:47 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-06-20 23:31:14 +0200 |
commit | cf6d317824b520540f1728360bcae2204c7ad1e7 (patch) | |
tree | d54d8109af468f3768f67ec4080a14bc30156ea2 /doc/source/commands.rst | |
parent | d81568eebe72f7c94df297d4482f5b612f425f6b (diff) | |
download | poezio-cf6d317824b520540f1728360bcae2204c7ad1e7.tar.gz poezio-cf6d317824b520540f1728360bcae2204c7ad1e7.tar.bz2 poezio-cf6d317824b520540f1728360bcae2204c7ad1e7.tar.xz poezio-cf6d317824b520540f1728360bcae2204c7ad1e7.zip |
Add a documentation page for PEP (and update some commands)
Diffstat (limited to 'doc/source/commands.rst')
-rw-r--r-- | doc/source/commands.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index ad8eb7d0..02f044a8 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -190,6 +190,28 @@ These commands work in *any* tab. Show the pending invitations. /activity + **Usage:** ``/activity [<general> [specific] [comment]]`` + + Send your current activity to your contacts (use the completion to cycle + through all the general and specific possible activities). + + Nothing means "stop broadcasting an activity". + + /mood + **Usage:** ``/mood [<mood> [comment]]`` + Send your current mood to your contacts (use the completion to cycle + through all the possible moods). + + Nothing means "stop broadcasting a mood". + + /gaming + **Usage:** ``/gaming [<game name> [server address]]`` + + Send your current gaming activity to your contacts. + + Nothing means "stop broadcasting a gaming activity". + + /last_activity **Usage:** ``/activity <jid>`` Show the last activity of a contact or a server (its |