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.
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 ); }