Fix duplicate unconditional calls to AlsoListenToInternal for all channels

This commit is contained in:
Brandon Dahler 2012-09-10 16:18:04 -05:00
parent 55a680aa01
commit 2f50b4e2e0

View file

@ -75,10 +75,6 @@ namespace SparkleLib {
OnConnected ();
// Subscribe to channels of interest to us
foreach (string channel in base.channels)
AlsoListenToInternal (channel);
} catch (SocketException e) {
this.is_connected = false;
this.is_connecting = false;