Last login comparison

This commit is contained in:
sloumdrone 2018-12-20 20:07:41 -08:00
parent e7c0605f01
commit 760b36a137
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ def show_help():
'{}back:{} move up a level (post->posts->topics)'.format(c.cyan, c.end),
'{}help:{} display this menu'.format(c.cyan, c.end),
'{}item id:{} enter the item number to view it'.format(c.cyan, c.end),
'{}q, quit, exit:{} leave cspc'.format(c.cyan, c.end)
'{}q, quit, exit:{} leave cspc'.format(c.cyan, c.end),
'{}posts created since your last login to cspc have dates in green{}'.format(c.green, c.end)
]
for x in help_menu:
messages.append(x)