From ab5a5f3aae2507e9124b7b9109f7f34251c14085 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 20 May 2013 23:14:37 +0200 Subject: Add the documentation for the /tell plugin --- plugins/tell.py | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'plugins/tell.py') diff --git a/plugins/tell.py b/plugins/tell.py index d4d722af..c8437608 100644 --- a/plugins/tell.py +++ b/plugins/tell.py @@ -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 `` + + Send *message* to *nick* at his next join. + + /untell + *Usage:* ``/untell `` + + Cancel all scheduled messages to *nick*. + +""" from plugin import BasePlugin import tabs import common -- cgit v1.2.3