mrshu / brutal-plugins

A set of plugins for brutal, the mighty chatbot
Apache License 2.0
4 stars 2 forks source link

Add ability to check when user was last seen in chat. #95

Closed JakubNvk closed 9 years ago

JakubNvk commented 9 years ago

Example:

<user> !last_seen JakubN
<bot> JakubN was last seen on <date> <time>.

This would work for any event made by the user.

mrshu commented 9 years ago

@JakubNvk I'd suggest that the command could be called seen and it should also remember the type of event created by this user (for instance message, join, part or nickchange)

Adman commented 9 years ago

@JakubNvk :+1:

JakubNvk commented 9 years ago

@mrshu there are some issues with seen, so Ill go with last_seen for now.

mrshu commented 9 years ago

@JakubNvk is this already done?

cc @Adman

JakubNvk commented 9 years ago

@mrshu yes. Fixed: #97