Add the documentation for the /tell plugin

This commit is contained in:
mathieui 2013-05-20 23:14:37 +02:00
parent 0255968049
commit ab5a5f3aae

View file

@ -1,3 +1,31 @@
"""
The command added by this plugin sends a message to someone when he next joins.
Installation
------------
You only have to load the plugin:
``/load tell``
Usage
-----
This plugin defines two new commands for MUC tabs: :term:`/tell` and :term:`/untell`.
.. glossary::
:sorted:
/tell
*Usage*: ``/tell <nick> <message>``
Send *message* to *nick* at his next join.
/untell
*Usage:* ``/untell <nick>``
Cancel all scheduled messages to *nick*.
"""
from plugin import BasePlugin from plugin import BasePlugin
import tabs import tabs
import common import common