Bug 97507 - IRC: kopete doesn't take account of the password (it doesn't remember it either)
Summary: IRC: kopete doesn't take account of the password (it doesn't remember it either)
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: IRC Plugin (other bugs)
Version First Reported In: unspecified
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-20 09:22 UTC by Cyrille Berger
Modified: 2005-01-20 22:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 );
                         }