blob: 5bcda4998c66e53537599d4c00d7e0328c837b37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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.
|