.. _plugin-seen: The Seen plugin =============== Commands -------- .. _command-seen-user: seen user [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns the last time ** was seen and what ** was last seen saying. This looks up ** in the user seen database, which means that it could be any nick recognized as user ** that was seen. ** is only necessary if the message isn't sent in the channel itself. .. _command-seen-seen: seen seen [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns the last time ** was seen and what ** was last seen saying. ** is only necessary if the message isn't sent on the channel itself. ** may contain * as a wildcard. .. _command-seen-any: seen any [] [--user ] [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns the last time ** was seen and what ** was last seen doing. This includes any form of activity, instead of just PRIVMSGs. If ** isn't specified, returns the last activity seen in **. If *--user* is specified, looks up name in the user database and returns the last time user was active in **. ** is only necessary if the message isn't sent on the channel itself. .. _command-seen-last: seen last [] ^^^^^^^^^^^^^^^^^^^^^ Returns the last thing said in **. ** is only necessary if the message isn't sent in the channel itself. .. _command-seen-since: seen since [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns the messages since ** last left the channel. .. _plugin-seen-config: Configuration ------------- .. _supybot.plugins.Seen.public: supybot.plugins.Seen.public ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Default value: True Determines whether this plugin is publicly visible.