Bug 97507

Summary: IRC: kopete doesn't take account of the password (it doesn't remember it either)
Product: [Unmaintained] kopete Reporter: Cyrille Berger <cberger>
Component: IRC PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Cyrille Berger 2005-01-20 09:22:12 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    Mandrake RPMs
OS:                Linux

I need to connect to a irc server which require a password, but kopete doesn't remember the password, and doesn't use it. Each time I come back to the option dialog, the password combobox is unchecked.
Comment 1 Jason Keirstead 2005-01-20 22:24:02 UTC
CVS commit by brunes: 

Use the password again

CCMAIL:97507-done@bugs.kde.org


  M +1 -0      ircaccount.cpp   1.123


--- kdenetwork/kopete/protocols/irc/ircaccount.cpp  #1.122:1.123
@@ -494,4 +494,5 @@ void IRCAccount::connectWithPassword(con
                                 IRCHost *host = hosts[ currentHost++ ];
                                 kdDebug( 0 ) << k_funcinfo << "connecting to " << host->host << ", SSL= " << host->ssl << endl;
+                                m_engine->setPassword(password);
                                 m_engine->connectToServer( host->host, host->port, mNickName, host->ssl );
                         }