diff --git a/nur/irc_notify.py b/nur/irc_notify.py index 79e85c17e..f826bbfb3 100644 --- a/nur/irc_notify.py +++ b/nur/irc_notify.py @@ -83,4 +83,4 @@ class _send: def main_loop(self, connection: Connection) -> None: for notification in self.notifications: connection.privmsg(self.channel, notification) - connection.quit("Bye") + connection.quit("Bye")