summaryrefslogtreecommitdiffstats
path: root/main.py
Commit message (Collapse)AuthorAgeFilesLines
* IndexError fixnico2018-10-021-0/+1
| | | * prevent IndexError when help is called
* refactorization (#1)nico2018-10-011-233/+183
| | | | | | | | | | | | | * changed all lineendings to lf * cleaned up main class * refactor bot * refactor bot functions * moved functions.py to classes dir * code comment changes * changed code comment style - removed unnecessary pass statement + added missing newline * simplified function and return statements
* XEP-0157 finally finishedmightyBroccoli2018-07-201-2/+7
| | | | * fixed XEP 0157 functionality * updated README.MD
* + added ability to join multiple roomsnico2018-07-201-1/+3
|
* + first release with basic functionalitynico2018-07-201-0/+226
+ added systemd service file + added README with instructions