diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index e4e58d14..5291ae12 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -359,10 +359,9 @@ namespace SparkleLib { Listener.Client.OnDisconnected += delegate { SparkleHelpers.DebugInfo ("Irc", "[" + Name + "] Lost connection. Falling back to polling..."); - - CheckForRemoteChanges (); - + _IsPolling = true; + CheckForRemoteChanges (); };