4 Commits

Author SHA1 Message Date
Hornwitser
ea2f35fb24 Set up logging module in examples
Without setting up the logging module, a god number of error conditions
and warnings will never be output by the library.  This is a common
pitfall to forget and it's not documented good enough the consequences
of not setting up the logging module when developing applications with
this library.
2015-10-06 19:09:16 +02:00
Hornwitser
a98324fbf8 Add handling of login failure in examples
Check and handle login failure in the examples provided for using this
library.  This is a common error condition that should be handled by any
script using this library.
2015-10-06 19:09:16 +02:00
Rapptz
794991adb6 Add the ability to delete messages 2015-08-21 20:58:51 -04:00
Rapptz
f580441c10 Add on_message_delete event and Client.messages attribute. 2015-08-21 18:55:57 -04:00