Skip to content

Commit

Permalink
Merge pull request CloudBotIRC#219 from linuxdaemon/gonzobot+observer…
Browse files Browse the repository at this point in the history
…-fix

Properly start the botwide observer on start
  • Loading branch information
edwardslabs authored Nov 14, 2017
2 parents 83547fd + 9e853cc commit ea7ba2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudbot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ def _init_routine(self):
if self.config_reloading_enabled:
self.config_reloader.start()

self.observer.start()

# Connect to servers
yield from asyncio.gather(*[conn.connect() for conn in self.connections.values()], loop=self.loop)

Expand Down

0 comments on commit ea7ba2d

Please sign in to comment.