Title: [147957] trunk/Tools
- Revision
- 147957
- Author
- [email protected]
- Date
- 2013-04-08 15:19:50 -0700 (Mon, 08 Apr 2013)
Log Message
Use port 6665 instead of 6667 since the latter doesn't seem to work well.
* Scripts/webkitpy/common/config/irc.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (147956 => 147957)
--- trunk/Tools/ChangeLog 2013-04-08 22:05:24 UTC (rev 147956)
+++ trunk/Tools/ChangeLog 2013-04-08 22:19:50 UTC (rev 147957)
@@ -1,3 +1,9 @@
+2013-04-08 Ryosuke Niwa <[email protected]>
+
+ Use port 6665 instead of 6667 since the latter doesn't seem to work well.
+
+ * Scripts/webkitpy/common/config/irc.py:
+
2013-04-08 Arunprasad Rajkumar <[email protected]>
Call Netscape Plugin's toString() and valueOf() instead of providing default implementation
Modified: trunk/Tools/Scripts/webkitpy/common/config/irc.py (147956 => 147957)
--- trunk/Tools/Scripts/webkitpy/common/config/irc.py 2013-04-08 22:05:24 UTC (rev 147956)
+++ trunk/Tools/Scripts/webkitpy/common/config/irc.py 2013-04-08 22:19:50 UTC (rev 147957)
@@ -27,5 +27,5 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
server="irc.freenode.net"
-port=6667
+port=6665
channel="#webkit"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes