[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/ksirc
From:       David Faure <faure () kde ! org>
Date:       2004-02-26 8:12:33
Message-ID: 20040226081233.32BF49672 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Fix for autoconnect: also connect to servers for which no channels have been
set (this can be useful with ircproxies which do the channel autoconnect themselves).
-> no need to read the list of channels here anymore.
CCMAIL: asj@cban.com


  M +1 -5      servercontroller.cpp   1.190


--- kdenetwork/ksirc/servercontroller.cpp  #1.189:1.190
@@ -848,7 +848,4 @@ void servercontroller::do_autoconnect()
 
     for( ; ser != servers.end(); ser++){
-        QStringList channels = conf->readListEntry(*ser);
-        if(channels.empty() == FALSE){
-            channels.sort();
             if(loop++ == stime){
                 stime++;
@@ -879,5 +876,4 @@ void servercontroller::do_autoconnect()
             }
         }
-    }
 
     loop = 0;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic