| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
| |
This means that:
- run() is now part of a Bot struct
- Plugins the bot should use have to be added before calling run()
- The Plugin trait and all of the included plugins are now public
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|