Options:
Previous day, Next day
- # Session Start: Sat Jan 16 00:00:00 2016
- # Session Ident: #html5
- # [00:00] <Pomax> I don't see a jsbin?
- # [00:00] <Pomax> (or similar actual live page that shows the problem)
- # [00:01] <Pomax> the short answer's probably "because floats don't exist as far as the surrounding markup is concerned, they've been floated off to the side and are only "next to" other floated elements"
- # [00:01] <deecee> sure. but to be clear, i think that is how they're supposed to behave
- # [00:02] <deecee> i just want to know why
- # [00:02] <deecee> Pomax: if they don't exist, why does the margin get applied here: http://learnlayout.com/float.html ?
- # [00:03] <deecee> i can try to recreate that in a bin
- # [00:03] <Pomax> that's the float's margin, not the element around it. Again, without code to link your word "this" to, not much to say
- # [00:03] <Pomax> other than pointing out the spec of course (https://www.w3.org/TR/CSS2/visuren.html#propdef-float)
- # [00:03] <deecee> Pomax: why does the float's margin matter but not the other?
- # [00:03] <Pomax> the float's margin define's the float's content box
- # [00:03] <Pomax> content has to float around that.
- # [00:05] <Pomax> *defines
- # [00:05] * Quits: iiddnn (~iacopodee@host194-201-dynamic.245-95-r.retail.telecomitalia.it) (Quit: iiddnn)
- # [00:06] <Pomax> on the other hand, margins on content that flows around a float only affect other flow content.
- # [00:07] <Pomax> the floated element controls the "what we flow around" region, and the content that flows around the float controls how things behave relative to each other as they flow.
- # [00:08] <deecee> i read that spec page but it didn't say that
- # [00:08] * Joins: yaymukund (~yaymukund@38.104.129.210)
- # [00:10] * Quits: krawchyk (~textual@static-108-45-111-234.washdc.fios.verizon.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:17] * Quits: filisko (~filisko@44.Red-88-26-173.staticIP.rima-tde.net) (Read error: Connection reset by peer)
- # [00:17] <Pomax> also remember that margin means different things for different display: types. block margins are full control, but inline margins only affects left/right spacing.
- # [00:17] <Pomax> so a margin-top on a span will, if you don't mark it display:inline-block or display:block, do nothing.
- # [00:17] <moo-_-> I suggest https://philipwalton.github.io/solved-by-flexbox/
- # [00:17] <moo-_-> trololo
- # [00:18] <Pomax> that's not a troll, so much as sound advice. flexbox is supported by everything (and has been for a while now), and is almost always a better solution (unless you're floating non-semantic images in text or something)
- # [00:19] <Pomax> http://flexboxfroggy.com/ is awesome at making you get flexbox
- # [00:21] <deecee> first, thanks for the answers. second, i learned about left/right margins for inline a few hours ago.
- # [00:21] <deecee> third, it sounds like a good idea for me to know how the basics work before i try flex
- # [00:21] <moo-_-> Pomax: wow
- # [00:21] <moo-_-> nice! :)
- # [00:27] <Pomax> it's super fun. Even if you know flexbox, some of the puzzles are nice challenges
- # [00:29] <deecee> sorry to say I'm still not satisfied with why the non-floated margin doesn't push off of the "what we flow around" region
- # [00:29] <Pomax> that's fine, but then please first make a jsbin or the like that demonstrates what you're looking at, so we can see the same thing and know we're talking about the same things
- # [00:30] * Quits: metame (~metame@c-50-142-121-135.hsd1.tn.comcast.net) (Ping timeout: 246 seconds)
- # [00:30] <deecee> sure: http://codepen.io/anon/pen/qbPXNZ?editors=110
- # [00:31] <Pomax> aiight. So divs 2 and 3 in fact have margin, it just has no meaning because it overlaps the float region. The positioning for 2 and 3 is "flow around div 1", and only once you get them more margin than div 1 is wide will you see them repositioned
- # [00:32] * Quits: Lauven (~Lauven@hotspot-82-117-220-140.dynamic.sbb.rs)
- # [00:32] <deecee> but why? the float defines a new start position for them, so why don't they push off of that to satisfy their margin?
- # [00:32] <Pomax> and because this isn't float + flow content, but float + block content, the block elements act as if the float is position:absolute
- # [00:32] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [00:33] <Pomax> no it doesn't, that's only if divs 2 and 3 are flow elements, but display:block (which divs are by default) means they don't flow.
- # [00:34] <deecee> i don't understand the relevance of that answer
- # [00:34] <deecee> the float determines where "the rest of it" will start
- # [00:34] <Pomax> if you want a float to behave you need to use it alongside content that can flow around a float.
- # [00:34] <Pomax> again, it does not.
- # [00:34] <Pomax> it ONLY does that if the other content is flowable (i.e. inline) content.
- # [00:35] <deecee> oh, that's true, i forgot i set the margin left
- # [00:35] <Pomax> divs are not flowable by default, they're block elements, and treat floats as if they're width:0 height:0 position:absolute elements
- # [00:35] <deecee> flow == inline?
- # [00:36] <Pomax> amongst others. inline, inline-block, table-cell, can't remember the full list
- # [00:37] <deecee> sure
- # [00:37] <deecee> inline and similar
- # [00:38] * Quits: theweirdn8 (~TheNathan@108-243-41-157.lightspeed.cicril.sbcglobal.net) (Quit: Leaving.)
- # [00:39] <deecee> Pomax: thanks again. I see what I didn't understand before - the difference between flow and nonflow where floats are concerned.
- # [00:40] <Pomax> nice
- # [00:41] * Quits: josdeha_rt (~josdehart@535299F3.cm-6-3c.dynamic.ziggo.nl) (Quit: josdeha_rt)
- # [00:48] * Joins: metame (~metame@c-50-142-121-135.hsd1.tn.comcast.net)
- # [00:48] * Joins: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl)
- # [00:49] * Quits: DLSteve (~DLSteve@170.167.18.110) (Quit: All rise, the honorable DLSteve has left the channel.)
- # [00:53] * Quits: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl) (Ping timeout: 245 seconds)
- # [00:54] * Quits: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4) (Quit: ZZZzzz…)
- # [00:57] <deecee> dumb question this time, where are the user agent stylesheet references?
- # [00:58] <deecee> I want to find out whether a given element (section, in this case) is block or inline by default but MDN doesn't seem to list that
- # [00:58] <deecee> i know the spec says everything is inline, so I thought the UAS would be the place to look
- # [00:59] * Joins: Andrew (1773a570@gateway/web/freenode/ip.23.115.165.112)
- # [01:00] <deecee> ah, it's on the Block list: https://developer.mozilla.org/en-US/docs/Web/HTML/Block-level_elements
- # [01:01] * Quits: mischat (~mischat@188.220.131.236) (Remote host closed the connection)
- # [01:02] * Joins: mischat (~mischat@bcdc83ec.skybroadband.com)
- # [01:02] * Joins: Gabri (~ahmedelga@2a02:a441:9f5:0:d904:90b8:825f:e414)
- # [01:03] * Joins: ome (uid36537@gateway/web/irccloud.com/x-eetrqjepabmldgos)
- # [01:03] * Quits: Andrew (1773a570@gateway/web/freenode/ip.23.115.165.112) (Ping timeout: 252 seconds)
- # [01:06] * Quits: mischat (~mischat@bcdc83ec.skybroadband.com) (Ping timeout: 246 seconds)
- # [01:11] * Joins: jetienne (~jetienne@37.228.248.69)
- # [01:12] * Joins: theweirdn8 (~TheNathan@131-193-237-49.east.wireless.uic.edu)
- # [01:17] * Quits: dmto (~dmto@c-76-102-209-89.hsd1.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [01:32] * Quits: Gabri (~ahmedelga@2a02:a441:9f5:0:d904:90b8:825f:e414) (Ping timeout: 260 seconds)
- # [01:36] <deecee> aw man
- # [01:36] <deecee> i thought i had it
- # [01:40] <deecee> http://codepen.io/anon/pen/bEorxO?editors=110
- # [01:41] <deecee> I thought any block element would slide under the floated element
- # [01:42] * Joins: josdeha_rt (~josdehart@535299F3.cm-6-3c.dynamic.ziggo.nl)
- # [01:43] <deecee> is there another rule for *text inside a block element*?
- # [01:45] <Pomax> only if you tell them to.
- # [01:45] <Pomax> two ways: make the thing that has to start at a new "line" have clear: both
- # [01:48] <deecee> Pomax: i'm not seeing how this is any different than the situation we talked about earlier
- # [01:48] <deecee> there's a float, and then a block element following it
- # [01:48] <Pomax> for one, you're doing weird things. Why is your <a> a float
- # [01:49] <deecee> why not? somebody told me it didn't matter whether I used an <a> or a <button> for that. were they wrong?
- # [01:49] <Pomax> this sounds different because it sounds like you want a div to start after the float's vertical box
- # [01:49] <Pomax> for that, the div needs to be told to "clear: [left|right|both]" which is the CSS instruction that tells the div to not treat floats as "they're not here" but as "they take up vertical space only, so start the block after that"
- # [01:50] <Pomax> if you want to be semantically sensible then yes there is a world of difference
- # [01:50] <deecee> no, I don't want it cleared
- # [01:50] <Pomax> you generally either float a container (not content) or you float blocks inside of content.
- # [01:50] <Pomax> so div:float(a) makes a lot of sense, a:float does not.
- # [01:51] <Pomax> sorry, I thought you meant you expected "I thought any block element would slide under the floated element"
- # [01:51] <deecee> in the example we had earlier, the two divs overlapped, because #1 was floated. #2 started on the left side of the page, and they overlapped.
- # [01:51] <Pomax> as earlier, a block element doesn't do that at all.
- # [01:51] <Pomax> unless you clear, block elements treat floated elements as "these things don't exist as far as my positioning is concerned"
- # [01:51] <Pomax> no matter what you set for height, width, etc, block elements ignore that _entirely_
- # [01:52] <deecee> that's what I understood from earlier, but that isn't what it's doing now!
- # [01:52] <deecee> i can be very specific here
- # [01:53] <deecee> earlier, I had a float:left div, which was a block element, followed by another div, also a block element, right?
- # [01:53] <deecee> and #2 slid under #1 because it treated #1 like it wasn't there
- # [01:54] <Pomax> right?
- # [01:54] <Pomax> because the first div is floated.
- # [01:54] <deecee> ...in this case, I have a float:left div, which is block, followed by another div, also block.
- # [01:54] <deecee> but it's not sliding under. why?
- # [01:54] <Pomax> once it's float, it is no longer "inline" or "block" itself. It is now floating content.
- # [01:55] <Pomax> because of your weird element use. <div> <a> <section> </div> comes with great browser-prespecified layout
- # [01:55] <Pomax> go with <section> <div floating>...</div> <div not floating>...</div></section> first
- # [01:56] <Pomax> so you're being semantically correct: a section of page, inside of which we have some floating and non-floating parts.
- # [01:56] <deecee> I only picked section because it's a block element
- # [01:56] <Pomax> don't do that. if you need generic block, use div
- # [01:56] <Pomax> if you need generic inline, use span
- # [01:56] <Pomax> also crap I need to get going, forgot to look at the time.
- # [01:56] <deecee> I tried section only *because* the div wasn't working either.
- # [01:56] <deecee> thanks again
- # [01:57] <deecee> hope someone else can figure this out
- # [02:02] * Guest4 is now known as Friss
- # [02:02] * Joins: mischat (~mischat@bcdc83ec.skybroadband.com)
- # [02:04] <deecee> in case anyone else can help, here's the updated one: http://codepen.io/anon/pen/bEorxO?editors=110
- # [02:06] * Joins: mepowers (mepowers@unaffiliated/mepowers)
- # [02:19] * Quits: mischat (~mischat@bcdc83ec.skybroadband.com) (Ping timeout: 265 seconds)
- # [02:20] * Quits: metame (~metame@c-50-142-121-135.hsd1.tn.comcast.net) (Ping timeout: 245 seconds)
- # [02:22] * Joins: Chordachi (Chordachi@79-67-6-22.dynamic.dsl.as9105.com)
- # [02:26] * Quits: yaymukund (~yaymukund@38.104.129.210) (Ping timeout: 255 seconds)
- # [02:27] * Quits: rj1__ (~rj1@S0106bcd1653071a4.gv.shawcable.net) (Quit: Leaving)
- # [02:27] * Parts: Chordachi (Chordachi@79-67-6-22.dynamic.dsl.as9105.com)
- # [02:28] * Joins: Chordachi (Chordachi@79-67-6-22.dynamic.dsl.as9105.com)
- # [02:28] * Joins: rj1 (~rj1@unaffiliated/rj1)
- # [02:30] * Quits: mellybean (~Adium@2620:106:e00f:f167::13) (Quit: Leaving.)
- # [02:40] * Quits: relipse2 (uid16131@gateway/web/irccloud.com/x-gaddiopvkzrzjjmn) (Quit: Connection closed for inactivity)
- # [02:49] * Joins: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl)
- # [02:51] * Joins: Sisco_ (Sisco@unaffiliated/sisco/x-4156292)
- # [02:53] * Quits: Sisco (Sisco@unaffiliated/sisco) (Ping timeout: 265 seconds)
- # [02:54] * Quits: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl) (Ping timeout: 245 seconds)
- # [03:06] * Quits: Xiti (~Xiti-@unaffiliated/xiti) (Read error: Connection reset by peer)
- # [03:07] * Joins: Xiti (~Xiti-@unaffiliated/xiti)
- # [03:07] * Joins: mikes000_ (~mikes000@198.20.49.130)
- # [03:08] * Joins: badon_ (~badon@pdpc/supporter/active/badon)
- # [03:08] * Quits: badon (~badon@pdpc/supporter/active/badon) (Disconnected by services)
- # [03:08] * badon_ is now known as badon
- # [03:10] * Quits: mikes000 (~mikes000@198.20.49.130) (Ping timeout: 250 seconds)
- # [03:15] * Joins: mischat (~mischat@bcdc83ec.skybroadband.com)
- # [03:17] * Parts: mepowers (mepowers@unaffiliated/mepowers)
- # [03:19] * Quits: mischat (~mischat@bcdc83ec.skybroadband.com) (Ping timeout: 245 seconds)
- # [03:19] * Quits: kfoonamalik (~kfoonamal@66.172.3.124) (Read error: Connection reset by peer)
- # [03:22] * Joins: yaymukund (~yaymukund@38.104.129.210)
- # [03:25] * Joins: mellybean (~Adium@76.102.140.23)
- # [03:25] * Quits: d42 (~root@89-78-214-50.dynamic.chello.pl) (Read error: Connection reset by peer)
- # [03:27] * Quits: yaymukund (~yaymukund@38.104.129.210) (Ping timeout: 276 seconds)
- # [03:28] * Quits: SpootDev (~spoot@host-90-3-107-208-static.midco.net) (Ping timeout: 255 seconds)
- # [03:35] * Joins: d42 (~root@89-78-214-50.dynamic.chello.pl)
- # [03:42] * Joins: SpootDev (~spoot@host-90-3-107-208-static.midco.net)
- # [04:11] * Joins: DreadKnight (~DreadKnig@unaffiliated/dreadknight)
- # [04:15] * Joins: mischat (~mischat@bcdc83ec.skybroadband.com)
- # [04:16] * Joins: cocao (~Thunderbi@187.113.162.111)
- # [04:17] * Quits: cocao (~Thunderbi@187.113.162.111) (Remote host closed the connection)
- # [04:21] * Quits: mischat (~mischat@bcdc83ec.skybroadband.com) (Ping timeout: 276 seconds)
- # [04:31] * Joins: yaymukund (~yaymukund@38.104.129.210)
- # [04:35] * Joins: tiglog (~tiglog@23.244.69.207)
- # [04:42] * Quits: toydestroyer (~toydestro@unaffiliated/toydestroyer) (Remote host closed the connection)
- # [04:42] * Quits: josdeha_rt (~josdehart@535299F3.cm-6-3c.dynamic.ziggo.nl) (Quit: josdeha_rt)
- # [04:42] * Joins: toydestroyer (~toydestro@unaffiliated/toydestroyer)
- # [04:47] * Quits: ome (uid36537@gateway/web/irccloud.com/x-eetrqjepabmldgos) (Quit: Connection closed for inactivity)
- # [04:48] * Quits: yaymukund (~yaymukund@38.104.129.210) (Ping timeout: 265 seconds)
- # [04:50] * Joins: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl)
- # [04:52] * Quits: tiglog (~tiglog@23.244.69.207) (Remote host closed the connection)
- # [04:52] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [04:52] * Quits: mellybean (~Adium@76.102.140.23) (Quit: Leaving.)
- # [04:54] * Quits: max_dev (~max_dev@201.22.186.247.dynamic.adsl.gvt.net.br) (Read error: Connection reset by peer)
- # [04:54] * Quits: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl) (Ping timeout: 240 seconds)
- # [05:05] * Quits: Pomax (Pomax@76-10-186-31.dsl.teksavvy.com) (Ping timeout: 240 seconds)
- # [05:05] * Joins: Pomax (Pomax@76-10-186-31.dsl.teksavvy.com)
- # [05:07] * Quits: SpootDev (~spoot@host-90-3-107-208-static.midco.net) (Ping timeout: 256 seconds)
- # [05:10] * Quits: dekiss1 (~dekiss@77.28.6.112)
- # [05:12] * Joins: SpootDev (~spoot@host-90-3-107-208-static.midco.net)
- # [05:16] * Joins: mischat (~mischat@bcdc83ec.skybroadband.com)
- # [05:18] * Joins: Techspectre (~Techspect@ool-45791818.dyn.optonline.net)
- # [05:21] * Quits: mischat (~mischat@bcdc83ec.skybroadband.com) (Ping timeout: 245 seconds)
- # [05:22] * Joins: mellybean (~Adium@76.102.140.23)
- # [05:22] * Joins: tiglog (~tiglog@23.244.69.207)
- # [05:26] * Quits: tiglog (~tiglog@23.244.69.207) (Ping timeout: 246 seconds)
- # [05:35] * Joins: gancl (~quassel@119.33.226.29)
- # [05:48] * Quits: mezod (~mezod@unaffiliated/mezod) (Remote host closed the connection)
- # [05:55] * Quits: jetienne (~jetienne@37.228.248.69) (Quit: jetienne)
- # [05:55] * Quits: Chordachi (Chordachi@79-67-6-22.dynamic.dsl.as9105.com) (Read error: Connection reset by peer)
- # [06:01] * Joins: ome (uid36537@gateway/web/irccloud.com/x-pbjernbgtgrkoeem)
- # [06:17] * Joins: mischat (~mischat@bcdc83ec.skybroadband.com)
- # [06:22] * Quits: mischat (~mischat@bcdc83ec.skybroadband.com) (Ping timeout: 264 seconds)
- # [06:23] * Joins: yaymukund (~yaymukund@38.104.129.210)
- # [06:28] * Quits: yaymukund (~yaymukund@38.104.129.210) (Ping timeout: 246 seconds)
- # [06:35] * Quits: Xiti (~Xiti-@unaffiliated/xiti) (Quit: Xiti)
- # [06:37] * Joins: Xiti (~Xiti-@unaffiliated/xiti)
- # [06:46] * Quits: kborchers (kborchers@gateway/shell/jquery.com/x-nyllsnqujtiyqpmx) (Remote host closed the connection)
- # [06:50] * Quits: Cabanossi (~Cabanossi@p5DD7B510.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
- # [06:51] * Joins: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl)
- # [06:52] * Joins: Cabanossi (~Cabanossi@p5DD7ACF4.dip0.t-ipconnect.de)
- # [06:55] * Quits: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl) (Ping timeout: 245 seconds)
- # [07:00] * Quits: mellybean (~Adium@76.102.140.23) (Quit: Leaving.)
- # [07:02] * Quits: opsec (~opsec@unaffiliated/opsec) (Quit: all your base are belong to us.)
- # [07:06] * Joins: opsec (~opsec@unaffiliated/opsec)
- # [07:17] * Joins: lexileo (~lexii@49.248.85.52)
- # [07:18] * Joins: mischat (~mischat@bcdc83ec.skybroadband.com)
- # [07:18] * Quits: deecee (440a48bc@gateway/web/freenode/ip.68.10.72.188) (Quit: Page closed)
- # [07:20] * Joins: yaymukund (~yaymukund@38.104.129.210)
- # [07:23] * Quits: mischat (~mischat@bcdc83ec.skybroadband.com) (Ping timeout: 245 seconds)
- # [07:25] * Quits: yaymukund (~yaymukund@38.104.129.210) (Ping timeout: 240 seconds)
- # [07:26] * Quits: Saint_Isidore (~Saint_Isi@71.92.82.99)
- # [07:38] * Joins: mellybean (~Adium@76.102.140.23)
- # [07:47] * Joins: Bennux (~Bennux@190.110.97.167)
- # [07:49] * Quits: Bennux (~Bennux@190.110.97.167) (Remote host closed the connection)
- # [08:00] * Quits: danemacmillan (~danemacmi@unaffiliated/danemacmillan) (Ping timeout: 245 seconds)
- # [08:08] * Joins: MutantMahesh (~msankhala@unaffiliated/msankhala)
- # [08:09] * Quits: mellybean (~Adium@76.102.140.23) (Quit: Leaving.)
- # [08:10] * Joins: mellybean (~Adium@76.102.140.23)
- # [08:13] * Joins: iiddnn (~iacopodee@host194-201-dynamic.245-95-r.retail.telecomitalia.it)
- # [08:14] * Quits: lexileo (~lexii@49.248.85.52)
- # [08:19] * Joins: mischat (~mischat@bcdc83ec.skybroadband.com)
- # [08:21] * Quits: Techspectre (~Techspect@ool-45791818.dyn.optonline.net) (Quit: Leaving)
- # [08:24] * Quits: mischat (~mischat@bcdc83ec.skybroadband.com) (Ping timeout: 245 seconds)
- # [08:27] * Joins: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [08:29] * Joins: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de)
- # [08:39] * Quits: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net) (Ping timeout: 255 seconds)
- # [08:46] * Joins: JohnT (~textual@ip-37-24-240-20.hsi14.unitymediagroup.de)
- # [08:47] * Joins: zefside (~xubuntu@c-76-127-113-55.hsd1.ca.comcast.net)
- # [08:52] * Joins: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl)
- # [08:57] * Quits: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl) (Ping timeout: 276 seconds)
- # [08:57] * Quits: ome (uid36537@gateway/web/irccloud.com/x-pbjernbgtgrkoeem) (Quit: Connection closed for inactivity)
- # [08:59] * Joins: dionysus69 (~Icedove@unaffiliated/dionysus69)
- # [09:07] * Joins: dekiss (~dekiss@77.28.4.224)
- # [09:09] <dekiss> if I have image that is hidden and then after some time using javascript if I set the src attribute of another image same as the src attribute of the hidden image, will the browser get the image locally from my pc cache or it will download the image?
- # [09:11] * Quits: mellybean (~Adium@76.102.140.23) (Quit: Leaving.)
- # Session Close: Sat Jan 16 09:14:36 2016
- #
- # Session Start: Sat Jan 16 09:14:36 2016
- # Session Ident: #html5
- # [09:14] * Disconnected
- # [10:00] * Attempting to rejoin channel #html5
- # [10:01] * Rejoined channel #html5
- # [10:01] * Topic is 'Ask any question about HTML5 & Friends || HTML5 Spec for Developers: http://developers.whatwg.org || Also: http://html5rocks.com http://diveintohtml5.info http://mzl.la/9giLwR || Channel logs: http://j.mp/cG7UDa'
- # [10:01] * Set by marienz!marienz@freenode/staff/marienz on Fri Oct 21 20:53:09
- # [10:03] * Joins: jkz (~INRI@ec2-54-176-63-74.us-west-1.compute.amazonaws.com)
- # [10:18] * Quits: JohnT (~textual@ip-37-24-240-20.hsi14.unitymediagroup.de) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [10:18] <zefside> ?
- # [10:22] * Joins: iiddnn (~iacopodee@host194-201-dynamic.245-95-r.retail.telecomitalia.it)
- # [10:37] * Quits: pakie (~pakie@81-64-6-201.rev.numericable.fr) (Ping timeout: 246 seconds)
- # [10:51] * Joins: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl)
- # [10:51] * Joins: oxhak (~OxHaK@unaffiliated/oxhak)
- # [10:53] * Joins: bannakaffalatta (~bannakaff@unaffiliated/hsaxon)
- # [10:55] * Quits: oxhak (~OxHaK@unaffiliated/oxhak) (Client Quit)
- # [10:57] * Joins: oxhak (~OxHaK@unaffiliated/oxhak)
- # [10:58] * Joins: josdeha_rt (~josdehart@535299F3.cm-6-3c.dynamic.ziggo.nl)
- # [11:08] * Quits: siel (~siel@unaffiliated/motley) (Ping timeout: 255 seconds)
- # [11:10] * Joins: siel (~siel@unaffiliated/motley)
- # [11:16] * Joins: marrenarre (~marre@user18.217-10-109.netatonce.net)
- # [11:20] * Joins: mischat (~mischat@bcdc83ec.skybroadband.com)
- # [11:49] * Joins: Gabri1 (~ahmedelga@162.216.46.84)
- # [11:52] * Quits: Gabri (~ahmedelga@ip4da074e6.direct-adsl.nl) (Ping timeout: 246 seconds)
- # [11:57] * Joins: pandaant (~batman@149.201.240.93)
- # [12:01] * Quits: mischat (~mischat@bcdc83ec.skybroadband.com) (Remote host closed the connection)
- # [12:05] * Joins: jetienne (~jetienne@37.228.248.69)
- # [12:17] * Joins: Azlux (~Azlux@unaffiliated/azlux)
- # [12:17] * Quits: DreadKnight (~DreadKnig@unaffiliated/dreadknight) (Quit: #AncientBeast - Master Your Beasts ( www.AncientBeast.com ))
- # [12:25] * Quits: tomog999_ (~tomog999@cpe-188-129-76-165.dynamic.amis.hr) (Ping timeout: 256 seconds)
- # [12:32] * Joins: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4)
- # [12:37] * Quits: Azlux (~Azlux@unaffiliated/azlux) (Ping timeout: 276 seconds)
- # [12:39] * Joins: Jayflux (~Jayflux@unaffiliated/jayflux)
- # [12:44] * Quits: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4) (Quit: ZZZzzz…)
- # [12:51] * Joins: tomog999_ (~tomog999@cpe-188-129-76-165.dynamic.amis.hr)
- # [12:55] * Joins: DJDan (~DJDan@115-64-177-188.static.tpgi.com.au)
- # [12:56] * Joins: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4)
- # [12:56] * Joins: Gabri2 (~ahmedelga@ip4da074e6.direct-adsl.nl)
- # [12:56] * Quits: Gabri1 (~ahmedelga@162.216.46.84) (Ping timeout: 250 seconds)
- # [12:58] * Joins: mezod (~mezod@unaffiliated/mezod)
- # [13:00] * Quits: oxhak (~OxHaK@unaffiliated/oxhak) (Ping timeout: 246 seconds)
- # [13:04] * Quits: mezod (~mezod@unaffiliated/mezod) (Remote host closed the connection)
- # [13:05] * Quits: jetienne (~jetienne@37.228.248.69) (Quit: jetienne)
- # [13:06] * Quits: Thyssen_ (~quassel@146.185.179.219) (Remote host closed the connection)
- # [13:14] * Joins: theweirdn8 (~TheNathan@108-243-41-157.lightspeed.cicril.sbcglobal.net)
- # [13:17] * Quits: ome (uid36537@gateway/web/irccloud.com/x-gbdnaorviiyhfazw) (Quit: Connection closed for inactivity)
- # [13:17] * Joins: Thyssen (~quassel@146.185.179.219)
- # [13:18] * Joins: jetienne (~jetienne@37.228.248.69)
- # [13:49] * Quits: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4) (Quit: ZZZzzz…)
- # [13:52] * Quits: MutantMahesh (~msankhala@unaffiliated/msankhala) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [13:55] * Joins: jottr (~jottr@unaffiliated/jottr)
- # [13:57] * Joins: MadCarburetor (~MadCarbur@27.106.3.121)
- # [13:59] * Joins: Thyssen_ (~quassel@146.185.179.219)
- # [14:00] * Quits: Thyssen (~quassel@146.185.179.219) (Ping timeout: 256 seconds)
- # [14:05] * Quits: Gabri2 (~ahmedelga@ip4da074e6.direct-adsl.nl) (Ping timeout: 250 seconds)
- # [14:07] * Quits: Gege (~gege2@2001:470:1f1b:ed::3) (Remote host closed the connection)
- # [14:07] * Joins: Gege (gege@2001:470:1f1b:ed::3)
- # [14:20] * Joins: rj1_ (~rj1@S0106bcd1653071a4.gv.shawcable.net)
- # [14:21] * Joins: ilmgb (~ilmgb@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de)
- # [14:23] * Quits: rj1 (~rj1@unaffiliated/rj1) (Ping timeout: 240 seconds)
- # [14:30] * Joins: JohnT (~textual@ip-37-24-240-20.hsi14.unitymediagroup.de)
- # [14:32] * Joins: yarnfive8 (~yarn58@unaffiliated/yarnfive8)
- # [14:33] * Joins: Gabri2 (~ahmedelga@ip4da074e6.direct-adsl.nl)
- # [14:34] * Joins: MutantMahesh (~msankhala@unaffiliated/msankhala)
- # [14:49] * Joins: bigfuxer (~bugfixer@unaffiliated/hoagie)
- # [14:52] * Quits: jottr (~jottr@unaffiliated/jottr) (Quit: WeeChat 1.4)
- # [14:53] * Quits: bugfixer (~bugfixer@unaffiliated/hoagie) (Ping timeout: 246 seconds)
- # [14:54] * Joins: Wildblue (guy@unaffiliated/wildblue)
- # [14:56] * Quits: Wildblue (guy@unaffiliated/wildblue) (Excess Flood)
- # [14:56] * Joins: Wildblue (guy@unaffiliated/wildblue)
- # [14:57] * Quits: Wildblue (guy@unaffiliated/wildblue) (Excess Flood)
- # [14:57] * Joins: Wildblue (guy@unaffiliated/wildblue)
- # [15:01] * Quits: nixeldev (~nixeldev@host109-148-226-108.range109-148.btcentralplus.com)
- # [15:06] * Quits: JohnT (~textual@ip-37-24-240-20.hsi14.unitymediagroup.de) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [15:19] * Parts: MadCarburetor (~MadCarbur@27.106.3.121)
- # [15:22] * Joins: jottr (~jottr@unaffiliated/jottr)
- # [15:27] * bigfuxer is now known as drfalken
- # [15:27] * drfalken is now known as bugfixer
- # [15:32] * Joins: imlinder (~imlinder@h-36-36.a204.priv.bahnhof.se)
- # [15:43] * Quits: theweirdn8 (~TheNathan@108-243-41-157.lightspeed.cicril.sbcglobal.net) (Quit: Leaving.)
- # [15:53] * Quits: jottr (~jottr@unaffiliated/jottr) (Quit: WeeChat 1.4)
- # [16:02] * Joins: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [16:03] * Joins: metame (~metame@c-50-142-121-135.hsd1.tn.comcast.net)
- # [16:03] * Quits: Gabri2 (~ahmedelga@ip4da074e6.direct-adsl.nl) (Ping timeout: 260 seconds)
- # [16:03] * Joins: cocao (~Thunderbi@187.113.162.111)
- # [16:04] * Quits: cocao (~Thunderbi@187.113.162.111) (Client Quit)
- # [16:07] * Joins: TieSoul (~TieSoul@86.89.119.147)
- # [16:11] * Joins: DLSteve (~DLSteve@50.251.202.251)
- # [16:29] * Joins: oxhak (~OxHaK@unaffiliated/oxhak)
- # [16:36] * Quits: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net) (Ping timeout: 276 seconds)
- # [16:48] * Quits: jetienne (~jetienne@37.228.248.69) (Quit: jetienne)
- # [16:52] * Joins: underpantz (~underpant@5-13-173-198.residential.rdsnet.ro)
- # [16:57] * Quits: MutantMahesh (~msankhala@unaffiliated/msankhala) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [16:58] * Joins: rohanson (~rohanson@45.119.224.119)
- # [16:59] * Joins: JohnT (~textual@ip-37-24-240-20.hsi14.unitymediagroup.de)
- # [16:59] * Joins: MutantMahesh (~msankhala@unaffiliated/msankhala)
- # [17:15] * Joins: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4)
- # [17:21] * Joins: tomog999 (~tomog999@cpe-188-129-121-99.dynamic.amis.hr)
- # [17:24] * Quits: tomog999_ (~tomog999@cpe-188-129-76-165.dynamic.amis.hr) (Ping timeout: 240 seconds)
- # [17:28] * Quits: Dslegends (~Dslegends@blk-215-99-131.eastlink.ca) (Ping timeout: 276 seconds)
- # [17:28] * Joins: Dslegend_ (~Dslegends@blk-215-99-131.eastlink.ca)
- # [17:30] * Joins: Dslegends (~Dslegends@blk-215-99-131.eastlink.ca)
- # [17:31] * Quits: Dslegends (~Dslegends@blk-215-99-131.eastlink.ca) (Client Quit)
- # [17:34] * Quits: Dslegend_ (~Dslegends@blk-215-99-131.eastlink.ca) (Ping timeout: 272 seconds)
- # [17:34] * Quits: gancl (~quassel@119.33.226.29) (Ping timeout: 256 seconds)
- # [17:35] * Quits: JohnT (~textual@ip-37-24-240-20.hsi14.unitymediagroup.de) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [17:48] * Joins: bollen (~bollen@c83-250-75-31.bredband.comhem.se)
- # [17:49] * Joins: DreadKnight (~DreadKnig@unaffiliated/dreadknight)
- # [17:54] * Joins: wast (~wasteful@187-104.dsl.iskon.hr)
- # [17:59] * Joins: Gabri (~ahmedelga@ip4da074e6.direct-adsl.nl)
- # [18:02] * Quits: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4) (Quit: ZZZzzz…)
- # [18:16] * Quits: Gabri (~ahmedelga@ip4da074e6.direct-adsl.nl) (Ping timeout: 260 seconds)
- # [18:30] * Joins: jsoh (~jsoh@stjhnf0157w-142166159083.dhcp-dynamic.FibreOP.nl.bellaliant.net)
- # [18:34] * Parts: metame (~metame@c-50-142-121-135.hsd1.tn.comcast.net) ("WeeChat 1.3")
- # [18:41] * Joins: lexileo (~lexii@123.252.213.235)
- # [18:41] * Quits: pandaant (~batman@149.201.240.93) (Remote host closed the connection)
- # [18:45] * Joins: JohnT (~textual@ip-37-24-240-20.hsi14.unitymediagroup.de)
- # [18:48] * Joins: dekiss1 (~dekiss@77.28.31.96)
- # [18:48] * Joins: despoil (~chet@32.211.175.225)
- # [18:48] * Quits: dekiss (~dekiss@77.28.4.224) (Ping timeout: 260 seconds)
- # [18:48] * Joins: Gabri (~ahmedelga@2a02:a441:9f5:0:5582:3bbe:9da8:aad8)
- # [18:51] * Quits: Pomax (Pomax@76-10-186-31.dsl.teksavvy.com) (Ping timeout: 250 seconds)
- # [18:51] * Joins: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de)
- # [18:56] * Joins: Pomax (Pomax@76-10-186-31.dsl.teksavvy.com)
- # [18:58] * Joins: elephhy (~scoutlink@185.22.35.37)
- # [18:59] * Quits: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl) (Remote host closed the connection)
- # [19:00] * Quits: MutantMahesh (~msankhala@unaffiliated/msankhala) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [19:01] * Quits: Wildblue (guy@unaffiliated/wildblue) (Read error: Connection reset by peer)
- # [19:01] * Joins: Wildblue` (~guy@unaffiliated/wildblue)
- # [19:05] * Joins: Gabri1 (~ahmedelga@162.216.46.130)
- # [19:06] * Quits: ilmgb (~ilmgb@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de) (Remote host closed the connection)
- # [19:07] * Joins: ilmgb (~ilmgb@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de)
- # [19:07] * Quits: Gabri (~ahmedelga@2a02:a441:9f5:0:5582:3bbe:9da8:aad8) (Ping timeout: 264 seconds)
- # [19:09] * Joins: mischat (~mischat@bcdc83ec.skybroadband.com)
- # [19:09] * Quits: bannakaffalatta (~bannakaff@unaffiliated/hsaxon) (Quit: Textual IRC Client: www.textualapp.com)
- # [19:11] * Joins: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl)
- # [19:11] * Quits: ilmgb (~ilmgb@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de) (Ping timeout: 272 seconds)
- # [19:19] * Joins: dionysus69 (~Icedove@unaffiliated/dionysus69)
- # [19:27] * Quits: Wildblue` (~guy@unaffiliated/wildblue) (Read error: Connection reset by peer)
- # [19:28] * Joins: Wildblue` (guy@unaffiliated/wildblue)
- # [19:31] * Quits: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de)
- # [19:32] * Joins: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de)
- # [19:33] * Quits: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de) (Client Quit)
- # [19:34] * Joins: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de)
- # [19:36] * Joins: denysonique (uid35166@gateway/web/irccloud.com/x-foxffbtpkzwolpgs)
- # [19:38] * Quits: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de) (Client Quit)
- # [19:42] * Quits: jsoh (~jsoh@stjhnf0157w-142166159083.dhcp-dynamic.FibreOP.nl.bellaliant.net) (Read error: Connection reset by peer)
- # [19:43] * Joins: bannakaffalatta (~bannakaff@unaffiliated/hsaxon)
- # [19:44] * Joins: theweirdn8 (~TheNathan@46dhcp70.ece.uic.edu)
- # [19:49] * Joins: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de)
- # [19:58] * Joins: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4)
- # [20:02] * Quits: DLSteve (~DLSteve@50.251.202.251) (Quit: All rise, the honorable DLSteve has left the channel.)
- # [20:06] * Quits: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
- # [20:07] * Joins: Marble68 (~Marble68@68-113-213-86.static.ftwo.tx.charter.com)
- # [20:07] * Joins: jozanna (~jozanna@5ED062E5.cm-7-1b.dynamic.ziggo.nl)
- # [20:07] * Quits: Marble68 (~Marble68@68-113-213-86.static.ftwo.tx.charter.com) (Client Quit)
- # [20:07] * Joins: ilmgb (~ilmgb@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de)
- # [20:07] * Quits: ilmgb (~ilmgb@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de) (Remote host closed the connection)
- # [20:08] * Joins: ilmgb (~ilmgb@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de)
- # [20:15] * Joins: saleh (~saleh@188.52.225.83)
- # [20:15] <saleh> hello ppl
- # [20:16] * Quits: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4) (Quit: ZZZzzz…)
- # [20:21] * Joins: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4)
- # [20:22] * Quits: Sisco_ (Sisco@unaffiliated/sisco/x-4156292) (Remote host closed the connection)
- # [20:23] * Joins: Sisco (Sisco@unaffiliated/sisco)
- # [20:23] * Joins: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de)
- # [20:30] * Quits: dionysus69 (~Icedove@unaffiliated/dionysus69) (Remote host closed the connection)
- # [20:30] * Quits: JohnT (~textual@ip-37-24-240-20.hsi14.unitymediagroup.de) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:30] * Joins: dionysus69 (~Icedove@unaffiliated/dionysus69)
- # [20:32] * Joins: Sisco_ (Sisco@unaffiliated/sisco/x-4156292)
- # [20:32] * Quits: Sisco (Sisco@unaffiliated/sisco) (Ping timeout: 265 seconds)
- # [20:36] * Joins: dan2k3k5 (~dan2k3k4@unaffiliated/dan2k3k4)
- # [20:40] * Quits: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4) (Ping timeout: 264 seconds)
- # [20:41] * Quits: elephhy (~scoutlink@185.22.35.37) (Read error: Connection reset by peer)
- # [20:42] * Quits: dan2k3k5 (~dan2k3k4@unaffiliated/dan2k3k4) (Quit: ZZZzzz…)
- # [20:45] * Joins: JohnT (~textual@ip-37-24-240-20.hsi14.unitymediagroup.de)
- # [20:46] * Quits: saleh (~saleh@188.52.225.83)
- # [20:49] * Quits: jozanna (~jozanna@5ED062E5.cm-7-1b.dynamic.ziggo.nl) (Quit: Leaving)
- # [20:53] * Quits: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
- # [20:58] * Joins: mellybean (~Adium@76.102.140.23)
- # [20:59] * Quits: Sisco_ (Sisco@unaffiliated/sisco/x-4156292) (Remote host closed the connection)
- # [21:00] * Joins: Sisco (Sisco@unaffiliated/sisco)
- # [21:02] * Quits: JohnT (~textual@ip-37-24-240-20.hsi14.unitymediagroup.de) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [21:08] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [21:14] <zefside> hllo
- # [21:14] * Joins: MutantMahesh (~msankhala@unaffiliated/msankhala)
- # [21:15] * Quits: DreadKnight (~DreadKnig@unaffiliated/dreadknight) (Quit: #AncientBeast - Master Your Beasts ( www.AncientBeast.com ))
- # [21:22] * Quits: ilmgb (~ilmgb@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de) (Ping timeout: 264 seconds)
- # [21:23] * Joins: yaymukund (~yaymukund@38.104.129.210)
- # [21:28] * Quits: yaymukund (~yaymukund@38.104.129.210) (Ping timeout: 246 seconds)
- # [21:29] * Joins: jetienne (~jetienne@37.228.248.69)
- # [21:34] * Quits: TieSoul (~TieSoul@86.89.119.147) (Remote host closed the connection)
- # [21:35] * Quits: Sisco (Sisco@unaffiliated/sisco) (Remote host closed the connection)
- # [21:36] * Joins: Sisco (Sisco@unaffiliated/sisco)
- # [21:44] * Quits: rohanson (~rohanson@45.119.224.119) (Quit: Leaving)
- # [21:44] * Quits: Talltree (~Talltree@talltree.xyz) (Quit: Bye)
- # [21:45] * Joins: patson (~mirc@dyn68-133.yok.fi)
- # [21:45] * Joins: rohanson (~rohanson@45.119.224.119)
- # [21:45] * Joins: Validatorian (~Valid@unaffiliated/phazm)
- # [21:45] * Quits: rohanson (~rohanson@45.119.224.119) (Remote host closed the connection)
- # [21:45] * Joins: Valid (~Valid@unaffiliated/phazm)
- # [21:46] * Quits: Valid (~Valid@unaffiliated/phazm) (Client Quit)
- # [21:47] * Quits: holodoc (~holodoc@unaffiliated/holodoc) (Ping timeout: 240 seconds)
- # [21:48] * Joins: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de)
- # [21:50] * Joins: holodoc (~holodoc@unaffiliated/holodoc)
- # [21:51] * Joins: Talltree (~Talltree@talltree.xyz)
- # [21:52] * Joins: Azlux (~Azlux@unaffiliated/azlux)
- # [21:52] * Joins: gancl (~quassel@119.33.226.29)
- # [21:57] * Quits: gancl (~quassel@119.33.226.29) (Ping timeout: 276 seconds)
- # [22:04] * Quits: Meow-J (uid69628@gateway/web/irccloud.com/x-pcgekwnoiakidone) (Quit: Connection closed for inactivity)
- # [22:10] * Quits: mischat (~mischat@bcdc83ec.skybroadband.com) (Read error: No route to host)
- # [22:11] * Joins: mischat (~mischat@bcdc83ec.skybroadband.com)
- # [22:15] * Joins: toshimik (~toshimik@69.172.155.33)
- # [22:15] * Parts: toshimik (~toshimik@69.172.155.33)
- # [22:17] * Quits: AtnevRed (~atnevred@82-168-162-118.ip.telfort.nl) (Remote host closed the connection)
- # [22:18] * Quits: MutantMahesh (~msankhala@unaffiliated/msankhala) (Ping timeout: 255 seconds)
- # [22:21] * Quits: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
- # [22:26] * Joins: JohnT (~textual@ip-37-24-240-20.hsi14.unitymediagroup.de)
- # [22:29] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: .)
- # [22:29] * Quits: jetienne (~jetienne@37.228.248.69) (Quit: jetienne)
- # [22:30] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
- # [22:31] * Joins: jetienne (~jetienne@37.228.248.69)
- # [22:31] * Joins: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4)
- # [22:35] * Joins: TheZeroNine (~TheZeroNi@p4FE123F3.dip0.t-ipconnect.de)
- # [22:43] * Joins: mischat_ (~mischat@bcdc83ec.skybroadband.com)
- # [22:43] * Joins: Saint_Isidore (~Saint_Isi@71.92.82.99)
- # [22:44] * Quits: mischat (~mischat@bcdc83ec.skybroadband.com) (Ping timeout: 245 seconds)
- # [22:47] * Joins: odulzaides_ (~chatzilla@cpe-104-32-22-100.socal.res.rr.com)
- # [23:01] * Quits: iiddnn (~iacopodee@host194-201-dynamic.245-95-r.retail.telecomitalia.it) (Quit: iiddnn)
- # [23:11] * Joins: deecee (440a48bc@gateway/web/freenode/ip.68.10.72.188)
- # [23:15] * Quits: mellybean (~Adium@76.102.140.23) (Quit: Leaving.)
- # [23:26] * Joins: gancl (~quassel@119.33.226.29)
- # [23:26] * Joins: ilmgb (~ilmgb@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de)
- # [23:27] * Quits: oxhak (~OxHaK@unaffiliated/oxhak) (Ping timeout: 240 seconds)
- # [23:30] * Quits: Xiti (~Xiti-@unaffiliated/xiti) (Quit: Xiti)
- # [23:30] * Joins: Embraden (~Embraden@118-92-231-141.dsl.dyn.ihug.co.nz)
- # [23:30] * Quits: Embraden (~Embraden@118-92-231-141.dsl.dyn.ihug.co.nz) (Changing host)
- # [23:30] * Joins: Embraden (~Embraden@unaffiliated/embraden)
- # [23:30] * Quits: jetienne (~jetienne@37.228.248.69) (Quit: jetienne)
- # [23:34] * Quits: ilmgb (~ilmgb@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de) (Ping timeout: 264 seconds)
- # [23:37] * Joins: Xiti (~Xiti-@unaffiliated/xiti)
- # [23:43] * Quits: josdeha_rt (~josdehart@535299F3.cm-6-3c.dynamic.ziggo.nl) (Quit: josdeha_rt)
- # [23:47] * Joins: Techspectre (~Techspect@ool-45791818.dyn.optonline.net)
- # [23:49] * Quits: Tronsha (~PHP5445-0@dslb-088-078-215-162.088.078.pools.vodafone-ip.de) (Ping timeout: 276 seconds)
- # [23:54] * Joins: Tronsha (~PHP5445-0@88.72.126.106)
- # [23:57] * Quits: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4) (Read error: Connection reset by peer)
- # [23:57] * Joins: dan2k3k4 (~dan2k3k4@unaffiliated/dan2k3k4)
- # [23:58] * Joins: Cyph3r (~Cyph3r@m.eternal-wow.com)
- # Session Close: Sun Jan 17 00:00:00 2016
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn