Options:
- # Session Start: Thu Aug 21 00:00:00 2014
- # Session Ident: #testing
- # [01:22] * Joins: MK (kawamori@public.cloak)
- # [01:31] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [02:14] * Joins: glenn (~gadams@public.cloak)
- # [02:14] * Joins: MK_ (kawamori@public.cloak)
- # [02:18] * Quits: MK (kawamori@public.cloak) (Ping timeout: 180 seconds)
- # [02:19] * Quits: glenn_ (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [02:22] * Joins: glenn__ (~gadams@public.cloak)
- # [02:25] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [02:37] * Joins: glenn (~gadams@public.cloak)
- # [02:42] * Quits: glenn__ (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [02:46] * Quits: MK_ (kawamori@public.cloak) (Ping timeout: 180 seconds)
- # [03:26] * Joins: MK (kawamori@public.cloak)
- # [03:28] * Joins: glenn_ (~gadams@public.cloak)
- # [03:33] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [03:39] * Quits: MK (kawamori@public.cloak) (Ping timeout: 180 seconds)
- # [03:40] * Quits: ptressel (~chatzilla@public.cloak) (Client closed connection)
- # [03:41] * Joins: glenn (~gadams@public.cloak)
- # [03:45] * Quits: glenn_ (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [03:52] * Joins: glenn_ (~gadams@public.cloak)
- # [03:57] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [04:01] * Joins: MK (kawamori@public.cloak)
- # [04:02] * Quits: MK (kawamori@public.cloak) (Client closed connection)
- # [04:02] * Joins: MK (kawamori@public.cloak)
- # [04:07] * Joins: glenn (~gadams@public.cloak)
- # [04:11] * Quits: glenn_ (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [04:38] * Quits: MK (kawamori@public.cloak) (Ping timeout: 180 seconds)
- # [04:39] * Joins: glenn_ (~gadams@public.cloak)
- # [04:44] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [05:10] * Joins: glenn (~gadams@public.cloak)
- # [05:15] * Joins: glenn__ (~gadams@public.cloak)
- # [05:16] * Quits: glenn_ (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [05:19] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [05:53] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [06:02] * Quits: glenn__ (~gadams@public.cloak) (Client closed connection)
- # [06:17] * Joins: glenn (~gadams@public.cloak)
- # [06:24] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [06:27] * Joins: MK (kawamori@public.cloak)
- # [06:29] * Joins: ptressel (~chatzilla@public.cloak)
- # [06:40] * Joins: glenn (~gadams@public.cloak)
- # [06:41] * Joins: MK_ (kawamori@public.cloak)
- # [06:41] * Quits: MK_ (kawamori@public.cloak) ("Leaving...")
- # [06:47] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [07:41] * Joins: glenn (~gadams@public.cloak)
- # [07:48] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [08:42] * Joins: glenn (~gadams@public.cloak)
- # [08:49] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [08:57] <MikeSmith> zcorpan_: so I'm finding that the wpt html5lib test generator is coincidentally already skipping all the #script-off tests
- # [08:58] <MikeSmith> zcorpan_: because it already skips tests that have the same hash, and all of those existing #script-off cases are duplicates of an existing test
- # [08:59] <MikeSmith> zcorpan_: it emits already, e.g., "WARNING: id c7f41e79f00db5b41872c0ef1443094e7ad5bc22 seen multiple times in file tests16 this time for test (None, <!doctype html><noscript><!--<noscript> </noscript>--></noscript>) before for test (None, u'<!doctype html><noscript><!--<noscript></noscript>--></noscript>'), skipping"
- # [09:01] <MikeSmith> zcorpan_: at least I can say that if I add a continue for the #script-off condition in the loop that generates the test, I can see that the condition is getting evaluated as expected, and continuing without outputting that test
- # [09:01] <zcorpan_> MikeSmith: interesting. still http://w3c-test.org/submissions/1204/html/syntax/parsing/html5lib_tests16.html fails in firefox, not sure if it's a bug in the test
- # [09:01] <MikeSmith> zcorpan_: but then when I do a git diff, there's no diff
- # [09:02] <zcorpan_> expected and actual look the same to me
- # [09:02] <MikeSmith> zcorpan_: OK I guess I'll look at just that one a bit and see what the problem is
- # [09:03] <zcorpan_> MikeSmith: seems good to explicitly skip #script-off anyway in case future tests have different order
- # [09:03] <MikeSmith> yeah, agreed
- # [09:03] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [09:03] <MikeSmith> I will add that
- # [09:04] <MikeSmith> but for now at least it's not going to fix that /html5lib_tests16.html problem
- # [09:05] <MikeSmith> zcorpan_: you're getting just one failure in firefox, right? for 5423bb28649f37e70a0559cba78c3b253a60c277
- # [09:05] <zcorpan_> yes
- # [09:06] <MikeSmith> ok
- # [09:10] <MikeSmith> damn it's annoying that the critic UI won't let me select and copy from diffs
- # [09:18] <MikeSmith> zcorpan_: it seems for that test now, the Actual has a U+000A at the end, while the Expected doesn't (either that or the other way around)
- # [09:19] <zcorpan_> MikeSmith: i think you can hold some key like ctrl, except that won't work on mac
- # [09:20] <MikeSmith> oh ok, good to know. I can experiment and if the cmd key works maybe
- # [09:20] <zcorpan_> MikeSmith: ah yeah. expected "......\n"
- # [09:30] * Joins: dom (dom@public.cloak)
- # [09:38] * heycam|away is now known as heycam
- # [09:42] * Joins: glenn (~gadams@public.cloak)
- # [09:50] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [09:51] <MikeSmith> zcorpan_: r? https://github.com/html5lib/html5lib-tests/pull/49 (if you have push access)
- # [09:52] <zcorpan_> MikeSmith: r+ but no access
- # [09:52] <Ms2ger> r+ and access
- # [09:54] <MikeSmith> dank merci
- # [09:55] * jgraham invites zcorpan_ and MikeSmith to the html5lib-test team
- # [09:56] <MikeSmith> yippee ki yay, switch to XML-formatted test data files on the way
- # [09:58] * jgraham sends MikeSmith to the naughty step
- # [10:06] * Quits: MK (kawamori@public.cloak) (Ping timeout: 180 seconds)
- # [10:09] <MikeSmith> jgraham: hmm I get "ERROR: Permission to html5lib/html5lib-python.git denied to sideshowbarker" when I try to push
- # [10:09] <jgraham> Did you accept the invitation?
- # [10:09] <MikeSmith> yeah
- # [10:10] <Ms2ger> html5lib-python?
- # [10:10] <jgraham> Oh right
- # [10:10] <jgraham> html5lib-tests
- # [10:10] <MikeSmith> I was pushing to update the html5lib/tests/testdata pointer
- # [10:11] <MikeSmith> can make a PR instead if that's better
- # [10:19] <jgraham> I guess a PR is better
- # [10:19] * Quits: ptressel (~chatzilla@public.cloak) (Client closed connection)
- # [10:21] <MikeSmith> jgraham: hai https://github.com/html5lib/html5lib-python/pull/164
- # [10:23] <jgraham> MikeSmith: Thanks
- # [10:24] <MikeSmith> どうも
- # [10:25] * Joins: ptressel (~chatzilla@public.cloak)
- # [10:29] * Joins: gitbot (~gitbot@public.cloak)
- # [10:29] -gitbot:#testing- [web-platform-tests] sideshowbarker pushed 1 new commit to submission/sideshowbarker/html5lib-test-update: https://github.com/w3c/web-platform-tests/commit/43929a261be068af5c5536885bf275e9843e094d
- # [10:29] -gitbot:#testing- web-platform-tests/submission/sideshowbarker/html5lib-test-update 43929a2 Michael[tm] Smith: Drop extraneous LF from expected test result.
- # [10:29] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [10:31] <MikeSmith> zcorpan_: all passing now in firefox http://web-platform.test:8000/html/syntax/parsing/html5lib_tests16.html
- # [10:31] <zcorpan_> MikeSmith: great. is the test generator part of wpt or part of html5lib?
- # [10:32] <MikeSmith> zcorpan_: part of wpt -- I'll do a PR for that right now
- # [10:32] <zcorpan_> k
- # [10:33] * Joins: gitbot (~gitbot@public.cloak)
- # [10:33] -gitbot:#testing- [web-platform-tests] zcorpan pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/0218bbda376c4bffa387a01f56c2f882cc333c7b
- # [10:33] -gitbot:#testing- web-platform-tests/master 0218bbd Simon Pieters: Merge pull request #1204 from w3c/submission/sideshowbarker/html5lib-test-update...
- # [10:33] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [10:37] <MikeSmith> zcorpan_: tack
- # [10:37] * Joins: gitbot (~gitbot@public.cloak)
- # [10:37] -gitbot:#testing- [web-platform-tests] sideshowbarker deleted submission/sideshowbarker/html5lib-test-update at 43929a2: https://github.com/w3c/web-platform-tests/commit/43929a2
- # [10:37] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [10:43] * Joins: glenn (~gadams@public.cloak)
- # [10:46] * Joins: gitbot (~gitbot@public.cloak)
- # [10:46] -gitbot:#testing- [web-platform-tests] sideshowbarker created submission/sideshowbarker/script-off (+1 new commit): https://github.com/w3c/web-platform-tests/commit/4e77ae84fb71
- # [10:46] -gitbot:#testing- web-platform-tests/submission/sideshowbarker/script-off 4e77ae8 Michael[tm] Smith: Skip html5lib script-off tests. Closes #1203.
- # [10:46] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [10:46] * Joins: gitbot (~gitbot@public.cloak)
- # [10:46] -gitbot:#testing- [web-platform-tests] sideshowbarker opened pull request #1206: Skip html5lib script-off tests. Closes #1203. (master...submission/sideshowbarker/script-off) https://github.com/w3c/web-platform-tests/pull/1206
- # [10:46] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [10:50] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [11:05] * Joins: gitbot (~gitbot@public.cloak)
- # [11:05] -gitbot:#testing- [web-platform-tests] jgraham pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/f9a52ef35dee111bd28712cbd829d7925f3cd8d8
- # [11:05] -gitbot:#testing- web-platform-tests/master f9a52ef jgraham: Merge pull request #1206 from w3c/submission/sideshowbarker/script-off...
- # [11:05] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [11:07] <MikeSmith> I'm just getting all the love today
- # [11:07] * MikeSmith wipes away a few tears of joy
- # [11:16] <Ms2ger> MikeSmith, must've done something useful for once ;)
- # [11:18] <MikeSmith> Ms2ger: sticks and stones -- you can't make me feel sad, because I finally found a place where I can feel welcome http://www.woodcountycowboychurch.org
- # [11:18] <MikeSmith> "Where it's OK to NOT be OK!"
- # [11:19] <MikeSmith> there's even some videos of me leading the music worship https://twitter.com/Woodcountycc/status/498668547501850624
- # [11:44] * Joins: glenn (~gadams@public.cloak)
- # [11:51] * Joins: shepazu (schepers@public.cloak)
- # [11:51] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [11:58] * Joins: gitbot (~gitbot@public.cloak)
- # [11:58] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1207: Add tests for null/undefined/empty string namespace arguments to Document.createElementNS. (master...createElementNS-null-ns) https://github.com/w3c/web-platform-tests/pull/1207
- # [11:58] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [11:58] <Ms2ger> MikeSmith, r?
- # [12:05] <MikeSmith> Ms2ger: On the train but can check it when I get home
- # [12:05] <MikeSmith> or try reviewing from my mobile
- # [12:39] * Quits: ptressel (~chatzilla@public.cloak) ("zzz")
- # [12:45] * Joins: glenn (~gadams@public.cloak)
- # [12:51] * Joins: glenn_ (~gadams@public.cloak)
- # [12:52] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [13:07] * Quits: glenn_ (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [13:38] <Ms2ger> zcorpan_, r? https://critic.hoppipolla.co.uk/r/2421
- # [13:39] <zcorpan_> r+
- # [13:39] <Ms2ger> Ta
- # [13:39] <Ms2ger> MikeSmith, un-r?
- # [13:41] * Joins: gitbot (~gitbot@public.cloak)
- # [13:41] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #1207: Add tests for null/undefined/empty string namespace arguments to Document.createElementNS. (master...createElementNS-null-ns) https://github.com/w3c/web-platform-tests/pull/1207
- # [13:41] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:44] * heycam is now known as heycam|away
- # [13:44] <MikeSmith> dang
- # [13:44] <MikeSmith> I just got home
- # [13:44] <MikeSmith> ah well
- # [13:44] <MikeSmith> ping me on the next one
- # [13:59] * Joins: plh (plehegar@public.cloak)
- # [13:59] <Ms2ger> Will do :)
- # [14:01] * Joins: glenn (~gadams@public.cloak)
- # [14:08] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [14:10] * Joins: gitbot (~gitbot@public.cloak)
- # [14:10] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1208: Move the data from interfaces.js into a separate JS file. (master...elements) https://github.com/w3c/web-platform-tests/pull/1208
- # [14:10] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [14:10] <Ms2ger> MikeSmith, ping :)
- # [14:27] <MikeSmith> taking a look now
- # [14:30] * Ms2ger disappears for most of the rest of the day
- # [14:32] <MikeSmith> Ms2ger: interfaces.js file not checked in, it seems
- # [14:37] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [14:47] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
- # [15:00] * heycam|away is now known as heycam
- # [15:01] <ato> What constitutes a testharness test? I.e. what do I need for it to be picked up tools/scripts/manifest.py?
- # [15:01] <jgraham> <script src="/resources/testharness.js"></script>
- # [15:01] <jgraham> (an element, not just that string)
- # [15:02] * Joins: glenn (~gadams@public.cloak)
- # [15:03] <ato> Done that, but it's not getting picked up…
- # [15:03] <ato> Put it in a new subdirectory from the root directory in a file called test_name.html.
- # [15:09] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [15:11] <ato> Does the file have to be checked in to git?
- # [15:12] <jgraham> Yeah, unless you pass the option to include local changes
- # [15:13] <ato> Yeah I did that too, -rc.
- # [15:30] <ato> It seems the problem is that it doesn't pick up new directories even if -rc is passed, but putting it in an existing directory works.
- # [15:38] * Joins: glenn (~gadams@public.cloak)
- # [15:44] <jgraham> Yeah, so I have a rewrite of manifest.py kicking around that might help. You could try it out if you want
- # [15:51] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:54] * Joins: gitbot (~gitbot@public.cloak)
- # [15:54] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1077: w3c-test.org cleanup in html/dnd (master...plh/html-dnd-links) https://github.com/w3c/web-platform-tests/pull/1077
- # [15:54] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [15:56] * Joins: mdas (~mdas@public.cloak)
- # [15:56] * Joins: anssik (~uid10742@public.cloak)
- # [16:01] * Joins: gitbot (~gitbot@public.cloak)
- # [16:01] -gitbot:#testing- [web-platform-tests] jgraham created jgraham/manifest_update_rewrite (+1 new commit): https://github.com/w3c/web-platform-tests/commit/4d458f9083d3
- # [16:01] -gitbot:#testing- web-platform-tests/jgraham/manifest_update_rewrite 4d458f9 James Graham: Rewrite manifest.py to make including local changes safer (not very backwards compatible)
- # [16:01] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [16:02] <jgraham> ato: https://github.com/w3c/web-platform-tests/tree/jgraham/manifest_update_rewrite
- # [16:07] <ato> Also files in the root directory aren't picked up.
- # [16:07] * Quits: scott_gonzalez (~scott_gonzalez@public.cloak) (scott_gonzalez)
- # [16:07] <ato> Haven't tested your patch yet.
- # [16:08] <jgraham> Yeah, you shouldn't have tests in the root directory, so that might even be deliberate
- # [16:09] <ato> Any idea where I can put a unit test for a tool which needs to be picked up by wptrunner?
- # [16:10] <ato> I see resources/ is also on the blacklist.
- # [16:39] * Joins: gitbot (~gitbot@public.cloak)
- # [16:39] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1078: Prevent the use of w3c-test.org in the tests (master...plh/w3ctestorgrule) https://github.com/w3c/web-platform-tests/pull/1078
- # [16:39] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [17:10] <plh> yoohoo! no more w3c-test.org in the tests
- # [17:11] <jgraham> Great!
- # [17:14] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
- # [17:15] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [17:17] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
- # [17:39] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [17:42] <Ms2ger> jgraham, r? https://critic.hoppipolla.co.uk/r/2424
- # [17:50] * heycam is now known as heycam|away
- # [17:52] <plh> Ms2ger, you wrote assert_true(desc.writable, "property is not writable");
- # [17:53] <plh> did you mean to say property is writable?
- # [17:53] <plh> hum, I might get my negation wrong
- # [17:53] <Ms2ger> plh, that's the error message
- # [17:53] <plh> ok
- # [17:55] <ato> jgraham: 0:09.16 LOG: Thread-TestrunnerManager-1 WARNING Failed to find base prefs file in /Library/Python/2.7/site-packages/wptrunner/prefs/prefs_general.js
- # [17:59] * heycam|away is now known as heycam
- # [18:02] <ato> Hm I just upgraded wptrunner, and the following command isn't working anymore: `wptrunner --binary /Applications/FirefoxNightly.app/Contents/MacOS/firefox --product firefox --processes 1 --log-mach - . . --include tools`
- # [18:05] <ato> Ah. It's `--tests . --metadata .` now.
- # [18:05] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
- # [18:05] * Joins: mdas (~mdas@public.cloak)
- # [18:08] <ato> jgraham: What does this mean? 0:09.33 LOG: Thread-TestrunnerManager-1 DEBUG Unexpected count in this thread 1
- # [18:08] <ato> jgraham: Also it's claiming that my test crashes. How can I debug that?
- # [18:09] <Ms2ger> ato, that there's one unexpected result on that thread :)
- # [18:12] * Quits: mdas (~mdas@public.cloak) (Ping timeout: 180 seconds)
- # [18:14] <jgraham> Ms2ger: FWIW I find using error messages like that confusing
- # [18:15] <jgraham> I think "property should be writable"
- # [18:15] <Ms2ger> Fair
- # [18:15] <Ms2ger> I stole them all from Aryeh, though
- # [18:15] * Quits: scott_gonzalez (~scott_gonzalez@public.cloak) (scott_gonzalez)
- # [18:15] * Joins: zcorpan (~zcorpan@public.cloak)
- # [18:16] <jgraham> (that way it ends up as "assert_true: got false, property should be writable" rather than "assert_true: got false, property is not writable")
- # [18:16] <jgraham> Yeah, I assumed as much
- # [18:16] <jgraham> ato: Well debug how?
- # [18:16] <ato> Well it turns out I was using the wrong executor.
- # [18:17] <Ms2ger> jgraham, I'd be happy to try to search/replace some of those, but not right now
- # [18:18] <jgraham> Ms2ger: Fair enough, I wasn't really expecting you to
- # [18:23] * heycam is now known as heycam|away
- # [18:40] * Joins: mdas (~mdas@public.cloak)
- # [18:43] * Quits: anssik (~uid10742@public.cloak) ("Connection closed for inactivity")
- # [18:49] * Joins: gitbot (~gitbot@public.cloak)
- # [18:49] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1209: Update interfaces tests. (master...update-interfaces) https://github.com/w3c/web-platform-tests/pull/1209
- # [18:49] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [18:50] <Ms2ger> rs?
- # [19:01] * Joins: anssik (~uid10742@public.cloak)
- # [19:23] * Quits: Ms2ger (~Ms2ger@public.cloak) ("Leaving")
- # [19:33] * Joins: mdas_ (~mdas@public.cloak)
- # [19:33] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
- # [20:16] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [20:24] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
- # [20:47] * Joins: ptressel (~chatzilla@public.cloak)
- # [20:48] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [21:13] * Quits: anssik (~uid10742@public.cloak) ("Connection closed for inactivity")
- # [21:23] * Quits: ptressel (~chatzilla@public.cloak) ("bbl")
- # [21:31] * Quits: mdas_ (~mdas@public.cloak) (Client closed connection)
- # [21:31] * Joins: mdas (~mdas@public.cloak)
- # [22:24] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [22:35] * Joins: MK (kawamori@public.cloak)
- # [22:52] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
- # [22:52] * Joins: mdas (~mdas@public.cloak)
- # [23:12] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
- # [23:13] * Joins: mdas (~mdas@public.cloak)
- # [23:14] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [23:20] * Quits: mdas (~mdas@public.cloak) (Ping timeout: 180 seconds)
- # Session Close: Fri Aug 22 00:00:00 2014
The end :)