diff --git a/last_post.py b/last_post.py index a3ab74fed423d7050f3c94fae79b143337580229..7122d6002ccb9d898261279c4606eacad742dd82 100755 --- a/last_post.py +++ b/last_post.py @@ -18,7 +18,8 @@ import time def last_post(mlist): - print '%s: Last post at %s' % ( - mlist.real_name, + print '%s@%s: Created at %s - Last post at %s' % ( + mlist.real_name, mlist.host_name, + time.ctime(mlist.created_at), time.ctime(mlist.last_post_time) )