aboutsummaryrefslogtreecommitdiffstats
path: root/bin/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add debug loggingJokler2017-11-031-5/+24
| | | | | | The log level gets set to debug or info based on the build profile automatically now. Debug messages also print their target to the console.
* Rewrite run() and add loggingJokler2017-10-161-0/+23
| | | | | | | | | The logger is created in main.rs for now and just logs messages over println. Changes on run() - Added Log Messages - Allow multiple configs which create one IrcServer each - Use tokio-core to keep IrcServers in the main thread
* Initial bot sourceJokler2017-10-041-0/+5