Bug 137567

Summary: wrong oftc irc server info
Product: [Unmaintained] kopete Reporter: Sune Vuorela <debian>
Component: IRC PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sune Vuorela 2006-11-19 13:17:18 UTC
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>
Comment 1 Michel Hermier 2006-11-19 13:58:59 UTC
Fixed in trunk and 3.5 branch.
Comment 2 Michel Hermier 2006-11-19 14:05:53 UTC
*** Bug has been marked as fixed ***.