aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Set up logging module in examplesHornwitser2015-10-064-0/+16
| | | | | | | | 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.
* Add handling of login failure in examplesHornwitser2015-10-064-0/+16
| | | | | | 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.
* Make reply example a bit more meaningful.Rapptz2015-10-051-1/+1
|
* Fix echo example to not infinitely loop.Rapptz2015-10-051-1/+2
|
* Add the ability to edit messages.Rapptz2015-08-211-0/+8
|
* Add on_message_edit event.Rapptz2015-08-211-0/+16
|
* Add the ability to delete messagesRapptz2015-08-211-0/+6
|
* Add on_message_delete event and Client.messages attribute.Rapptz2015-08-211-0/+16
|
* Add some examplesRapptz2015-08-212-0/+34