------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=137567 Summary: wrong oftc irc server info Product: kopete Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kopete-devel kde org ReportedBy: debian pusling com
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> _______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel