summaryrefslogtreecommitdiffstats
path: root/classes/uptime.py
Commit message (Collapse)AuthorAgeFilesLines
* simplification and major reworknico2018-11-061-19/+24
| | | | | | | | | | | | | | | * updated gitignore file * partly reworked servercontact implementation * complete rework of uptime, version * part rework of xep requests + added more comments to xep requests + added opt_arg to version, xep and contact * complete rework of validate function * updated HandleError function * part rework of StaticStrings function + implemented data dictionary to hold all data in main bot + added message_ids * complete rework of queue building and deduplication
* * new uptime.py filenico2018-10-111-0/+45
- removed asyncio from import * fixed bug with muc jid parser * outsorced validate and dedup to misc.py