Merge lp://staging/~verterok/lalita/the-twisted-way-to-reconnect into lp://staging/lalita
Proposed by
Guillermo Gonzalez
Status: | Merged |
---|---|
Merge reported by: | Facundo Batista |
Merged at revision: | not available |
Proposed branch: | lp://staging/~verterok/lalita/the-twisted-way-to-reconnect |
Merge into: | lp://staging/lalita |
Diff against target: |
102 lines (+21/-8) 4 files modified
lalita/core/dispatcher.py (+2/-2) lalita/core/tests/test_dispatcher.py (+12/-1) lalita/core/tests/test_events.py (+1/-1) lalita/ircbot.py (+6/-4) |
To merge this branch: | bzr merge lp://staging/~verterok/lalita/the-twisted-way-to-reconnect |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Facundo Batista | Approve | ||
Review via email: mp+23969@code.staging.launchpad.net |
Commit message
use ReconnectingCli
Description of the change
This branch change the way the bot reconnects, now it use the ReconnectingCli
Also, fix missing command string formatting to use translations.
To post a comment you must log in.
Nice!