Version: (using KDE Devel) Installed from: Compiled sources Hi! the oftc network is on oftc.net - not oftc.org. The following patch seems to fix it: --- kopete/protocols/irc/ircnetworks.xml.orig 2006-11-19 12:40:30.000000000 +0100 +++ kopete/protocols/irc/ircnetworks.xml 2006-11-19 12:41:05.000000000 +0100 @@ -771,12 +771,12 @@ <description>The Open and Free Technology Community</description> <servers> <server> - <host>irc.oftc.org</host> + <host>irc.oftc.net</host> <port>6667</port> <useSSL>false</useSSL> </server> <server> - <host>ircs.oftc.org</host> + <host>ircs.oftc.net</host> <port>9999</port> <useSSL>true</useSSL> </server>
Fixed in trunk and 3.5 branch.
*** Bug has been marked as fixed ***.