2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
.. _plugin-seen:
|
|
|
|
|
|
|
|
The Seen plugin
|
|
|
|
===============
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-user:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
user [<channel>] <name>
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Returns the last time *<name>* was seen and what *<name>* was last seen
|
|
|
|
saying. This looks up *<name>* in the user seen database, which means
|
|
|
|
that it could be any nick recognized as user *<name>* that was seen.
|
|
|
|
*<channel>* is only necessary if the message isn't sent in the channel
|
|
|
|
itself.
|
|
|
|
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-seen:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
seen [<channel>] <nick>
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Returns the last time *<nick>* was seen and what *<nick>* was last seen
|
|
|
|
saying. *<channel>* is only necessary if the message isn't sent on the
|
|
|
|
channel itself. *<nick>* may contain * as a wildcard.
|
|
|
|
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-any:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
any [<channel>] [--user <name>] [<nick>]
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Returns the last time *<nick>* was seen and what *<nick>* was last seen
|
|
|
|
doing. This includes any form of activity, instead of just PRIVMSGs.
|
|
|
|
If *<nick>* isn't specified, returns the last activity seen in
|
|
|
|
*<channel>*. If *--user* is specified, looks up name in the user database
|
|
|
|
and returns the last time user was active in *<channel>*. *<channel>* is
|
|
|
|
only necessary if the message isn't sent on the channel itself.
|
|
|
|
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-last:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
last [<channel>]
|
|
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Returns the last thing said in *<channel>*. *<channel>* is only necessary
|
|
|
|
if the message isn't sent in the channel itself.
|
|
|
|
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-die:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
die
|
|
|
|
^^^^
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-since:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
since [<channel>] <nick>
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Returns the messages since *<nick>* last left the channel.
|
|
|
|
|
|
|
|
|