Merge pull request #90 from nix-community/irc-2

irc_notify: disconnect after sending all messages
This commit is contained in:
Jörg Thalheim 2018-10-20 23:39:18 +01:00 committed by GitHub
commit 00933e3750
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")