Bug 131916 - konversation identifies to nickserv twice on certain servers
Summary: konversation identifies to nickserv twice on certain servers
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-05 13:43 UTC by Niek Beernink
Modified: 2006-08-06 14:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Niek Beernink 2006-08-05 13:43:25 UTC
Version:           0.19+ #3115 (using KDE KDE 3.5.4)
Installed from:    Compiled From Sources
Compiler:          gcc (GCC) 4.1.2 20060715 (prerelease) (Ubuntu 4.1.1-9ubuntu1) 
OS:                Linux

While connecting to freenode, konversation identifies twice. 

On freenode I get this notice:
[Notice] -NickServ- You have already identified

Eike told me to add a debug line to Server::registerWithServices() (in server.cpp line 771)
kdDebug() << "Server: " << m_serverGroup->name() << "/" << m_serverGroup->serverByIndex(m_currentServerIndex).server() << " - Identifying" << endl;

And this turned out to show that konversation tries to identify twice to freenode.
I reproduced this by removing my configuration file and starting out with a new one. I tried another server, irc.starchat.net and it does not happen there.
Comment 1 Eike Hein 2006-08-06 13:50:30 UTC
Fixed in SVN.
Comment 2 Eike Hein 2006-08-06 14:14:27 UTC
*** Bug has been marked as fixed ***.