mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 20:49:43 +01:00
41 lines
582 B
ReStructuredText
41 lines
582 B
ReStructuredText
|
|
.. _plugin-later:
|
|
|
|
The Later plugin
|
|
================
|
|
|
|
.. _command-die:
|
|
|
|
die
|
|
^^^^
|
|
|
|
|
|
|
|
.. _command-notes:
|
|
|
|
notes [<nick>]
|
|
^^^^^^^^^^^^^^
|
|
|
|
If *<nick>* is given, replies with what notes are waiting on *<nick>*,
|
|
otherwise, replies with the nicks that have notes waiting for them.
|
|
|
|
|
|
.. _command-remove:
|
|
|
|
remove <nick>
|
|
^^^^^^^^^^^^^
|
|
|
|
Removes the notes waiting on *<nick>*.
|
|
|
|
|
|
.. _command-tell:
|
|
|
|
tell <nick> <text>
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
Tells *<nick>* *<text>* the next time *<nick>* is in seen. *<nick>* can
|
|
contain wildcard characters, and the first matching nick will be
|
|
given the note.
|
|
|
|
|