diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-08-28 18:47:52 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-08-28 20:58:35 +0200 |
commit | dbbc24b7c6c85bdbcf3726f7c557b8738eb84052 (patch) | |
tree | 6955f7a1d67449f4a014f17a10e8aee00d1d36d2 /doc | |
parent | 29b95f18202043c6f0b801323a6b428c80fcba44 (diff) | |
download | poezio-dbbc24b7c6c85bdbcf3726f7c557b8738eb84052.tar.gz poezio-dbbc24b7c6c85bdbcf3726f7c557b8738eb84052.tar.bz2 poezio-dbbc24b7c6c85bdbcf3726f7c557b8738eb84052.tar.xz poezio-dbbc24b7c6c85bdbcf3726f7c557b8738eb84052.zip |
Add a vcard plugin, to view other people’s vcard-temp as a dataform.
Fixes #1683 and #1843.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/plugins/index.rst | 6 | ||||
-rw-r--r-- | doc/source/plugins/vcard.rst | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index 578e832c..397ffefe 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -281,6 +281,11 @@ Plugin index Roll one or several dice using message corrections. + vCard + :ref:`Documentation <vcard-plugin>` + + Add a ``/vcard`` command to retrieve and display a vCard. + .. toctree:: :hidden: @@ -326,3 +331,4 @@ Plugin index dice marquee server_part + vcard diff --git a/doc/source/plugins/vcard.rst b/doc/source/plugins/vcard.rst new file mode 100644 index 00000000..602da5a2 --- /dev/null +++ b/doc/source/plugins/vcard.rst @@ -0,0 +1,6 @@ +.. _vcard-plugin: + +vCard +===== + +.. automodule:: vcard |