praekelt / vumi-bot

Simple bot that performs various actions.
0 stars 0 forks source link

Time tracker command to show logged time #6

Open jerith opened 12 years ago

jerith commented 12 years ago

Something like !logged [<user>][@date] to list what has already been logged.

smn commented 12 years ago

+1

smn commented 12 years ago

If user is omitted then I'm assuming we're using the from_addr? Same for @date -> datetime.today().date()?

jerith commented 12 years ago

Correct.