| 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 Plugin | Assignee: | 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
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 ); } |