Bug 137567 - wrong oftc irc server info
Summary: wrong oftc irc server info
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: IRC Plugin (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-19 13:17 UTC by Sune Vuorela
Modified: 2006-11-19 14:05 UTC (History)
0 users

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


Attachments

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