diff options
Diffstat (limited to 'doc/en/plugins/tell.txt')
-rw-r--r-- | doc/en/plugins/tell.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/en/plugins/tell.txt b/doc/en/plugins/tell.txt new file mode 100644 index 00000000..5bcda499 --- /dev/null +++ b/doc/en/plugins/tell.txt @@ -0,0 +1,40 @@ +Tell +==== + +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: _/tell_ and _/untell_. + +tell +~~~~ + +================ + + /tell <nick> <message> + +================ + + +untell +~~~~~~ + +============== + + /untell <nick> + +============= + +Will remove all the messages poezio should have sent to _<nick>_ on his next +join. |