summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Licence stuffnico2018-10-022-7/+15
| | | | + added Licence * updated Readme
* Merge pull request #2 from mightyBroccoli/devnico2018-10-021-0/+1
|\ | | | | IndexError fix
| * IndexError fixnico2018-10-021-0/+1
|/ | | * prevent IndexError when help is called
* refactorization (#1)nico2018-10-016-351/+460
| | | | | | | | | | | | | * 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-202-3/+8
| | | | * fixed XEP 0157 functionality * updated README.MD
* + added ability to join multiple roomsnico2018-07-201-1/+3
|
* + first release with basic functionalitynico2018-07-204-4/+250
| | | | + added systemd service file + added README with instructions
* initial commitnico2018-06-212-0/+99
+ added .gitignore file + added basic README file