Fixing wrong commit

This commit is contained in:
Nícolas Lazarte Kaqui 2011-09-20 13:20:05 -03:00
parent bedab0f4aa
commit 7a250888ce

View file

@ -142,6 +142,7 @@ namespace SparkleLib {
SparkleHelpers.DebugInfo ("ListenerIrc", "Joining channel " + channel);
this.client.RfcJoin (channel);
this.client.RfcMode (channel, "+s");
this.client.RfcMode (channel, "+k " + key);
}
}
}