irc: shut down properly when the server does too
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 1 Dec 2015 15:36:08 +0000 (09:36 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 1 Dec 2015 15:36:08 +0000 (09:36 -0600)
commiteecf751958934a26ac6d17948392db21ee07a8e1
treee773076d1c3f4acc9ec10a98f39c89e2611e057d
parent0a4fe47d9b6fe7c13296562b5408f68d0083da71
irc: shut down properly when the server does too

Formerly things would busyloop on irc disconnect; changed to prevent
that situation.

* 8sync/systems/irc.scm (make-basic-irc-handler): remove ports
  and don't break when the connection closes.
8sync/systems/irc.scm