Last Stuff Plugin
this plugin let you query the logs from the conversation window to get some usefull information on contacts, it use LoggerPlugin, so you need to have LoggerPlugin enabled.
use:
/last # stuff contact
where:
- #: is a number that limit the number of items that will be retrieved (the maximum, it can retrieve less if the query return less rows)
- stuff: the thing that you want to query, available options now are
- nick: nicknames
- pm: personal messages
- dp: display pictures
- ce: custom emoticons
- message: messages said by the user
- conversation: messages said by the user or any other user in the conversation
- status: status
examples
retrieve last 10 nicks from dude
/last 10 nick dude@…
retrieve last 10 pms from dude
/last 10 pm dude@…
TODO
- retrieve the nicks of the moment the message were said (the same for conversation)
- show the images on ce and dp
- show status as readable strings
- add more stuff to retrieve (ideas?)
- add a graphical interface for this plugin (quite boring to type all those line)
