diff options
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 |