-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Begin work on multiple IRC server connections (#133)
This will parse multiple configs and join multiple servers, but there are some issues: - It's unclear how logging is configured with multiple config files - Quitting one instance called `reactor.stop()` which this commit removes -- bu now when all instances are shutdown, the reactor is not stopped I think we need some global Cardinal object that keeps track of multiple CardinalBot instances -- it may be possible to use a single CardinalBotFactory for this as well, depending on how things are structured.
- Loading branch information
1 parent
6811611
commit a566318
Showing
2 changed files
with
147 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters