Merge pull request #90 from nix-community/irc-2
irc_notify: disconnect after sending all messages
This commit is contained in:
commit
00933e3750
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue