* Use the modern string.format(). * Wherever logging is involved, let logging take care of the expansion.
* initial commit for user_data * add chat_data and use defaultdict * fix chat_data copy-paste error * add test for user_data and chat_data * fix case where chat is None * remove braces from import line