summaryrefslogtreecommitdiffstats
path: root/configs/config.toml
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite run() and add loggingJokler2017-10-161-0/+25
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