summaryrefslogtreecommitdiff
path: root/plugins/vcard.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-04 00:26:54 +0200
committermathieui <mathieui@mathieui.net>2016-10-04 00:29:19 +0200
commit5a6ba4dda826308fd3ba5abd8cc25fba2166a431 (patch)
tree8ef6c6f010ff1feed1a4fb56e17fe955a7ff9ae7 /plugins/vcard.py
parentc5e80b968862b4fe54d394ed278466f3eb02dd41 (diff)
downloadpoezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.gz
poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.bz2
poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.xz
poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.zip
Replace "MUC" by "chatroom" in the documentation
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs.
Diffstat (limited to 'plugins/vcard.py')
-rw-r--r--plugins/vcard.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/vcard.py b/plugins/vcard.py
index 5acc8d3a..46cacda0 100644
--- a/plugins/vcard.py
+++ b/plugins/vcard.py
@@ -11,13 +11,13 @@ Command
**Usage (globally):** ``/vcard <jid>``
- **Usage (in a MUC tab):** ``/vcard <jid or nick>``
+ **Usage (in a chatroom tab):** ``/vcard <jid or nick>``
**Usage (in a conversation or roster tab):** ``/vcard [jid]``
Globally, you can do ``/vcard user@server.example`` to get a vcard.
- In a MUC, you can either do it on a JID or a nick (``/vcard nick``,
+ In a chatroom , you can either do it on a JID or a nick (``/vcard nick``,
``/vcard room@muc.server.example/nick`` or ``/vcard
user@server.example``).