Skip to content

Commit

Permalink
fix: irc: isolate the socket connection attempt
Browse files Browse the repository at this point in the history
Co-authored-by: dgw <dgw@technobabbl.es>
  • Loading branch information
Exirel and dgw authored Apr 19, 2023
1 parent d84fd7b commit f174b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/irc/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ async def _run_forever(self) -> None:
else:
LOGGER.debug('Reader received EOF.')

# on socket deconnection
# on socket disconnection
self._connected = False

# cancel timeout tasks
Expand Down

0 comments on commit f174b65

Please sign in to comment.