Options:
- # Session Start: Sat Aug 16 00:00:00 2014
- # Session Ident: #whatwg
- # [00:02] * Quits: newtron_ (~newtron@184.175.4.74) (Ping timeout: 240 seconds)
- # [00:03] <TabAtkins> Hixie_: Hm, no, still a problem. HTML imports import into the outermost doc, but that doesn't mean anything for their IDs, which are still scoped to their immediate containing doc.
- # [00:04] <TabAtkins> You can have a list of subimports that all contain a script module with the same id.
- # [00:04] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [00:06] <Hixie_> yeah but they'd have different filenames
- # [00:07] <TabAtkins> I mean that foo.html is an import, which contains three more imports with ids #a, #b, and #c, each of which contains a script module with id #d.
- # [00:07] <TabAtkins> `import foo.html#a` will return the first nested import, but how do you get at the module? Can't use `import foo.html#d`, since there are three of them with that id in the graph.
- # [00:11] <Hixie_> the IDs of the subimports are irrelevant
- # [00:12] <Hixie_> it's their URLs that matter
- # [00:12] <Hixie_> if #a is bar.html, then you do bar.html#d
- # [00:12] <Hixie_> (the question, which i just mailed to es-d, is what happens if you do this before bar.html has been imported)
- # [00:14] * Quits: guybedford (~guybedfor@cpe-107-184-128-210.socal.res.rr.com) (Ping timeout: 245 seconds)
- # [00:15] * Joins: jacobolu_ (~jacobolus@116.sub-70-209-198.myvzw.com)
- # [00:18] * Quits: jacobolus (~jacobolus@2600:1012:b11a:6b9c:a47b:6d1:87d2:330b) (Ping timeout: 240 seconds)
- # [00:18] * Joins: bnicholson (~bnicholso@2620:101:80fb:224:7e7a:91ff:fe25:a5c6)
- # [00:28] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [00:28] * Joins: guybedford (~guybedfor@cpe-107-184-128-210.socal.res.rr.com)
- # [00:28] * Joins: jernoble (~jernoble@162.217.73.171)
- # [00:32] * Quits: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [00:42] * Joins: espadrine` (~ttyl@AMontsouris-158-1-95-181.w90-2.abo.wanadoo.fr)
- # [00:43] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [00:44] <zewt_> ffff javascript in non-browsers
- # [00:45] * zewt_ is now known as zewt
- # [00:45] <zewt> aftereffects javascript missing such esoteric things as Array.indexOf
- # [00:46] * Joins: danjesus (~danjesus@201-0-32-50.dsl.telesp.net.br)
- # [00:46] * Quits: espadrine_ (~ttyl@AMontsouris-158-1-93-184.w90-2.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [00:46] * Joins: jacobolus (~jacobolus@1.sub-70-209-195.myvzw.com)
- # [00:47] * Quits: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [00:47] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 255 seconds)
- # [00:48] <zewt> https://gist.github.com/atk/1034425 is this guy making fun of me for having to polyfill indexOf by obfuscating his code; this is idiotic
- # [00:48] * Quits: jacobolu_ (~jacobolus@116.sub-70-209-198.myvzw.com) (Ping timeout: 264 seconds)
- # [00:53] * Joins: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [00:56] <zewt> jesus christ: the slightly less obfuscated one is totally broken, only the fully-badly-obfuscated one below it works
- # [00:59] * Joins: jacobolu_ (~jacobolus@126.sub-70-209-205.myvzw.com)
- # [01:00] <Hixie_> how hard can indexOf possibly be to shim
- # [01:01] * Quits: jacobolus (~jacobolus@1.sub-70-209-195.myvzw.com) (Ping timeout: 244 seconds)
- # [01:01] * jacobolu_ is now known as jacobolus
- # [01:05] <zewt> i figured it would be faster to google and copy and paste, but clearly i was wrong
- # [01:05] <zewt> ended up just doing it myself
- # [01:06] <zewt> it's bizarre that this environment has [].join, but not [].indexOf
- # [01:07] * Joins: weinig_ (~weinig@17.202.50.223)
- # [01:08] <caitp> yeah and where is String.prototype.tok, right?
- # [01:08] <caitp> ...nobody wants strtok? ._.
- # [01:09] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: This computer has gone to sleep)
- # [01:12] * Joins: GPHemsley (~GPHemsley@static-71-185-70-31.phlapa.fios.verizon.net)
- # [01:12] * Quits: GPHemsley (~GPHemsley@static-71-185-70-31.phlapa.fios.verizon.net) (Changing host)
- # [01:12] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [01:13] * Joins: newtron_ (~newtron@184.175.4.74)
- # [01:16] * Joins: GPH-Laptop (~GPHemsley@static-71-185-70-31.phlapa.fios.verizon.net)
- # [01:16] * Quits: GPH-Laptop (~GPHemsley@static-71-185-70-31.phlapa.fios.verizon.net) (Changing host)
- # [01:16] * Joins: GPH-Laptop (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [01:17] * Quits: newtron_ (~newtron@184.175.4.74) (Ping timeout: 240 seconds)
- # [01:17] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 250 seconds)
- # [01:18] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [01:20] * Quits: GPH-Laptop (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 264 seconds)
- # [01:22] * Joins: GPH-Laptop (~GPHemsley@static-71-185-70-31.phlapa.fios.verizon.net)
- # [01:22] * Quits: GPH-Laptop (~GPHemsley@static-71-185-70-31.phlapa.fios.verizon.net) (Changing host)
- # [01:22] * Joins: GPH-Laptop (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [01:22] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 240 seconds)
- # [01:26] * Quits: GPH-Laptop (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 240 seconds)
- # [01:28] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [01:33] * Joins: seventh (seventh@31.6.12.6)
- # [01:34] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [01:43] * Joins: tantek-ipod (~tantek@172.56.38.74)
- # [01:45] * Quits: tantek-ipod (~tantek@172.56.38.74) (Client Quit)
- # [01:46] * Joins: willchan (willchan@nat/google/x-bghbdphbictflyeo)
- # [01:47] * Quits: roven (~roven@78-20-24-80.access.telenet.be)
- # [01:48] * Joins: tantek-ipod (~tantek@172.56.38.74)
- # [01:50] * Quits: tantek-ipod (~tantek@172.56.38.74) (Client Quit)
- # [01:52] * Joins: tantek-ipod (~tantek@172.56.38.74)
- # [01:53] * Joins: tantek_ (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [01:53] * Quits: tantek-ipod (~tantek@172.56.38.74) (Client Quit)
- # [01:53] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Ping timeout: 244 seconds)
- # [01:53] * tantek_ is now known as tantek
- # [02:02] * Joins: gsnedders (~gsnedders@5.2.16.23)
- # [02:07] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [02:07] * Quits: ap (~ap@17.202.44.214)
- # [02:16] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # app closed)
- # [02:17] * Quits: jsbell (jsbell@nat/google/x-qxbhgokhhbvlqqzu) (Quit: There's no place like home...)
- # [02:19] * Quits: richt (~richt@192.121.59.29) (Ping timeout: 245 seconds)
- # [02:21] * Joins: jdaggett (~jdaggett@ae031063.dynamic.ppp.asahi-net.or.jp)
- # [02:25] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [02:26] * Joins: richt (~richt@192.121.59.29)
- # [02:26] * Quits: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com) (Quit: Leaving.)
- # [02:26] * Quits: othermaciej (~mjs@17.114.218.77) (Quit: othermaciej)
- # [02:27] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 264 seconds)
- # [02:32] * Quits: dbaron (~dbaron@2620:101:80fb:232:d9d:b6e9:d580:144b) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:35] * Quits: danjesus (~danjesus@201-0-32-50.dsl.telesp.net.br) (Remote host closed the connection)
- # [02:35] * Quits: jdaggett (~jdaggett@ae031063.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [02:36] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [02:37] * Joins: danjesus (~danjesus@201-0-32-50.dsl.telesp.net.br)
- # [02:37] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [02:39] * Joins: danjesus_ (~danjesus@201-0-32-50.dsl.telesp.net.br)
- # [02:39] * Quits: danjesus (~danjesus@201-0-32-50.dsl.telesp.net.br) (Read error: Connection reset by peer)
- # [02:42] * Joins: espadrine_ (~ttyl@AMontsouris-158-1-18-14.w92-128.abo.wanadoo.fr)
- # [02:42] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:43] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [02:45] * Quits: espadrine` (~ttyl@AMontsouris-158-1-95-181.w90-2.abo.wanadoo.fr) (Ping timeout: 272 seconds)
- # [02:47] * Joins: jacobolu_ (~jacobolus@37.sub-70-209-202.myvzw.com)
- # [02:47] * Quits: jacobolus (~jacobolus@126.sub-70-209-205.myvzw.com) (Ping timeout: 245 seconds)
- # [02:49] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 272 seconds)
- # [02:49] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [02:50] * Joins: jacobolus (~jacobolus@2600:1012:b11f:eb43:6128:3acb:8ca5:d52)
- # [02:51] * Quits: jacobolu_ (~jacobolus@37.sub-70-209-202.myvzw.com) (Ping timeout: 245 seconds)
- # [02:52] * Joins: jacobolu_ (~jacobolus@2600:1012:b105:4080:ecbd:4b39:646e:6f2a)
- # [02:55] * Quits: jacobolus (~jacobolus@2600:1012:b11f:eb43:6128:3acb:8ca5:d52) (Ping timeout: 260 seconds)
- # [02:56] * Quits: jacobolu_ (~jacobolus@2600:1012:b105:4080:ecbd:4b39:646e:6f2a) (Ping timeout: 240 seconds)
- # [02:56] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [02:57] * Joins: jacobolus (~jacobolus@96.sub-70-209-196.myvzw.com)
- # [02:58] * Quits: weinig_ (~weinig@17.202.50.223) (Quit: weinig_)
- # [02:58] * Quits: weinig (~weinig@17.202.50.84) (Quit: weinig)
- # [03:01] * Joins: jacobolu_ (~jacobolus@116.sub-70-209-198.myvzw.com)
- # [03:03] * Quits: jacobolus (~jacobolus@96.sub-70-209-196.myvzw.com) (Ping timeout: 260 seconds)
- # [03:03] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: shepazu)
- # [03:03] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [03:07] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [03:07] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [03:09] * Joins: danjesus (~danjesus@187.56.141.104)
- # [03:12] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:12] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 255 seconds)
- # [03:12] * Quits: danjesus_ (~danjesus@201-0-32-50.dsl.telesp.net.br) (Ping timeout: 264 seconds)
- # [03:12] * Quits: bnicholson (~bnicholso@2620:101:80fb:224:7e7a:91ff:fe25:a5c6) (Ping timeout: 240 seconds)
- # [03:13] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [03:19] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: This computer has gone to sleep)
- # [03:19] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Remote host closed the connection)
- # [03:24] * Quits: Garbee (uid21171@gateway/web/irccloud.com/x-pppzijdzxvrphrxn) (Quit: Connection closed for inactivity)
- # [03:33] * Quits: jernoble (~jernoble@162.217.73.171) (Quit: Computer has gone to sleep.)
- # [03:34] * Quits: danjesus (~danjesus@187.56.141.104)
- # [03:36] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [03:40] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 250 seconds)
- # [03:43] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [03:44] * Joins: GPHemsley (~GPHemsley@static-71-185-70-31.phlapa.fios.verizon.net)
- # [03:44] * Quits: GPHemsley (~GPHemsley@static-71-185-70-31.phlapa.fios.verizon.net) (Changing host)
- # [03:44] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [03:45] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Client Quit)
- # [03:54] * Joins: ambv (~ambv@206.108.217.134)
- # [04:06] * Quits: espadrine_ (~ttyl@AMontsouris-158-1-18-14.w92-128.abo.wanadoo.fr) (Ping timeout: 272 seconds)
- # [04:19] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [04:22] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [04:25] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 260 seconds)
- # [04:50] * Quits: rhiaro (~quassel@amy.so) (*.net *.split)
- # [04:50] * Quits: wakaba (~wakaba@89.139.210.220.dy.bbexcite.jp) (*.net *.split)
- # [04:50] * Quits: annevk (~annevk@46-127-136-57.dynamic.hispeed.ch) (*.net *.split)
- # [04:50] * Quits: hsivonen (~hsivonen@bugzilla.validator.nu) (*.net *.split)
- # [04:50] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [04:50] * Quits: Manishearth (manisheart@wikipedia/Manishearth) (*.net *.split)
- # [04:50] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
- # [04:50] * Quits: ambv (~ambv@206.108.217.134) (*.net *.split)
- # [04:50] * Quits: guybedford (~guybedfor@cpe-107-184-128-210.socal.res.rr.com) (*.net *.split)
- # [04:50] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [04:50] * Quits: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (*.net *.split)
- # [04:50] * Quits: sarri (~sari@p50995cae.dip0.t-ipconnect.de) (*.net *.split)
- # [04:50] * Quits: yhirano (yhirano@nat/google/x-xlcrwjkkfnksfazi) (*.net *.split)
- # [04:50] * Quits: jeremyj (~jeremyj@17.202.49.56) (*.net *.split)
- # [04:50] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [04:50] * Quits: jacobolu_ (~jacobolus@116.sub-70-209-198.myvzw.com) (*.net *.split)
- # [04:50] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
- # [04:50] * Quits: kangil (~kangil@210.94.41.89) (*.net *.split)
- # [04:50] * Quits: jamorton1 (~jamorton@198.199.70.146) (*.net *.split)
- # [04:50] * Quits: reggna_ (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [04:50] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
- # [04:50] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (*.net *.split)
- # [04:50] * Quits: willchan (willchan@nat/google/x-bghbdphbictflyeo) (*.net *.split)
- # [04:50] * Quits: ondras (~ondras@zarovi.cz) (*.net *.split)
- # [04:50] * Quits: gavin__ (~gavin@76.14.87.162) (*.net *.split)
- # [04:50] * Quits: dglazkov_ (sid4270@gateway/web/irccloud.com/x-fwgirmcrybhqlero) (*.net *.split)
- # [04:50] * Quits: heqs (~heqs@certainly.not.hacked.jp) (*.net *.split)
- # [04:50] * Quits: mvujovic_ (sid13458@gateway/web/irccloud.com/x-isbmfjsakjzibckh) (*.net *.split)
- # [04:50] * Quits: beowulf (~sstewart@host86-168-39-181.range86-168.btcentralplus.com) (*.net *.split)
- # [04:50] * Quits: phuu (sid7721@gateway/web/irccloud.com/x-xhbpvwckubvquoky) (*.net *.split)
- # [04:50] * Quits: tyoshino______ (sid19222@gateway/web/irccloud.com/x-dvstvxeqgiiguuyt) (*.net *.split)
- # [04:50] * Quits: slightlyoff (sid1768@gateway/web/irccloud.com/x-dwkyrqjyboernyaz) (*.net *.split)
- # [04:50] * Quits: rwaldron (rwaldron@gateway/shell/jquery.com/x-dgejxcjycyuvzbkw) (*.net *.split)
- # [04:50] * Quits: Philip` (~philip@compass.zaynar.co.uk) (*.net *.split)
- # [04:50] * Quits: jahman (~woops@129.175.204.73) (*.net *.split)
- # [04:50] * Quits: paolo (~paolo@unaffiliated/paolo) (*.net *.split)
- # [04:50] * Quits: Workshiva (~Dashiva@74.125.121.65) (*.net *.split)
- # [04:50] * Quits: danielfilho (~danielfil@208.68.39.233) (*.net *.split)
- # [04:50] * Quits: plutoniix (~plutoniix@node-zys.pool-180-180.dynamic.totbb.net) (*.net *.split)
- # [04:50] * Quits: eric_carlson (~eric@17.202.43.125) (*.net *.split)
- # [04:50] * Quits: howitdo (~howitdo@unaffiliated/howitdo) (*.net *.split)
- # [04:50] * Quits: Johnny- (~null@unaffiliated/johnny-) (*.net *.split)
- # [04:50] * Quits: odinho (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [04:50] * Quits: xxtjaxx (~xxtjaxx@kde/developer/marschke) (*.net *.split)
- # [04:50] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (*.net *.split)
- # [04:50] * Quits: MikeSmith (~mike@sideshowbarker.net) (*.net *.split)
- # [04:50] * Quits: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net) (*.net *.split)
- # [04:50] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
- # [04:50] * Quits: jernoble_ (~jernoble@17.202.46.221) (*.net *.split)
- # [04:50] * Quits: parshap (sid18846@gateway/web/irccloud.com/x-dwwemzvrvwvdsddj) (*.net *.split)
- # [04:50] * Quits: webben (~benjamin@hq.benjaminhawkeslewis.com) (*.net *.split)
- # [04:50] * Quits: edsu (~edsu@pdpc/supporter/active/edsu) (*.net *.split)
- # [04:50] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-qkinnbtycyqirohj) (*.net *.split)
- # [04:50] * Quits: mmun (~mmun@107.170.142.236) (*.net *.split)
- # [04:50] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [04:50] * Quits: matijs (sid2278@gateway/web/irccloud.com/x-kgtlhgcycxjxeyms) (*.net *.split)
- # [04:50] * Quits: wycats (sid79@gateway/web/irccloud.com/x-aljygctxkzyglpng) (*.net *.split)
- # [04:50] * Quits: cabanier (sid15093@gateway/web/irccloud.com/x-wdazyxowxfdelzao) (*.net *.split)
- # [04:50] * Quits: SamB (~SamB@2001:470:1f07:57:68d1:ae44:818a:104a) (*.net *.split)
- # [04:50] * Quits: krit (sid15081@gateway/web/irccloud.com/x-nqhqxjdpdezrjloc) (*.net *.split)
- # [04:50] * Quits: scheib (sid4467@gateway/web/irccloud.com/x-whrxjydisnovjofz) (*.net *.split)
- # [04:50] * Quits: scottjehl_____ (sid3055@gateway/web/irccloud.com/x-zrdmobjahgrewjcv) (*.net *.split)
- # [04:50] * Quits: kirjs__ (sid25169@gateway/web/irccloud.com/x-tgkodpwgilksggjp) (*.net *.split)
- # [04:50] * Quits: hayato (sid20728@gateway/web/irccloud.com/x-uwtyzgwqvfwfzgek) (*.net *.split)
- # [04:50] * Quits: sspi (uid34681@gateway/web/irccloud.com/x-xxymdulyjbxwuztw) (*.net *.split)
- # [04:50] * Quits: mattur (sid16049@gateway/web/irccloud.com/x-szxcsgezgkngztxq) (*.net *.split)
- # [04:50] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [04:50] * Quits: cbiesinger_ (sid8099@gateway/web/irccloud.com/x-wybwxwkrmircyyqu) (*.net *.split)
- # [04:50] * Quits: cfq_ (sid18398@gateway/web/irccloud.com/x-bihkxmbbfcqyprsu) (*.net *.split)
- # [04:50] * Quits: bterlson (sid23757@gateway/web/irccloud.com/x-mswnupgytlbhokyg) (*.net *.split)
- # [04:51] * Quits: Guest40758 (sid18787@gateway/web/irccloud.com/x-acusodlrwudsdiws) (*.net *.split)
- # [04:51] * Quits: twisted` (sid6794@gateway/web/irccloud.com/x-uuoltbonjauzladf) (*.net *.split)
- # [04:51] * Quits: tmfsd (sid26422@gateway/web/irccloud.com/x-gwaetfdicqijechx) (*.net *.split)
- # [04:51] * Quits: abarth (sid5294@gateway/web/irccloud.com/x-bohtffkibpruegmd) (*.net *.split)
- # [04:51] * Quits: zama_ (zama@2604:180::502b:135a) (*.net *.split)
- # [04:51] * Quits: Hixie_ (~ianh@178.255.149.100) (*.net *.split)
- # [04:51] * Quits: payman (~payman@ip-200.t2.se.opera.com) (*.net *.split)
- # [04:51] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [04:51] * Quits: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca) (*.net *.split)
- # [04:51] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (*.net *.split)
- # [04:51] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (*.net *.split)
- # [04:51] * Quits: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (*.net *.split)
- # [04:51] * Quits: cwilso___ (sid10206@gateway/web/irccloud.com/x-fdksgnrdysoztlmk) (*.net *.split)
- # [04:51] * Quits: sgalineau (sid26595@gateway/web/irccloud.com/x-fbenelkasptdgllc) (*.net *.split)
- # [04:51] * Quits: BaconOverflow (uid17800@gateway/web/irccloud.com/x-zzpaxeqhdyjavhwl) (*.net *.split)
- # [04:51] * Quits: yhirano_ (uid40668@gateway/web/irccloud.com/x-htazppeaowtivecp) (*.net *.split)
- # [04:51] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
- # [04:51] * Quits: KevinMarks3 (~yaaic@2607:fb90:502:7332:5307:1622:bca5:c6a9) (*.net *.split)
- # [04:51] * Quits: dshwang (~dshwang@192.55.54.40) (*.net *.split)
- # [04:51] * Quits: nephyrin` (~neph@2620:101:80fc:224:7a2b:cbff:fe9e:2e67) (*.net *.split)
- # [04:51] * Quits: amtiskaw (sid19262@gateway/web/irccloud.com/x-goyxltrdyhbaksqt) (*.net *.split)
- # [04:51] * Quits: esprehn_ (sid10445@gateway/web/irccloud.com/x-egadllaummmkibyn) (*.net *.split)
- # [04:51] * Quits: ndkrempel (ndkrempel@nat/google/x-xklfdyjcdncdsobj) (*.net *.split)
- # [04:51] * Quits: sballesteros (uid39846@gateway/web/irccloud.com/x-uogrtllhrblxdnot) (*.net *.split)
- # [04:51] * Quits: jcgregorio (jcgregorio@nat/google/x-kjpeuhlzndyrddzd) (*.net *.split)
- # [04:51] * Quits: Phae (sid455@gateway/web/irccloud.com/x-bzslvhzwvqkadqtl) (*.net *.split)
- # [04:51] * Quits: Amaan (uid4967@gateway/web/irccloud.com/x-udbanucedbnbllfz) (*.net *.split)
- # [04:51] * Quits: yutak (~yutak@2401:fa00:4:1000:1176:5dbd:f13a:e42) (*.net *.split)
- # [04:51] * Quits: kochi1 (~kochi@2401:fa00:4:1000:8974:c0d0:1827:e589) (*.net *.split)
- # [04:51] * Quits: kochi (~kochi@2401:fa00:4:1000:8974:c0d0:1827:e589) (*.net *.split)
- # [04:51] * Quits: FerasM_ (sid28672@gateway/web/irccloud.com/x-gvjtjfpuzatopuei) (*.net *.split)
- # [04:51] * Quits: th2389_ (uid27360@gateway/web/irccloud.com/x-hzwpuazkvvcywuji) (*.net *.split)
- # [04:51] * Quits: daleharvey (sid513@gateway/web/irccloud.com/x-vlktjwytdktlddgr) (*.net *.split)
- # [04:51] * Quits: wanderview (sid22777@gateway/web/irccloud.com/x-xdsaucszwilbqvyd) (*.net *.split)
- # [04:51] * Quits: abucur (sid19072@gateway/web/irccloud.com/x-qvttyyzacksuenay) (*.net *.split)
- # [04:51] * Quits: arv_ (sid4269@gateway/web/irccloud.com/x-nggdfretyybabrgw) (*.net *.split)
- # [04:51] * Quits: mathiasbynens (sid2247@gateway/web/irccloud.com/x-vtcdrkvuewgnakvy) (*.net *.split)
- # [04:51] * Quits: JonathanNeal (sid5831@gateway/web/irccloud.com/x-wdgijdpphpbrtgmh) (*.net *.split)
- # [04:51] * Quits: calvinmetcalf (uid25915@gateway/web/irccloud.com/x-mulnmlrqqqiingyg) (*.net *.split)
- # [04:51] * Quits: remysharp_ (sid4345@gateway/web/irccloud.com/x-mfwvqgocrqfpsucr) (*.net *.split)
- # [04:51] * Quits: jyasskin_w (jyasskin@nat/google/x-aopjpghujazzanzv) (*.net *.split)
- # [04:51] * Quits: dwim (~dwim@210.94.41.89) (*.net *.split)
- # [04:51] * Quits: foolip (~philip@37.139.17.34) (*.net *.split)
- # [04:51] * Quits: ivan`` (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [04:51] * Quits: sangwhan (sid12645@gateway/web/irccloud.com/x-btaszxipmuzdmlgr) (*.net *.split)
- # [04:51] * Quits: feltnerm_ (~feltnerm@li725-190.members.linode.com) (*.net *.split)
- # [04:51] * Quits: pdr (sid7901@pdpc/supporter/active/pdr) (*.net *.split)
- # [04:51] * Quits: gnarf (gnarf@unaffiliated/gnarf) (*.net *.split)
- # [04:51] * Quits: mven (~textual@169.241.49.57) (*.net *.split)
- # [04:51] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [04:51] * Quits: clamstar (~rx-ident@162.243.230.189) (*.net *.split)
- # [04:51] * Quits: tyls (~tylsmith@104.131.142.157) (*.net *.split)
- # [04:51] * Quits: Krinkle|detached (~Krinkle@wikimedia/Krinkle) (*.net *.split)
- # [04:51] * Quits: kborchers (kborchers@gateway/shell/jquery.com/x-yvdukmhqszpcxuyp) (*.net *.split)
- # [04:51] * Quits: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-vmkrhstbtoxbtzie) (*.net *.split)
- # [04:51] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
- # [04:51] * Quits: ricea (~ricea@2401:fa00:4:1000:c93b:a4bd:6abd:fa09) (*.net *.split)
- # [04:51] * Quits: seventh (seventh@31.6.12.6) (*.net *.split)
- # [04:51] * Quits: bret (~boot@50.7.8.106) (*.net *.split)
- # [04:51] * Quits: jory (~jory@supercu.be) (*.net *.split)
- # [04:51] * Quits: lokling (~quassel@quassel.woboq.de) (*.net *.split)
- # [04:51] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (*.net *.split)
- # [04:51] * Quits: gsnedders (~gsnedders@5.2.16.23) (*.net *.split)
- # [04:51] * Quits: kriskowal (~kriskowal@66-215-92-194.dhcp.psdn.ca.charter.com) (*.net *.split)
- # [04:51] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
- # [04:51] * Quits: roc (~chatzilla@121-99-135-48.bng1.tvc.orcon.net.nz) (*.net *.split)
- # [04:51] * Quits: ato (sid16069@gateway/web/irccloud.com/x-agcvoxqssowsjgfm) (*.net *.split)
- # [04:51] * Quits: birtles_ (sid16523@gateway/web/irccloud.com/x-ggrgapmacopnddqo) (*.net *.split)
- # [04:51] * Quits: ojan (sid5519@gateway/web/irccloud.com/x-plugdyqswqbhdhes) (*.net *.split)
- # [04:51] * Quits: aklein (sid4454@gateway/web/irccloud.com/x-rlldeggakvfdjdyj) (*.net *.split)
- # [04:51] * Quits: falken (falken@nat/google/x-cepaukkphptobwwm) (*.net *.split)
- # [04:51] * Quits: jkomoros___ (uid7860@gateway/web/irccloud.com/x-ygbdrmzynintmury) (*.net *.split)
- # [04:51] * Quits: timeless (sid4015@firefox/developer/timeless) (*.net *.split)
- # [04:51] * Quits: jorendorff (sid28423@gateway/web/irccloud.com/x-bunhuxnzaqmeoald) (*.net *.split)
- # [04:51] * Quits: Domenic (sid10976@gateway/web/irccloud.com/x-xbfnxuxnzqrthflx) (*.net *.split)
- # [04:51] * Quits: astearns (sid15080@gateway/web/irccloud.com/x-fgmwbbdfaejsssvf) (*.net *.split)
- # [04:51] * Quits: dfreedm (sid7859@gateway/web/irccloud.com/x-cqkmvfjwvogvzpmp) (*.net *.split)
- # [04:51] * Quits: tobie (sid5692@gateway/web/irccloud.com/x-wnxzlinyzaxdyagm) (*.net *.split)
- # [04:51] * Quits: Fusl (Fusl@unaffiliated/fusl) (*.net *.split)
- # [04:51] * Quits: charl (~charl@subarashii.eu) (*.net *.split)
- # [04:51] * Quits: suzak (~suzak@www4346uf.sakura.ne.jp) (*.net *.split)
- # [04:51] * Quits: miketaylr (~miketaylr@192.241.222.35) (*.net *.split)
- # [04:51] * Quits: mounir_ (~mounir@oldworld.fr) (*.net *.split)
- # [04:51] * Quits: jxs (~joaoxsoul@108.61.103.154) (*.net *.split)
- # [04:51] * Quits: SimonSapin (~simon@hako.exyr.org) (*.net *.split)
- # [04:51] * Quits: hdv (sid2376@gateway/web/irccloud.com/x-softzaebxjfkspvt) (*.net *.split)
- # [04:51] * Quits: jamesr__ (sid10481@gateway/web/irccloud.com/x-pksaycwoxbfevfxq) (*.net *.split)
- # [04:51] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (*.net *.split)
- # [04:51] * Quits: Areks (~kvirc@rs.gridnine.com) (*.net *.split)
- # [04:51] * Quits: ciluu (~ciluu@2a01:270:201f:0:20c:29ff:fe64:cafe) (*.net *.split)
- # [04:51] * Quits: Gege (gege@future.deferred.io) (*.net *.split)
- # [04:51] * Quits: Goplat (~goplat@reactos/developer/Goplat) (*.net *.split)
- # [04:51] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (*.net *.split)
- # [04:51] * Quits: lerc (~quassel@121-74-5-229.telstraclear.net) (*.net *.split)
- # [04:51] * Quits: CvP (~CvP@27.147.199.131) (*.net *.split)
- # [04:51] * Quits: ashemedai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [04:51] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (*.net *.split)
- # [04:51] * Quits: JakeA (uid3836@gateway/web/irccloud.com/x-fronohooftacrjui) (*.net *.split)
- # [04:51] * Quits: mmn (~MattN@192.95.22.58) (*.net *.split)
- # [04:51] * Quits: k308 (~k308@k308.de) (*.net *.split)
- # [04:51] * Quits: jtcranmer (~jcranmer@ras1.csl.tjhsst.edu) (*.net *.split)
- # [04:51] * Quits: rektide (~rektide@eldergods.com) (*.net *.split)
- # [04:51] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
- # [04:51] * Quits: Rubennn_ (~Rubennn@apher.gewooniets.nl) (*.net *.split)
- # [04:51] * Quits: nicolasbadia (~nicolasba@78.209.78.103) (*.net *.split)
- # [04:51] * Quits: chrisdickinson (~chrisdick@192.241.193.154) (*.net *.split)
- # [04:51] * Quits: rillian (giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [04:51] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
- # [04:51] * Quits: mrbkap (~mrbkap@people1.scl3.mozilla.com) (*.net *.split)
- # [04:51] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [04:51] * Quits: gavin (~gavin@firefox/developer/gavin) (*.net *.split)
- # [04:51] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
- # [04:51] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [05:16] * Joins: rhiaro (~quassel@amy.so)
- # [05:16] * Joins: wakaba (~wakaba@89.139.210.220.dy.bbexcite.jp)
- # [05:16] * Joins: annevk (~annevk@46-127-136-57.dynamic.hispeed.ch)
- # [05:16] * Joins: hsivonen (~hsivonen@bugzilla.validator.nu)
- # [05:16] * Joins: globbot (~logbot@lump.glob.com.au)
- # [05:16] * Joins: Manishearth (manisheart@wikipedia/Manishearth)
- # [05:16] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [05:17] * Joins: weinig (~weinig@98.234.191.242)
- # [05:17] * Joins: KevinMarks2 (~yaaic@2607:fb90:2203:f6a3:887e:bc7f:6859:a38e)
- # [05:17] * Joins: dbaron (~dbaron@2620:101:80fb:224:9134:dd55:7cf7:85cf)
- # [05:17] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [05:17] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [05:17] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [05:17] * Joins: jacobolu_ (~jacobolus@116.sub-70-209-198.myvzw.com)
- # [05:17] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [05:17] * Joins: gsnedders (~gsnedders@5.2.16.23)
- # [05:17] * Joins: willchan (willchan@nat/google/x-bghbdphbictflyeo)
- # [05:17] * Joins: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [05:17] * Joins: guybedford (~guybedfor@cpe-107-184-128-210.socal.res.rr.com)
- # [05:17] * Joins: lerc (~quassel@121-74-5-229.telstraclear.net)
- # [05:17] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [05:17] * Joins: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net)
- # [05:17] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [05:17] * Joins: kriskowal (~kriskowal@66-215-92-194.dhcp.psdn.ca.charter.com)
- # [05:17] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [05:17] * Joins: mven (~textual@169.241.49.57)
- # [05:17] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [05:17] * Joins: CvP (~CvP@27.147.199.131)
- # [05:17] * Joins: ondras (~ondras@zarovi.cz)
- # [05:17] * Joins: cwilso___ (sid10206@gateway/web/irccloud.com/x-fdksgnrdysoztlmk)
- # [05:17] * Joins: gavin__ (~gavin@76.14.87.162)
- # [05:17] * Joins: sgalineau (sid26595@gateway/web/irccloud.com/x-fbenelkasptdgllc)
- # [05:17] * Joins: dglazkov_ (sid4270@gateway/web/irccloud.com/x-fwgirmcrybhqlero)
- # [05:17] * Joins: heqs (~heqs@certainly.not.hacked.jp)
- # [05:17] * Joins: plutoniix (~plutoniix@node-zys.pool-180-180.dynamic.totbb.net)
- # [05:17] * Joins: BaconOverflow (uid17800@gateway/web/irccloud.com/x-zzpaxeqhdyjavhwl)
- # [05:17] * Joins: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [05:17] * Joins: yhirano_ (uid40668@gateway/web/irccloud.com/x-htazppeaowtivecp)
- # [05:17] * Joins: ashemedai (asmodai@freebsd/developer/asmodai)
- # [05:17] * Joins: sarri (~sari@p50995cae.dip0.t-ipconnect.de)
- # [05:17] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [05:17] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [05:17] * Joins: mpt (~mpt@canonical/mpt)
- # [05:17] * Joins: yhirano (yhirano@nat/google/x-xlcrwjkkfnksfazi)
- # [05:17] * Joins: roc (~chatzilla@121-99-135-48.bng1.tvc.orcon.net.nz)
- # [05:17] * Joins: ricea (~ricea@2401:fa00:4:1000:c93b:a4bd:6abd:fa09)
- # [05:17] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [05:17] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [05:17] * Joins: bret (~boot@50.7.8.106)
- # [05:17] * Joins: eric_carlson (~eric@17.202.43.125)
- # [05:17] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [05:17] * Joins: MikeSmith (~mike@sideshowbarker.net)
- # [05:17] * Joins: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net)
- # [05:17] * Joins: dshwang (~dshwang@192.55.54.40)
- # [05:17] * Joins: mmun (~mmun@107.170.142.236)
- # [05:17] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [05:17] * Joins: hober (~ted@unaffiliated/hober)
- # [05:17] * Joins: nephyrin` (~neph@2620:101:80fc:224:7a2b:cbff:fe9e:2e67)
- # [05:17] * Joins: wycats (sid79@gateway/web/irccloud.com/x-aljygctxkzyglpng)
- # [05:17] * Joins: mvujovic_ (sid13458@gateway/web/irccloud.com/x-isbmfjsakjzibckh)
- # [05:17] * Joins: amtiskaw (sid19262@gateway/web/irccloud.com/x-goyxltrdyhbaksqt)
- # [05:17] * Joins: matijs (sid2278@gateway/web/irccloud.com/x-kgtlhgcycxjxeyms)
- # [05:17] * Joins: esprehn_ (sid10445@gateway/web/irccloud.com/x-egadllaummmkibyn)
- # [05:17] * Joins: cabanier (sid15093@gateway/web/irccloud.com/x-wdazyxowxfdelzao)
- # [05:17] * Joins: ato (sid16069@gateway/web/irccloud.com/x-agcvoxqssowsjgfm)
- # [05:17] * Joins: birtles_ (sid16523@gateway/web/irccloud.com/x-ggrgapmacopnddqo)
- # [05:17] * Joins: SamB (~SamB@2001:470:1f07:57:68d1:ae44:818a:104a)
- # [05:17] * Joins: krit (sid15081@gateway/web/irccloud.com/x-nqhqxjdpdezrjloc)
- # [05:17] * Joins: scheib (sid4467@gateway/web/irccloud.com/x-whrxjydisnovjofz)
- # [05:17] * Joins: scottjehl_____ (sid3055@gateway/web/irccloud.com/x-zrdmobjahgrewjcv)
- # [05:17] * Joins: kirjs__ (sid25169@gateway/web/irccloud.com/x-tgkodpwgilksggjp)
- # [05:17] * Joins: ojan (sid5519@gateway/web/irccloud.com/x-plugdyqswqbhdhes)
- # [05:17] * Joins: hayato (sid20728@gateway/web/irccloud.com/x-uwtyzgwqvfwfzgek)
- # [05:17] * Joins: jory (~jory@supercu.be)
- # [05:17] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
- # [05:17] * Joins: sspi (uid34681@gateway/web/irccloud.com/x-xxymdulyjbxwuztw)
- # [05:17] * Joins: mattur (sid16049@gateway/web/irccloud.com/x-szxcsgezgkngztxq)
- # [05:17] * Joins: ndkrempel (ndkrempel@nat/google/x-xklfdyjcdncdsobj)
- # [05:17] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [05:17] * Joins: sballesteros (uid39846@gateway/web/irccloud.com/x-uogrtllhrblxdnot)
- # [05:17] * Joins: jcgregorio (jcgregorio@nat/google/x-kjpeuhlzndyrddzd)
- # [05:17] * Joins: beowulf (~sstewart@host86-168-39-181.range86-168.btcentralplus.com)
- # [05:17] * Joins: Phae (sid455@gateway/web/irccloud.com/x-bzslvhzwvqkadqtl)
- # [05:17] * Joins: jernoble_ (~jernoble@17.202.46.221)
- # [05:17] * Joins: aklein (sid4454@gateway/web/irccloud.com/x-rlldeggakvfdjdyj)
- # [05:17] * Joins: Amaan (uid4967@gateway/web/irccloud.com/x-udbanucedbnbllfz)
- # [05:17] * Joins: Areks (~kvirc@rs.gridnine.com)
- # [05:17] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [05:17] * Joins: falken (falken@nat/google/x-cepaukkphptobwwm)
- # [05:17] * Joins: yutak (~yutak@2401:fa00:4:1000:1176:5dbd:f13a:e42)
- # [05:17] * Joins: kochi1 (~kochi@2401:fa00:4:1000:8974:c0d0:1827:e589)
- # [05:17] * Joins: kochi (~kochi@2401:fa00:4:1000:8974:c0d0:1827:e589)
- # [05:17] * Joins: twisted` (sid6794@gateway/web/irccloud.com/x-uuoltbonjauzladf)
- # [05:17] * Joins: jkomoros___ (uid7860@gateway/web/irccloud.com/x-ygbdrmzynintmury)
- # [05:17] * Joins: FerasM_ (sid28672@gateway/web/irccloud.com/x-gvjtjfpuzatopuei)
- # [05:17] * Joins: timeless (sid4015@firefox/developer/timeless)
- # [05:17] * Joins: th2389_ (uid27360@gateway/web/irccloud.com/x-hzwpuazkvvcywuji)
- # [05:17] * Joins: daleharvey (sid513@gateway/web/irccloud.com/x-vlktjwytdktlddgr)
- # [05:17] * Joins: phuu (sid7721@gateway/web/irccloud.com/x-xhbpvwckubvquoky)
- # [05:17] * Joins: wanderview (sid22777@gateway/web/irccloud.com/x-xdsaucszwilbqvyd)
- # [05:17] * Joins: parshap (sid18846@gateway/web/irccloud.com/x-dwwemzvrvwvdsddj)
- # [05:17] * Joins: cbiesinger_ (sid8099@gateway/web/irccloud.com/x-wybwxwkrmircyyqu)
- # [05:17] * Joins: jorendorff (sid28423@gateway/web/irccloud.com/x-bunhuxnzaqmeoald)
- # [05:17] * Joins: cfq_ (sid18398@gateway/web/irccloud.com/x-bihkxmbbfcqyprsu)
- # [05:17] * Joins: bterlson (sid23757@gateway/web/irccloud.com/x-mswnupgytlbhokyg)
- # [05:17] * Joins: mathiasbynens (sid2247@gateway/web/irccloud.com/x-vtcdrkvuewgnakvy)
- # [05:17] * Joins: Domenic (sid10976@gateway/web/irccloud.com/x-xbfnxuxnzqrthflx)
- # [05:17] * Joins: slightlyoff (sid1768@gateway/web/irccloud.com/x-dwkyrqjyboernyaz)
- # [05:17] * Joins: abucur (sid19072@gateway/web/irccloud.com/x-qvttyyzacksuenay)
- # [05:17] * Joins: astearns (sid15080@gateway/web/irccloud.com/x-fgmwbbdfaejsssvf)
- # [05:17] * Joins: arv_ (sid4269@gateway/web/irccloud.com/x-nggdfretyybabrgw)
- # [05:17] * Joins: tyoshino______ (sid19222@gateway/web/irccloud.com/x-dvstvxeqgiiguuyt)
- # [05:17] * Joins: Guest40758 (sid18787@gateway/web/irccloud.com/x-acusodlrwudsdiws)
- # [05:17] * Joins: JonathanNeal (sid5831@gateway/web/irccloud.com/x-wdgijdpphpbrtgmh)
- # [05:17] * Joins: calvinmetcalf (uid25915@gateway/web/irccloud.com/x-mulnmlrqqqiingyg)
- # [05:17] * Joins: tmfsd (sid26422@gateway/web/irccloud.com/x-gwaetfdicqijechx)
- # [05:17] * Joins: abarth (sid5294@gateway/web/irccloud.com/x-bohtffkibpruegmd)
- # [05:17] * Joins: dfreedm (sid7859@gateway/web/irccloud.com/x-cqkmvfjwvogvzpmp)
- # [05:17] * Joins: JakeA (uid3836@gateway/web/irccloud.com/x-fronohooftacrjui)
- # [05:17] * Joins: tobie (sid5692@gateway/web/irccloud.com/x-wnxzlinyzaxdyagm)
- # [05:17] * Joins: remysharp_ (sid4345@gateway/web/irccloud.com/x-mfwvqgocrqfpsucr)
- # [05:17] * Joins: mmn (~MattN@192.95.22.58)
- # [05:17] * Joins: jyasskin_w (jyasskin@nat/google/x-aopjpghujazzanzv)
- # [05:17] * Joins: Fusl (Fusl@unaffiliated/fusl)
- # [05:17] * Joins: ciluu (~ciluu@2a01:270:201f:0:20c:29ff:fe64:cafe)
- # [05:17] * Joins: clamstar (~rx-ident@162.243.230.189)
- # [05:17] * Joins: kangil (~kangil@210.94.41.89)
- # [05:17] * Joins: dwim (~dwim@210.94.41.89)
- # [05:17] * Joins: foolip (~philip@37.139.17.34)
- # [05:17] * Joins: jamorton1 (~jamorton@198.199.70.146)
- # [05:17] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
- # [05:17] * Joins: reggna_ (~reggna@irc.jagochmittmoln.se)
- # [05:17] * Joins: zama_ (zama@2604:180::502b:135a)
- # [05:17] * Joins: k308 (~k308@k308.de)
- # [05:17] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [05:17] * Joins: Hixie_ (~ianh@178.255.149.100)
- # [05:17] * Joins: jtcranmer (~jcranmer@ras1.csl.tjhsst.edu)
- # [05:17] * Joins: charl (~charl@subarashii.eu)
- # [05:17] * Joins: rektide (~rektide@eldergods.com)
- # [05:17] * Joins: rwaldron (rwaldron@gateway/shell/jquery.com/x-dgejxcjycyuvzbkw)
- # [05:17] * Joins: webben (~benjamin@hq.benjaminhawkeslewis.com)
- # [05:17] * Joins: Philip` (~philip@compass.zaynar.co.uk)
- # [05:17] * Joins: chrisdickinson (~chrisdick@192.241.193.154)
- # [05:17] * Joins: tyls (~tylsmith@104.131.142.157)
- # [05:17] * Joins: ivan`` (~ivan@unaffiliated/ivan/x-000001)
- # [05:17] * Joins: jmb (~jmb@mail.parsifal.org.uk)
- # [05:17] * Joins: jxs (~joaoxsoul@108.61.103.154)
- # [05:17] * Joins: edsu (~edsu@pdpc/supporter/active/edsu)
- # [05:17] * Joins: Johnny- (~null@unaffiliated/johnny-)
- # [05:17] * Joins: jahman (~woops@129.175.204.73)
- # [05:17] * Joins: paolo (~paolo@unaffiliated/paolo)
- # [05:17] * Joins: Krinkle|detached (~Krinkle@wikimedia/Krinkle)
- # [05:17] * Joins: Rubennn_ (~Rubennn@apher.gewooniets.nl)
- # [05:17] * Joins: nicolasbadia (~nicolasba@78.209.78.103)
- # [05:17] * Joins: Gege (gege@future.deferred.io)
- # [05:17] * Joins: Workshiva (~Dashiva@74.125.121.65)
- # [05:17] * Joins: danielfilho (~danielfil@208.68.39.233)
- # [05:17] * Joins: suzak (~suzak@www4346uf.sakura.ne.jp)
- # [05:17] * Joins: odinho (odinho@dalvik.ping.uio.no)
- # [05:17] * Joins: miketaylr (~miketaylr@192.241.222.35)
- # [05:17] * Joins: xxtjaxx (~xxtjaxx@kde/developer/marschke)
- # [05:17] * Joins: mounir_ (~mounir@oldworld.fr)
- # [05:17] * Joins: rillian (giles@mf4-xiph.osuosl.org)
- # [05:17] * Joins: payman (~payman@ip-200.t2.se.opera.com)
- # [05:17] * Joins: riddle (riddle@us.yunix.net)
- # [05:17] * Joins: mrbkap (~mrbkap@people1.scl3.mozilla.com)
- # [05:17] * Joins: kborchers (kborchers@gateway/shell/jquery.com/x-yvdukmhqszpcxuyp)
- # [05:17] * Joins: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-vmkrhstbtoxbtzie)
- # [05:17] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [05:17] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [05:17] * Joins: lokling (~quassel@quassel.woboq.de)
- # [05:17] * Joins: bzed (~bzed@devel.recluse.de)
- # [05:17] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [05:17] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [05:17] * Joins: gnarf (gnarf@unaffiliated/gnarf)
- # [05:17] * Joins: pdr (sid7901@pdpc/supporter/active/pdr)
- # [05:17] * Joins: feltnerm_ (~feltnerm@li725-190.members.linode.com)
- # [05:17] * Joins: sangwhan (sid12645@gateway/web/irccloud.com/x-btaszxipmuzdmlgr)
- # [05:17] * Joins: jamesr__ (sid10481@gateway/web/irccloud.com/x-pksaycwoxbfevfxq)
- # [05:17] * Joins: hdv (sid2376@gateway/web/irccloud.com/x-softzaebxjfkspvt)
- # [05:17] * Joins: SimonSapin (~simon@hako.exyr.org)
- # [05:17] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [05:17] * Joins: wakaba_ (~wakaba@89.139.210.220.dy.bbexcite.jp)
- # [05:17] * Quits: dbaron (~dbaron@2620:101:80fb:224:9134:dd55:7cf7:85cf) (Ping timeout: 240 seconds)
- # [05:18] * Quits: wakaba_ (~wakaba@89.139.210.220.dy.bbexcite.jp) (Client Quit)
- # [05:21] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [05:21] * Joins: dbaron (~dbaron@2620:101:80fb:224:9134:dd55:7cf7:85cf)
- # [05:22] * Joins: hemanth (~hemanth@122.167.224.224)
- # [05:22] * Joins: estellevw (~estellevw@173-228-112-213.dsl.dynamic.sonic.net)
- # [05:25] * Joins: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net)
- # [05:26] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 264 seconds)
- # [05:31] * Quits: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net) (Quit: WeeChat 0.4.2)
- # [05:31] * Joins: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net)
- # [05:36] * Quits: hemanth (~hemanth@122.167.224.224) (Quit: This computer has gone to sleep)
- # [05:37] * Quits: KevinMarks2 (~yaaic@2607:fb90:2203:f6a3:887e:bc7f:6859:a38e) (Ping timeout: 240 seconds)
- # [05:40] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [05:44] * Joins: jernoble (~jernoble@tiff-v227.public.monkeybrains.net)
- # [05:45] * Quits: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net) (Ping timeout: 255 seconds)
- # [05:59] * Quits: jacobolu_ (~jacobolus@116.sub-70-209-198.myvzw.com) (Remote host closed the connection)
- # [06:01] * Joins: wakaba_ (~wakaba@176.184.128.101.dy.bbexcite.jp)
- # [06:04] * Quits: wakaba (~wakaba@89.139.210.220.dy.bbexcite.jp) (Ping timeout: 255 seconds)
- # [06:04] * Joins: bnicholson (~bnicholso@2.sub-70-197-13.myvzw.com)
- # [06:08] * Quits: mrbkap (~mrbkap@people1.scl3.mozilla.com) (Read error: Connection reset by peer)
- # [06:08] * Quits: gavin (~gavin@firefox/developer/gavin) (Read error: Connection reset by peer)
- # [06:08] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (Read error: Connection reset by peer)
- # [06:11] * Joins: gavin (~gavin@people1.scl3.mozilla.com)
- # [06:11] * Quits: gavin (~gavin@people1.scl3.mozilla.com) (Changing host)
- # [06:11] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [06:17] * Quits: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 30.0/20140605102323])
- # [06:24] * Joins: tommyliu (~tommyliu@113.104.215.172)
- # [06:27] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 260 seconds)
- # [06:33] * Parts: guybedford (~guybedfor@cpe-107-184-128-210.socal.res.rr.com)
- # [06:33] * Quits: jernoble (~jernoble@tiff-v227.public.monkeybrains.net) (Quit: Computer has gone to sleep.)
- # [06:34] * Quits: estellevw (~estellevw@173-228-112-213.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
- # [06:36] * Joins: jacobolus (~jacobolus@2600:1012:b127:4e55:51fe:631a:8e5:5b3)
- # [06:38] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [06:39] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [06:40] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [06:40] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [06:42] * Joins: jernoble (~jernoble@162.217.73.171)
- # [06:43] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [06:44] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [06:45] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [06:46] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (Client Quit)
- # [06:47] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [06:51] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [06:55] * Quits: bnicholson (~bnicholso@2.sub-70-197-13.myvzw.com) (Read error: Connection reset by peer)
- # [06:57] * Quits: dbaron (~dbaron@2620:101:80fb:224:9134:dd55:7cf7:85cf) (Ping timeout: 272 seconds)
- # [07:00] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [07:01] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [07:09] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Ping timeout: 244 seconds)
- # [07:14] * Joins: Areks_home (~Areks@128-72-254-245.broadband.corbina.ru)
- # [07:19] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
- # [07:21] * Joins: weinig (~weinig@98.234.191.242)
- # [07:21] * Quits: weinig (~weinig@98.234.191.242) (Client Quit)
- # [07:21] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [07:26] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 245 seconds)
- # [07:28] * Quits: Areks_home (~Areks@128-72-254-245.broadband.corbina.ru) (Ping timeout: 260 seconds)
- # [07:29] * Joins: estellevw (~estellevw@173-228-112-213.dsl.dynamic.sonic.net)
- # [07:43] * Joins: bnicholson (~bnicholso@24.130.57.109)
- # [07:57] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [07:57] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
- # [07:58] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [08:14] * Quits: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 250 seconds)
- # [08:16] * Joins: KevinMarks2 (~yaaic@2607:fb90:506:d1c2:7a0d:8214:dbf0:2b35)
- # [08:23] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [08:25] <annevk> From the people that will save us from non-idiomatic JS: https://github.com/slightlyoff/ServiceWorker/issues/417 :P
- # [08:35] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:39] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [08:40] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [08:47] * Quits: plutoniix (~plutoniix@node-zys.pool-180-180.dynamic.totbb.net) (Ping timeout: 245 seconds)
- # [08:49] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [08:52] * Joins: zdobersek (~zan@109.201.154.177)
- # [08:53] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [09:06] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Ping timeout: 272 seconds)
- # [09:10] * Joins: tommyl___ (~tommyliu@23.228.209.28)
- # [09:11] * Joins: tommy____ (~tommyliu@14.153.208.138)
- # [09:13] * Quits: tommyliu (~tommyliu@113.104.215.172) (Ping timeout: 272 seconds)
- # [09:14] * Quits: tommyl___ (~tommyliu@23.228.209.28) (Ping timeout: 240 seconds)
- # [09:17] * Quits: jacobolus (~jacobolus@2600:1012:b127:4e55:51fe:631a:8e5:5b3) (Remote host closed the connection)
- # [09:20] * Joins: jacobolus (~jacobolus@2600:1012:b127:4e55:c105:29fa:4954:c747)
- # [09:22] * Quits: KevinMarks2 (~yaaic@2607:fb90:506:d1c2:7a0d:8214:dbf0:2b35) (Ping timeout: 240 seconds)
- # [09:22] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [09:24] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [09:27] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 272 seconds)
- # [09:28] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [09:43] * Joins: Ms2ger (~Ms2ger@193.190.253.149)
- # [09:46] * Quits: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
- # [09:50] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [09:51] * Joins: KevinMarks2 (~yaaic@2607:fb90:2108:ab4d:530e:4d02:8350:fcc7)
- # [09:54] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 245 seconds)
- # [09:55] * Quits: KevinMarks2 (~yaaic@2607:fb90:2108:ab4d:530e:4d02:8350:fcc7) (Ping timeout: 240 seconds)
- # [09:58] * Joins: KevinMarks2 (~yaaic@2607:fb90:2208:a2c8:504e:eb2a:b1fe:a737)
- # [10:03] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [10:06] * Quits: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
- # [10:10] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [10:30] * Quits: Ms2ger (~Ms2ger@193.190.253.149) (Ping timeout: 244 seconds)
- # [10:32] * Joins: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [10:32] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [10:33] * Quits: tommy____ (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [10:35] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [10:35] * Quits: KevinMarks2 (~yaaic@2607:fb90:2208:a2c8:504e:eb2a:b1fe:a737) (Ping timeout: 240 seconds)
- # [10:36] * Joins: tommyliu_ (~tommyliu@14.153.208.138)
- # [10:38] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [10:40] * Quits: tommyliu_ (~tommyliu@14.153.208.138) (Ping timeout: 240 seconds)
- # [10:42] * Joins: tommyliu (~tommyliu@14.153.208.138)
- # [10:43] * Quits: tommyliu (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [10:50] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [10:51] * Joins: Garbee (uid21171@gateway/web/irccloud.com/x-mxxrbjxeukgmvqzc)
- # [10:54] * Joins: tommyliu (~tommyliu@14.153.208.138)
- # [10:55] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [10:55] * Quits: tommyliu (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [10:59] * Joins: plutoniix (~plutoniix@node-mvq.pool-101-108.dynamic.totbb.net)
- # [10:59] * Quits: plutoniix (~plutoniix@node-mvq.pool-101-108.dynamic.totbb.net) (Client Quit)
- # [11:02] * Joins: tommyliu (~tommyliu@14.153.208.138)
- # [11:02] * Joins: plutoniix (~plutoniix@node-106g.pool-180-180.dynamic.totbb.net)
- # [11:03] * Quits: sarri (~sari@p50995cae.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
- # [11:04] * Quits: tommyliu (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [11:05] * Joins: sarir (~sari@p50995cae.dip0.t-ipconnect.de)
- # [11:12] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [11:12] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [11:22] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [11:29] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [11:35] * Joins: tommyliu_ (~tommyliu@14.153.208.138)
- # [11:39] * Quits: tommyliu_ (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [11:40] * Joins: tommyliu (~tommyliu@14.153.208.138)
- # [11:41] * Quits: tommyliu (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [11:41] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 260 seconds)
- # [11:45] * Joins: Ms2ger (~Ms2ger@193.190.253.149)
- # [11:51] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [11:55] * Joins: tommyliu_ (~tommyliu@14.153.208.138)
- # [11:55] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [11:56] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [12:01] * Quits: tommyliu_ (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [12:02] * Joins: tommyliu_ (~tommyliu@14.153.208.138)
- # [12:08] * Quits: tommyliu_ (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [12:11] * Joins: tommyliu (~tommyliu@14.153.208.138)
- # [12:13] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [12:13] * Quits: tommyliu (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [12:15] * Joins: tommyliu (~tommyliu@14.153.208.138)
- # [12:15] * Joins: ShaneHudson (~ShaneHuds@host86-160-33-161.range86-160.btcentralplus.com)
- # [12:15] * Quits: tommyliu (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [12:17] * Joins: tommyliu (~tommyliu@14.153.208.138)
- # [12:17] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [12:17] * Quits: tommyliu (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [12:21] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [12:21] * Joins: tommyliu_ (~tommyliu@14.153.208.138)
- # [12:22] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Remote host closed the connection)
- # [12:23] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [12:25] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [12:25] * Quits: tommyliu_ (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [12:27] * Joins: tommyliu (~tommyliu@14.153.208.138)
- # [12:34] * Quits: tommyliu (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [12:37] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [12:37] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [12:39] * Joins: tommyliu_ (~tommyliu@14.153.208.138)
- # [12:41] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [12:43] * Quits: tommyliu_ (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [12:45] * Joins: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net)
- # [12:45] * Joins: tommyliu (~tommyliu@14.153.208.138)
- # [12:45] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 264 seconds)
- # [12:46] * Quits: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net) (Client Quit)
- # [12:47] * Joins: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net)
- # [12:49] * Quits: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net) (Client Quit)
- # [12:50] * Joins: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net)
- # [12:52] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [12:55] * Quits: tommyliu (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [12:56] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [12:56] * Joins: tommyliu_ (~tommyliu@14.153.208.138)
- # [12:56] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 245 seconds)
- # [12:57] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Client Quit)
- # [13:05] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [13:06] * Quits: tommyliu_ (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [13:07] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [13:10] * Joins: tommyliu_ (~tommyliu@14.153.208.138)
- # [13:16] * Quits: tommyliu_ (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [13:20] * Quits: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net) (Quit: WeeChat 0.4.3)
- # [13:21] * Joins: smaug____ (~chatzilla@37-136-21-190.nat.bb.dnainternet.fi)
- # [13:21] * Joins: tommyliu_ (~tommyliu@14.153.208.138)
- # [13:25] * Joins: GPHemsley (~GPHemsley@static-71-185-70-31.phlapa.fios.verizon.net)
- # [13:26] * Quits: GPHemsley (~GPHemsley@static-71-185-70-31.phlapa.fios.verizon.net) (Changing host)
- # [13:26] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [13:38] * Quits: tommyliu_ (~tommyliu@14.153.208.138) (Read error: Connection reset by peer)
- # [13:40] * Joins: tommyliu_ (~tommyliu@14.153.209.98)
- # [13:45] * Joins: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net)
- # [13:46] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Remote host closed the connection)
- # [13:53] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Ping timeout: 245 seconds)
- # [13:53] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [13:56] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
- # [13:58] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 272 seconds)
- # [14:00] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: This computer has gone to sleep)
- # [14:01] * Joins: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net)
- # [14:02] * Quits: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net) (Client Quit)
- # [14:03] * Joins: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net)
- # [14:16] * Joins: seventh (seventh@192.64.5.185)
- # [14:17] * Quits: danielfilho (~danielfil@208.68.39.233) (Ping timeout: 240 seconds)
- # [14:21] * Quits: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
- # [14:26] * Quits: jamorton1 (~jamorton@198.199.70.146) (Ping timeout: 260 seconds)
- # [14:29] * Joins: jamorton1 (~jamorton@198.199.70.146)
- # [14:33] * Joins: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net)
- # [14:33] * Quits: jamorton1 (~jamorton@198.199.70.146) (Ping timeout: 264 seconds)
- # [14:35] * Joins: jamorton1 (~jamorton@198.199.70.146)
- # [14:42] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [14:43] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com) (Client Quit)
- # [14:43] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [14:43] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com) (Client Quit)
- # [14:44] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [14:44] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com) (Client Quit)
- # [14:52] * Quits: smaug____ (~chatzilla@37-136-21-190.nat.bb.dnainternet.fi) (Ping timeout: 240 seconds)
- # [14:57] * Quits: ShaneHudson (~ShaneHuds@host86-160-33-161.range86-160.btcentralplus.com) (Quit: Computer fell asleep.)
- # [14:59] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [15:04] * Quits: Amaan (uid4967@gateway/web/irccloud.com/x-udbanucedbnbllfz) (Quit: Connection closed for inactivity)
- # [15:24] * Joins: danielfilho (~danielfil@208.68.39.233)
- # [15:27] * Quits: Ms2ger (~Ms2ger@193.190.253.149) (Ping timeout: 250 seconds)
- # [15:30] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [15:39] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [15:48] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 245 seconds)
- # [15:50] * Joins: vitorpacheco (~vitor@177.99.29.232)
- # [15:50] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Remote host closed the connection)
- # [15:55] * Quits: richt (~richt@192.121.59.29) (Ping timeout: 272 seconds)
- # [16:00] * Joins: richt (~richt@192.121.59.29)
- # [16:01] * Joins: newtron_ (~newtron@184.175.4.74)
- # [16:06] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [16:15] * Quits: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [16:19] * Quits: tommyliu_ (~tommyliu@14.153.209.98) (Remote host closed the connection)
- # [16:20] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [16:21] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [16:26] * Joins: tommyliu_ (~tommyliu@14.153.209.98)
- # [16:34] * Joins: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [16:35] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [16:37] * Quits: jacobolus (~jacobolus@2600:1012:b127:4e55:c105:29fa:4954:c747) (Remote host closed the connection)
- # [16:38] * Joins: Amaan (uid4967@gateway/web/irccloud.com/x-kdtusjrgqncuyyvm)
- # [16:41] * Joins: Ms2ger (~Ms2ger@193.190.253.149)
- # [16:47] * Quits: tommyliu_ (~tommyliu@14.153.209.98) (Ping timeout: 264 seconds)
- # [16:50] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [16:51] * Joins: tommyliu_ (~tommyliu@14.155.66.56)
- # [16:58] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [17:08] * Quits: jonr22 (~jonr22@c-65-96-170-37.hsd1.ma.comcast.net) (Ping timeout: 240 seconds)
- # [17:11] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [17:12] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Remote host closed the connection)
- # [17:12] * Joins: ShaneHudson (~ShaneHuds@host86-160-33-161.range86-160.btcentralplus.com)
- # [17:15] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [17:20] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [17:21] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [17:23] * Quits: dshwang (~dshwang@192.55.54.40) (Remote host closed the connection)
- # [17:25] * Joins: dshwang (~dshwang@192.55.54.40)
- # [17:40] * Joins: Areks_home (~Areks@128-72-254-245.broadband.corbina.ru)
- # [17:41] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [17:42] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com) (Client Quit)
- # [17:50] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [17:54] * Quits: jernoble (~jernoble@162.217.73.171) (Quit: Computer has gone to sleep.)
- # [18:05] * Joins: jernoble (~jernoble@162.217.73.171)
- # [18:16] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
- # [18:18] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [18:21] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 260 seconds)
- # [18:28] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [18:34] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [18:35] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [18:38] * Quits: jernoble (~jernoble@162.217.73.171) (Quit: Computer has gone to sleep.)
- # [18:41] * Quits: Ms2ger (~Ms2ger@193.190.253.149) (Ping timeout: 264 seconds)
- # [18:45] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [18:46] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Client Quit)
- # [18:48] * cwilso___ is now known as cwilso
- # [18:57] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 255 seconds)
- # [19:00] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [19:01] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [19:08] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:08] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [19:11] * Quits: BaconOverflow (uid17800@gateway/web/irccloud.com/x-zzpaxeqhdyjavhwl) (Quit: Connection closed for inactivity)
- # [19:13] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [19:15] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:17] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 240 seconds)
- # [19:23] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [19:25] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [19:25] * Quits: newtron_ (~newtron@184.175.4.74) (Remote host closed the connection)
- # [19:26] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [19:31] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [19:32] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:35] * Joins: newtron_ (~newtron@184.175.4.74)
- # [19:38] * Quits: vitorpacheco (~vitor@177.99.29.232) (Quit: Saindo)
- # [19:39] * Quits: newtron_ (~newtron@184.175.4.74) (Ping timeout: 240 seconds)
- # [19:47] * Joins: vitorpacheco (~vitor@177.99.29.232)
- # [19:54] * Joins: BigBangUDR (~Thunderbi@115.247.37.100)
- # [19:55] * Quits: ShaneHudson (~ShaneHuds@host86-160-33-161.range86-160.btcentralplus.com) (Quit: Computer fell asleep.)
- # [19:55] * Quits: BigBangUDR (~Thunderbi@115.247.37.100) (Client Quit)
- # [20:00] * Quits: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl) (Ping timeout: 260 seconds)
- # [20:01] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 244 seconds)
- # [20:10] * Joins: jacobolus (~jacobolus@126.sub-70-209-205.myvzw.com)
- # [20:15] * Quits: jacobolus (~jacobolus@126.sub-70-209-205.myvzw.com) (Ping timeout: 260 seconds)
- # [20:15] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:21] * Quits: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [20:22] * Joins: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [20:23] * Joins: nicolasbadia___ (~nicolasba@78.209.78.103)
- # [20:24] * Joins: BigBangUDR (~Thunderbi@115.247.37.100)
- # [20:25] * Quits: nicolasbadia (~nicolasba@78.209.78.103) (Ping timeout: 250 seconds)
- # [20:25] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [20:25] * Quits: nicolasbadia___ (~nicolasba@78.209.78.103) (Client Quit)
- # [20:25] * Joins: nicolasbadia (~nicolasba@78.209.78.103)
- # [20:27] * Quits: Areks_home (~Areks@128-72-254-245.broadband.corbina.ru) (Ping timeout: 240 seconds)
- # [20:27] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [20:28] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [20:28] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [20:30] * Quits: BigBangUDR (~Thunderbi@115.247.37.100) (Quit: BigBangUDR)
- # [20:39] * Joins: benjamingr (uid23465@gateway/web/irccloud.com/x-cvqgfyygjfwhycpq)
- # [20:40] * Joins: jacobolus (~jacobolus@252.sub-70-209-200.myvzw.com)
- # [20:45] * Joins: newtron_ (~newtron@184.175.4.74)
- # [20:47] * Quits: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [20:49] * Quits: newtron_ (~newtron@184.175.4.74) (Ping timeout: 240 seconds)
- # [20:56] * Joins: ShaneHudson (~ShaneHuds@host86-160-33-161.range86-160.btcentralplus.com)
- # [20:59] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:05] * Joins: weinig (~weinig@98.234.191.242)
- # [21:07] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:12] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [21:12] * Quits: tommyliu_ (~tommyliu@14.155.66.56) (Remote host closed the connection)
- # [21:12] * Quits: vitorpacheco (~vitor@177.99.29.232) (Ping timeout: 240 seconds)
- # [21:12] * Joins: tommyliu_ (~tommyliu@14.155.66.56)
- # [21:14] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [21:14] * Quits: tommyliu_ (~tommyliu@14.155.66.56) (Read error: Connection reset by peer)
- # [21:14] * Joins: tommyli__ (~tommyliu@14.155.66.56)
- # [21:14] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [21:16] <smaug____> does anyone happen to know if there is some option in Google to not stay logged in ?
- # [21:16] * Quits: ShaneHudson (~ShaneHuds@host86-160-33-161.range86-160.btcentralplus.com) (Ping timeout: 250 seconds)
- # [21:18] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 260 seconds)
- # [21:20] * Joins: vitorpacheco (~vitor@177.99.29.232)
- # [21:35] * Quits: jacobolus (~jacobolus@252.sub-70-209-200.myvzw.com) (Remote host closed the connection)
- # [21:49] * Quits: wakaba_ (~wakaba@176.184.128.101.dy.bbexcite.jp) (*.net *.split)
- # [21:49] * Quits: rhiaro (~quassel@amy.so) (*.net *.split)
- # [21:49] * Quits: annevk (~annevk@46-127-136-57.dynamic.hispeed.ch) (*.net *.split)
- # [21:49] * Quits: hsivonen (~hsivonen@bugzilla.validator.nu) (*.net *.split)
- # [21:49] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [21:49] * Quits: Manishearth (manisheart@wikipedia/Manishearth) (*.net *.split)
- # [21:49] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
- # [21:52] * Quits: vitorpacheco (~vitor@177.99.29.232) (*.net *.split)
- # [21:52] * Quits: nickstenn (~nickstenn@pdpc/supporter/student/borior) (*.net *.split)
- # [21:52] * Quits: TabAtkins (sid11559@gateway/web/irccloud.com/x-bpycejmmibsfrnhb) (*.net *.split)
- # [21:52] * Quits: manu (~manu@216.252.204.51) (*.net *.split)
- # [21:52] * Quits: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (*.net *.split)
- # [21:52] * Quits: gavin (~gavin@firefox/developer/gavin) (*.net *.split)
- # [21:52] * Quits: richt (~richt@192.121.59.29) (*.net *.split)
- # [21:52] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [21:52] * Quits: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (*.net *.split)
- # [21:52] * Quits: yhirano (yhirano@nat/google/x-xlcrwjkkfnksfazi) (*.net *.split)
- # [21:52] * Quits: jeremyj (~jeremyj@17.202.49.56) (*.net *.split)
- # [21:52] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [21:52] * Quits: tommyli__ (~tommyliu@14.155.66.56) (*.net *.split)
- # [21:52] * Quits: sarir (~sari@p50995cae.dip0.t-ipconnect.de) (*.net *.split)
- # [21:52] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
- # [21:52] * Quits: kangil (~kangil@210.94.41.89) (*.net *.split)
- # [21:52] * Quits: reggna_ (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [21:52] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
- # [21:52] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (*.net *.split)
- # [21:52] * Quits: zdobersek (~zan@109.201.154.177) (*.net *.split)
- # [21:52] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
- # [21:52] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (*.net *.split)
- # [21:52] * Quits: willchan (willchan@nat/google/x-bghbdphbictflyeo) (*.net *.split)
- # [21:52] * Quits: ondras (~ondras@zarovi.cz) (*.net *.split)
- # [21:52] * Quits: gavin__ (~gavin@76.14.87.162) (*.net *.split)
- # [21:52] * Quits: dglazkov_ (sid4270@gateway/web/irccloud.com/x-fwgirmcrybhqlero) (*.net *.split)
- # [21:52] * Quits: heqs (~heqs@certainly.not.hacked.jp) (*.net *.split)
- # [21:52] * Quits: mvujovic_ (sid13458@gateway/web/irccloud.com/x-isbmfjsakjzibckh) (*.net *.split)
- # [21:52] * Quits: beowulf (~sstewart@host86-168-39-181.range86-168.btcentralplus.com) (*.net *.split)
- # [21:52] * Quits: phuu (sid7721@gateway/web/irccloud.com/x-xhbpvwckubvquoky) (*.net *.split)
- # [21:52] * Quits: tyoshino______ (sid19222@gateway/web/irccloud.com/x-dvstvxeqgiiguuyt) (*.net *.split)
- # [21:52] * Quits: slightlyoff (sid1768@gateway/web/irccloud.com/x-dwkyrqjyboernyaz) (*.net *.split)
- # [21:52] * Quits: rwaldron (rwaldron@gateway/shell/jquery.com/x-dgejxcjycyuvzbkw) (*.net *.split)
- # [21:52] * Quits: Philip` (~philip@compass.zaynar.co.uk) (*.net *.split)
- # [21:52] * Quits: jahman (~woops@129.175.204.73) (*.net *.split)
- # [21:52] * Quits: paolo (~paolo@unaffiliated/paolo) (*.net *.split)
- # [21:52] * Quits: Workshiva (~Dashiva@74.125.121.65) (*.net *.split)
- # [21:52] * Quits: jamorton1 (~jamorton@198.199.70.146) (*.net *.split)
- # [21:52] * Quits: eric_carlson (~eric@17.202.43.125) (*.net *.split)
- # [21:52] * Quits: howitdo (~howitdo@unaffiliated/howitdo) (*.net *.split)
- # [21:52] * Quits: Johnny- (~null@unaffiliated/johnny-) (*.net *.split)
- # [21:52] * Quits: odinho (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [21:52] * Quits: xxtjaxx (~xxtjaxx@kde/developer/marschke) (*.net *.split)
- # [21:52] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (*.net *.split)
- # [21:52] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (*.net *.split)
- # [21:52] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (*.net *.split)
- # [21:52] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (*.net *.split)
- # [21:52] * Quits: MikeSmith (~mike@sideshowbarker.net) (*.net *.split)
- # [21:52] * Quits: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net) (*.net *.split)
- # [21:52] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
- # [21:52] * Quits: jernoble_ (~jernoble@17.202.46.221) (*.net *.split)
- # [21:52] * Quits: parshap (sid18846@gateway/web/irccloud.com/x-dwwemzvrvwvdsddj) (*.net *.split)
- # [21:52] * Quits: webben (~benjamin@hq.benjaminhawkeslewis.com) (*.net *.split)
- # [21:52] * Quits: edsu (~edsu@pdpc/supporter/active/edsu) (*.net *.split)
- # [21:52] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-cvqgfyygjfwhycpq) (*.net *.split)
- # [21:52] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (*.net *.split)
- # [21:52] * Quits: Amaan (uid4967@gateway/web/irccloud.com/x-kdtusjrgqncuyyvm) (*.net *.split)
- # [21:52] * Quits: seventh (seventh@192.64.5.185) (*.net *.split)
- # [21:52] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (*.net *.split)
- # [21:52] * Quits: mmun (~mmun@107.170.142.236) (*.net *.split)
- # [21:52] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [21:52] * Quits: matijs (sid2278@gateway/web/irccloud.com/x-kgtlhgcycxjxeyms) (*.net *.split)
- # [21:52] * Quits: wycats (sid79@gateway/web/irccloud.com/x-aljygctxkzyglpng) (*.net *.split)
- # [21:52] * Quits: cabanier (sid15093@gateway/web/irccloud.com/x-wdazyxowxfdelzao) (*.net *.split)
- # [21:52] * Quits: SamB (~SamB@2001:470:1f07:57:68d1:ae44:818a:104a) (*.net *.split)
- # [21:52] * Quits: krit (sid15081@gateway/web/irccloud.com/x-nqhqxjdpdezrjloc) (*.net *.split)
- # [21:52] * Quits: scheib (sid4467@gateway/web/irccloud.com/x-whrxjydisnovjofz) (*.net *.split)
- # [21:52] * Quits: scottjehl_____ (sid3055@gateway/web/irccloud.com/x-zrdmobjahgrewjcv) (*.net *.split)
- # [21:52] * Quits: kirjs__ (sid25169@gateway/web/irccloud.com/x-tgkodpwgilksggjp) (*.net *.split)
- # [21:52] * Quits: hayato (sid20728@gateway/web/irccloud.com/x-uwtyzgwqvfwfzgek) (*.net *.split)
- # [21:52] * Quits: sspi (uid34681@gateway/web/irccloud.com/x-xxymdulyjbxwuztw) (*.net *.split)
- # [21:52] * Quits: mattur (sid16049@gateway/web/irccloud.com/x-szxcsgezgkngztxq) (*.net *.split)
- # [21:52] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [21:52] * Quits: cbiesinger_ (sid8099@gateway/web/irccloud.com/x-wybwxwkrmircyyqu) (*.net *.split)
- # [21:52] * Quits: cfq_ (sid18398@gateway/web/irccloud.com/x-bihkxmbbfcqyprsu) (*.net *.split)
- # [21:52] * Quits: bterlson (sid23757@gateway/web/irccloud.com/x-mswnupgytlbhokyg) (*.net *.split)
- # [21:52] * Quits: Guest40758 (sid18787@gateway/web/irccloud.com/x-acusodlrwudsdiws) (*.net *.split)
- # [21:52] * Quits: twisted` (sid6794@gateway/web/irccloud.com/x-uuoltbonjauzladf) (*.net *.split)
- # [21:52] * Quits: tmfsd (sid26422@gateway/web/irccloud.com/x-gwaetfdicqijechx) (*.net *.split)
- # [21:52] * Quits: abarth (sid5294@gateway/web/irccloud.com/x-bohtffkibpruegmd) (*.net *.split)
- # [21:52] * Quits: zama_ (zama@2604:180::502b:135a) (*.net *.split)
- # [21:52] * Quits: Hixie_ (~ianh@178.255.149.100) (*.net *.split)
- # [21:52] * Quits: payman (~payman@ip-200.t2.se.opera.com) (*.net *.split)
- # [21:52] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [21:52] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (*.net *.split)
- # [21:52] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (*.net *.split)
- # [21:52] * Quits: danielfilho (~danielfil@208.68.39.233) (*.net *.split)
- # [21:52] * Quits: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net) (*.net *.split)
- # [21:52] * Quits: Garbee (uid21171@gateway/web/irccloud.com/x-mxxrbjxeukgmvqzc) (*.net *.split)
- # [21:52] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (*.net *.split)
- # [21:52] * Quits: cwilso (sid10206@gateway/web/irccloud.com/x-fdksgnrdysoztlmk) (*.net *.split)
- # [21:52] * Quits: sgalineau (sid26595@gateway/web/irccloud.com/x-fbenelkasptdgllc) (*.net *.split)
- # [21:52] * Quits: yhirano_ (uid40668@gateway/web/irccloud.com/x-htazppeaowtivecp) (*.net *.split)
- # [21:52] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
- # [21:52] * Quits: nephyrin` (~neph@2620:101:80fc:224:7a2b:cbff:fe9e:2e67) (*.net *.split)
- # [21:52] * Quits: amtiskaw (sid19262@gateway/web/irccloud.com/x-goyxltrdyhbaksqt) (*.net *.split)
- # [21:52] * Quits: esprehn_ (sid10445@gateway/web/irccloud.com/x-egadllaummmkibyn) (*.net *.split)
- # [21:52] * Quits: ndkrempel (ndkrempel@nat/google/x-xklfdyjcdncdsobj) (*.net *.split)
- # [21:52] * Quits: sballesteros (uid39846@gateway/web/irccloud.com/x-uogrtllhrblxdnot) (*.net *.split)
- # [21:52] * Quits: jcgregorio (jcgregorio@nat/google/x-kjpeuhlzndyrddzd) (*.net *.split)
- # [21:52] * Quits: Phae (sid455@gateway/web/irccloud.com/x-bzslvhzwvqkadqtl) (*.net *.split)
- # [21:52] * Quits: yutak (~yutak@2401:fa00:4:1000:1176:5dbd:f13a:e42) (*.net *.split)
- # [21:52] * Quits: kochi1 (~kochi@2401:fa00:4:1000:8974:c0d0:1827:e589) (*.net *.split)
- # [21:52] * Quits: kochi (~kochi@2401:fa00:4:1000:8974:c0d0:1827:e589) (*.net *.split)
- # [21:52] * Quits: FerasM_ (sid28672@gateway/web/irccloud.com/x-gvjtjfpuzatopuei) (*.net *.split)
- # [21:52] * Quits: th2389_ (uid27360@gateway/web/irccloud.com/x-hzwpuazkvvcywuji) (*.net *.split)
- # [21:52] * Quits: daleharvey (sid513@gateway/web/irccloud.com/x-vlktjwytdktlddgr) (*.net *.split)
- # [21:52] * Quits: wanderview (sid22777@gateway/web/irccloud.com/x-xdsaucszwilbqvyd) (*.net *.split)
- # [21:52] * Quits: abucur (sid19072@gateway/web/irccloud.com/x-qvttyyzacksuenay) (*.net *.split)
- # [21:52] * Quits: arv_ (sid4269@gateway/web/irccloud.com/x-nggdfretyybabrgw) (*.net *.split)
- # [21:52] * Quits: mathiasbynens (sid2247@gateway/web/irccloud.com/x-vtcdrkvuewgnakvy) (*.net *.split)
- # [21:52] * Quits: JonathanNeal (sid5831@gateway/web/irccloud.com/x-wdgijdpphpbrtgmh) (*.net *.split)
- # [21:52] * Quits: calvinmetcalf (uid25915@gateway/web/irccloud.com/x-mulnmlrqqqiingyg) (*.net *.split)
- # [21:52] * Quits: remysharp_ (sid4345@gateway/web/irccloud.com/x-mfwvqgocrqfpsucr) (*.net *.split)
- # [21:52] * Quits: jyasskin_w (jyasskin@nat/google/x-aopjpghujazzanzv) (*.net *.split)
- # [21:52] * Quits: dwim (~dwim@210.94.41.89) (*.net *.split)
- # [21:52] * Quits: foolip (~philip@37.139.17.34) (*.net *.split)
- # [21:52] * Quits: ivan`` (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [21:52] * Quits: sangwhan (sid12645@gateway/web/irccloud.com/x-btaszxipmuzdmlgr) (*.net *.split)
- # [21:52] * Quits: feltnerm_ (~feltnerm@li725-190.members.linode.com) (*.net *.split)
- # [21:52] * Quits: pdr (sid7901@pdpc/supporter/active/pdr) (*.net *.split)
- # [21:52] * Quits: gnarf (gnarf@unaffiliated/gnarf) (*.net *.split)
- # [21:52] * Quits: dshwang (~dshwang@192.55.54.40) (*.net *.split)
- # [21:52] * Quits: bnicholson (~bnicholso@24.130.57.109) (*.net *.split)
- # [21:52] * Quits: mven (~textual@169.241.49.57) (*.net *.split)
- # [21:52] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [21:52] * Quits: clamstar (~rx-ident@162.243.230.189) (*.net *.split)
- # [21:52] * Quits: tyls (~tylsmith@104.131.142.157) (*.net *.split)
- # [21:52] * Quits: Krinkle|detached (~Krinkle@wikimedia/Krinkle) (*.net *.split)
- # [21:52] * Quits: kborchers (kborchers@gateway/shell/jquery.com/x-yvdukmhqszpcxuyp) (*.net *.split)
- # [21:52] * Quits: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-vmkrhstbtoxbtzie) (*.net *.split)
- # [21:52] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
- # [21:52] * Quits: ricea (~ricea@2401:fa00:4:1000:c93b:a4bd:6abd:fa09) (*.net *.split)
- # [21:52] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (*.net *.split)
- # [21:52] * Quits: Goplat (~goplat@reactos/developer/Goplat) (*.net *.split)
- # [21:52] * Quits: bret (~boot@50.7.8.106) (*.net *.split)
- # [21:52] * Quits: jory (~jory@supercu.be) (*.net *.split)
- # [21:52] * Quits: lokling (~quassel@quassel.woboq.de) (*.net *.split)
- # [21:52] * Quits: gsnedders (~gsnedders@5.2.16.23) (*.net *.split)
- # [21:52] * Quits: kriskowal (~kriskowal@66-215-92-194.dhcp.psdn.ca.charter.com) (*.net *.split)
- # [21:52] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
- # [21:52] * Quits: roc (~chatzilla@121-99-135-48.bng1.tvc.orcon.net.nz) (*.net *.split)
- # [21:52] * Quits: ato (sid16069@gateway/web/irccloud.com/x-agcvoxqssowsjgfm) (*.net *.split)
- # [21:52] * Quits: birtles_ (sid16523@gateway/web/irccloud.com/x-ggrgapmacopnddqo) (*.net *.split)
- # [21:52] * Quits: ojan (sid5519@gateway/web/irccloud.com/x-plugdyqswqbhdhes) (*.net *.split)
- # [21:52] * Quits: aklein (sid4454@gateway/web/irccloud.com/x-rlldeggakvfdjdyj) (*.net *.split)
- # [21:52] * Quits: falken (falken@nat/google/x-cepaukkphptobwwm) (*.net *.split)
- # [21:52] * Quits: jkomoros___ (uid7860@gateway/web/irccloud.com/x-ygbdrmzynintmury) (*.net *.split)
- # [21:52] * Quits: timeless (sid4015@firefox/developer/timeless) (*.net *.split)
- # [21:52] * Quits: jorendorff (sid28423@gateway/web/irccloud.com/x-bunhuxnzaqmeoald) (*.net *.split)
- # [21:52] * Quits: Domenic (sid10976@gateway/web/irccloud.com/x-xbfnxuxnzqrthflx) (*.net *.split)
- # [21:52] * Quits: astearns (sid15080@gateway/web/irccloud.com/x-fgmwbbdfaejsssvf) (*.net *.split)
- # [21:52] * Quits: dfreedm (sid7859@gateway/web/irccloud.com/x-cqkmvfjwvogvzpmp) (*.net *.split)
- # [21:52] * Quits: tobie (sid5692@gateway/web/irccloud.com/x-wnxzlinyzaxdyagm) (*.net *.split)
- # [21:52] * Quits: Fusl (Fusl@unaffiliated/fusl) (*.net *.split)
- # [21:52] * Quits: charl (~charl@subarashii.eu) (*.net *.split)
- # [21:52] * Quits: suzak (~suzak@www4346uf.sakura.ne.jp) (*.net *.split)
- # [21:52] * Quits: miketaylr (~miketaylr@192.241.222.35) (*.net *.split)
- # [21:52] * Quits: mounir_ (~mounir@oldworld.fr) (*.net *.split)
- # [21:52] * Quits: jxs (~joaoxsoul@108.61.103.154) (*.net *.split)
- # [21:52] * Quits: SimonSapin (~simon@hako.exyr.org) (*.net *.split)
- # [21:52] * Quits: hdv (sid2376@gateway/web/irccloud.com/x-softzaebxjfkspvt) (*.net *.split)
- # [21:52] * Quits: jamesr__ (sid10481@gateway/web/irccloud.com/x-pksaycwoxbfevfxq) (*.net *.split)
- # [21:52] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (*.net *.split)
- # [21:52] * Quits: Areks (~kvirc@rs.gridnine.com) (*.net *.split)
- # [21:52] * Quits: ciluu (~ciluu@2a01:270:201f:0:20c:29ff:fe64:cafe) (*.net *.split)
- # [21:52] * Quits: Gege (gege@future.deferred.io) (*.net *.split)
- # [21:52] * Quits: weinig (~weinig@98.234.191.242) (*.net *.split)
- # [21:52] * Quits: nicolasbadia (~nicolasba@78.209.78.103) (*.net *.split)
- # [21:52] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (*.net *.split)
- # [21:52] * Quits: lerc (~quassel@121-74-5-229.telstraclear.net) (*.net *.split)
- # [21:52] * Quits: CvP (~CvP@27.147.199.131) (*.net *.split)
- # [21:52] * Quits: ashemedai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [21:52] * Quits: JakeA (uid3836@gateway/web/irccloud.com/x-fronohooftacrjui) (*.net *.split)
- # [21:52] * Quits: mmn (~MattN@192.95.22.58) (*.net *.split)
- # [21:52] * Quits: k308 (~k308@k308.de) (*.net *.split)
- # [21:52] * Quits: jtcranmer (~jcranmer@ras1.csl.tjhsst.edu) (*.net *.split)
- # [21:52] * Quits: rektide (~rektide@eldergods.com) (*.net *.split)
- # [21:52] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
- # [21:52] * Quits: Rubennn_ (~Rubennn@apher.gewooniets.nl) (*.net *.split)
- # [21:52] * Quits: chrisdickinson (~chrisdick@192.241.193.154) (*.net *.split)
- # [21:52] * Quits: rillian (giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [21:52] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
- # [21:52] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [21:52] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [21:53] * Joins: newtron (~newtron@184.175.4.74)
- # [21:53] * Joins: manu (~manu@216.252.204.51)
- # [21:53] * Joins: TabAtkins (sid11559@gateway/web/irccloud.com/x-bpycejmmibsfrnhb)
- # [21:53] * Joins: nickstenn (~nickstenn@pdpc/supporter/student/borior)
- # [21:53] * Joins: vitorpacheco (~vitor@177.99.29.232)
- # [21:53] * Joins: gavin_ (~gavin@76.14.87.162)
- # [21:53] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [21:53] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [21:53] * Joins: Manishearth (manisheart@wikipedia/Manishearth)
- # [21:53] * Joins: globbot (~logbot@lump.glob.com.au)
- # [21:53] * Joins: hsivonen (~hsivonen@bugzilla.validator.nu)
- # [21:53] * Joins: annevk (~annevk@46-127-136-57.dynamic.hispeed.ch)
- # [21:53] * Joins: rhiaro (~quassel@amy.so)
- # [21:53] * Joins: wakaba_ (~wakaba@176.184.128.101.dy.bbexcite.jp)
- # [21:53] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [21:53] * Joins: tommyli__ (~tommyliu@14.155.66.56)
- # [21:53] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [21:53] * Joins: weinig (~weinig@98.234.191.242)
- # [21:53] * Joins: benjamingr (uid23465@gateway/web/irccloud.com/x-cvqgfyygjfwhycpq)
- # [21:53] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [21:53] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [21:53] * Joins: nicolasbadia (~nicolasba@78.209.78.103)
- # [21:53] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [21:53] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [21:53] * Joins: dshwang (~dshwang@192.55.54.40)
- # [21:53] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [21:53] * Joins: Amaan (uid4967@gateway/web/irccloud.com/x-kdtusjrgqncuyyvm)
- # [21:53] * Joins: richt (~richt@192.121.59.29)
- # [21:53] * Joins: danielfilho (~danielfil@208.68.39.233)
- # [21:53] * Joins: jamorton1 (~jamorton@198.199.70.146)
- # [21:53] * Joins: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net)
- # [21:53] * Joins: seventh (seventh@192.64.5.185)
- # [21:53] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [21:53] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [21:53] * Joins: sarir (~sari@p50995cae.dip0.t-ipconnect.de)
- # [21:53] * Joins: Garbee (uid21171@gateway/web/irccloud.com/x-mxxrbjxeukgmvqzc)
- # [21:53] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [21:53] * Joins: zdobersek (~zan@109.201.154.177)
- # [21:53] * Joins: bnicholson (~bnicholso@24.130.57.109)
- # [21:53] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [21:53] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [21:53] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [21:53] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [21:53] * Joins: gsnedders (~gsnedders@5.2.16.23)
- # [21:53] * Joins: willchan (willchan@nat/google/x-bghbdphbictflyeo)
- # [21:53] * Joins: lerc (~quassel@121-74-5-229.telstraclear.net)
- # [21:53] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [21:53] * Joins: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net)
- # [21:53] * Joins: kriskowal (~kriskowal@66-215-92-194.dhcp.psdn.ca.charter.com)
- # [21:53] * Joins: mven (~textual@169.241.49.57)
- # [21:53] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [21:53] * Joins: CvP (~CvP@27.147.199.131)
- # [21:53] * Joins: ondras (~ondras@zarovi.cz)
- # [21:53] * Joins: cwilso (sid10206@gateway/web/irccloud.com/x-fdksgnrdysoztlmk)
- # [21:53] * Joins: sgalineau (sid26595@gateway/web/irccloud.com/x-fbenelkasptdgllc)
- # [21:53] * Joins: dglazkov_ (sid4270@gateway/web/irccloud.com/x-fwgirmcrybhqlero)
- # [21:53] * Joins: heqs (~heqs@certainly.not.hacked.jp)
- # [21:53] * Joins: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [21:53] * Joins: yhirano_ (uid40668@gateway/web/irccloud.com/x-htazppeaowtivecp)
- # [21:53] * Joins: ashemedai (asmodai@freebsd/developer/asmodai)
- # [21:53] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [21:53] * Joins: mpt (~mpt@canonical/mpt)
- # [21:53] * Joins: yhirano (yhirano@nat/google/x-xlcrwjkkfnksfazi)
- # [21:53] * Joins: roc (~chatzilla@121-99-135-48.bng1.tvc.orcon.net.nz)
- # [21:53] * Joins: ricea (~ricea@2401:fa00:4:1000:c93b:a4bd:6abd:fa09)
- # [21:53] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [21:53] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [21:53] * Joins: bret (~boot@50.7.8.106)
- # [21:53] * Joins: eric_carlson (~eric@17.202.43.125)
- # [21:53] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [21:53] * Joins: MikeSmith (~mike@sideshowbarker.net)
- # [21:53] * Joins: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net)
- # [21:53] * Joins: mmun (~mmun@107.170.142.236)
- # [21:53] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [21:53] * Joins: hober (~ted@unaffiliated/hober)
- # [21:53] * Joins: nephyrin` (~neph@2620:101:80fc:224:7a2b:cbff:fe9e:2e67)
- # [21:53] * Joins: wycats (sid79@gateway/web/irccloud.com/x-aljygctxkzyglpng)
- # [21:53] * Joins: mvujovic_ (sid13458@gateway/web/irccloud.com/x-isbmfjsakjzibckh)
- # [21:53] * Joins: amtiskaw (sid19262@gateway/web/irccloud.com/x-goyxltrdyhbaksqt)
- # [21:53] * Joins: matijs (sid2278@gateway/web/irccloud.com/x-kgtlhgcycxjxeyms)
- # [21:53] * Joins: esprehn_ (sid10445@gateway/web/irccloud.com/x-egadllaummmkibyn)
- # [21:53] * Joins: cabanier (sid15093@gateway/web/irccloud.com/x-wdazyxowxfdelzao)
- # [21:53] * Joins: ato (sid16069@gateway/web/irccloud.com/x-agcvoxqssowsjgfm)
- # [21:53] * Joins: birtles_ (sid16523@gateway/web/irccloud.com/x-ggrgapmacopnddqo)
- # [21:53] * Joins: SamB (~SamB@2001:470:1f07:57:68d1:ae44:818a:104a)
- # [21:53] * Joins: krit (sid15081@gateway/web/irccloud.com/x-nqhqxjdpdezrjloc)
- # [21:53] * Joins: scheib (sid4467@gateway/web/irccloud.com/x-whrxjydisnovjofz)
- # [21:53] * Joins: scottjehl_____ (sid3055@gateway/web/irccloud.com/x-zrdmobjahgrewjcv)
- # [21:53] * Joins: kirjs__ (sid25169@gateway/web/irccloud.com/x-tgkodpwgilksggjp)
- # [21:53] * Joins: ojan (sid5519@gateway/web/irccloud.com/x-plugdyqswqbhdhes)
- # [21:53] * Joins: hayato (sid20728@gateway/web/irccloud.com/x-uwtyzgwqvfwfzgek)
- # [21:53] * Joins: jory (~jory@supercu.be)
- # [21:53] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
- # [21:53] * Joins: sspi (uid34681@gateway/web/irccloud.com/x-xxymdulyjbxwuztw)
- # [21:53] * Joins: mattur (sid16049@gateway/web/irccloud.com/x-szxcsgezgkngztxq)
- # [21:53] * Joins: ndkrempel (ndkrempel@nat/google/x-xklfdyjcdncdsobj)
- # [21:53] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [21:53] * Joins: sballesteros (uid39846@gateway/web/irccloud.com/x-uogrtllhrblxdnot)
- # [21:53] * Joins: jcgregorio (jcgregorio@nat/google/x-kjpeuhlzndyrddzd)
- # [21:53] * Joins: beowulf (~sstewart@host86-168-39-181.range86-168.btcentralplus.com)
- # [21:53] * Joins: Phae (sid455@gateway/web/irccloud.com/x-bzslvhzwvqkadqtl)
- # [21:53] * Joins: jernoble_ (~jernoble@17.202.46.221)
- # [21:53] * Joins: aklein (sid4454@gateway/web/irccloud.com/x-rlldeggakvfdjdyj)
- # [21:53] * Joins: Areks (~kvirc@rs.gridnine.com)
- # [21:53] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [21:53] * Joins: falken (falken@nat/google/x-cepaukkphptobwwm)
- # [21:53] * Joins: yutak (~yutak@2401:fa00:4:1000:1176:5dbd:f13a:e42)
- # [21:53] * Joins: kochi1 (~kochi@2401:fa00:4:1000:8974:c0d0:1827:e589)
- # [21:53] * Joins: kochi (~kochi@2401:fa00:4:1000:8974:c0d0:1827:e589)
- # [21:53] * Joins: twisted` (sid6794@gateway/web/irccloud.com/x-uuoltbonjauzladf)
- # [21:53] * Joins: jkomoros___ (uid7860@gateway/web/irccloud.com/x-ygbdrmzynintmury)
- # [21:53] * Joins: FerasM_ (sid28672@gateway/web/irccloud.com/x-gvjtjfpuzatopuei)
- # [21:53] * Joins: timeless (sid4015@firefox/developer/timeless)
- # [21:53] * Joins: th2389_ (uid27360@gateway/web/irccloud.com/x-hzwpuazkvvcywuji)
- # [21:53] * Joins: daleharvey (sid513@gateway/web/irccloud.com/x-vlktjwytdktlddgr)
- # [21:53] * Joins: phuu (sid7721@gateway/web/irccloud.com/x-xhbpvwckubvquoky)
- # [21:53] * Joins: wanderview (sid22777@gateway/web/irccloud.com/x-xdsaucszwilbqvyd)
- # [21:53] * Joins: parshap (sid18846@gateway/web/irccloud.com/x-dwwemzvrvwvdsddj)
- # [21:53] * Joins: cbiesinger_ (sid8099@gateway/web/irccloud.com/x-wybwxwkrmircyyqu)
- # [21:53] * Joins: jorendorff (sid28423@gateway/web/irccloud.com/x-bunhuxnzaqmeoald)
- # [21:53] * Joins: cfq_ (sid18398@gateway/web/irccloud.com/x-bihkxmbbfcqyprsu)
- # [21:53] * Joins: bterlson (sid23757@gateway/web/irccloud.com/x-mswnupgytlbhokyg)
- # [21:53] * Joins: mathiasbynens (sid2247@gateway/web/irccloud.com/x-vtcdrkvuewgnakvy)
- # [21:53] * Joins: Domenic (sid10976@gateway/web/irccloud.com/x-xbfnxuxnzqrthflx)
- # [21:53] * Joins: slightlyoff (sid1768@gateway/web/irccloud.com/x-dwkyrqjyboernyaz)
- # [21:53] * Joins: astearns (sid15080@gateway/web/irccloud.com/x-fgmwbbdfaejsssvf)
- # [21:53] * Joins: abucur (sid19072@gateway/web/irccloud.com/x-qvttyyzacksuenay)
- # [21:53] * Joins: arv_ (sid4269@gateway/web/irccloud.com/x-nggdfretyybabrgw)
- # [21:53] * Joins: tyoshino______ (sid19222@gateway/web/irccloud.com/x-dvstvxeqgiiguuyt)
- # [21:53] * Joins: Guest40758 (sid18787@gateway/web/irccloud.com/x-acusodlrwudsdiws)
- # [21:53] * Joins: JonathanNeal (sid5831@gateway/web/irccloud.com/x-wdgijdpphpbrtgmh)
- # [21:53] * Joins: calvinmetcalf (uid25915@gateway/web/irccloud.com/x-mulnmlrqqqiingyg)
- # [21:53] * Joins: tmfsd (sid26422@gateway/web/irccloud.com/x-gwaetfdicqijechx)
- # [21:53] * Joins: abarth (sid5294@gateway/web/irccloud.com/x-bohtffkibpruegmd)
- # [21:53] * Joins: dfreedm (sid7859@gateway/web/irccloud.com/x-cqkmvfjwvogvzpmp)
- # [21:53] * Joins: JakeA (uid3836@gateway/web/irccloud.com/x-fronohooftacrjui)
- # [21:53] * Joins: tobie (sid5692@gateway/web/irccloud.com/x-wnxzlinyzaxdyagm)
- # [21:53] * Joins: remysharp_ (sid4345@gateway/web/irccloud.com/x-mfwvqgocrqfpsucr)
- # [21:53] * Joins: mmn (~MattN@192.95.22.58)
- # [21:53] * Joins: jyasskin_w (jyasskin@nat/google/x-aopjpghujazzanzv)
- # [21:53] * Joins: Fusl (Fusl@unaffiliated/fusl)
- # [21:53] * Joins: ciluu (~ciluu@2a01:270:201f:0:20c:29ff:fe64:cafe)
- # [21:53] * Joins: clamstar (~rx-ident@162.243.230.189)
- # [21:53] * Joins: kangil (~kangil@210.94.41.89)
- # [21:53] * Joins: dwim (~dwim@210.94.41.89)
- # [21:53] * Joins: foolip (~philip@37.139.17.34)
- # [21:53] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
- # [21:53] * Joins: reggna_ (~reggna@irc.jagochmittmoln.se)
- # [21:53] * Joins: zama_ (zama@2604:180::502b:135a)
- # [21:53] * Joins: k308 (~k308@k308.de)
- # [21:53] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [21:53] * Joins: Hixie_ (~ianh@178.255.149.100)
- # [21:53] * Joins: jtcranmer (~jcranmer@ras1.csl.tjhsst.edu)
- # [21:53] * Joins: charl (~charl@subarashii.eu)
- # [21:53] * Joins: rektide (~rektide@eldergods.com)
- # [21:53] * Joins: rwaldron (rwaldron@gateway/shell/jquery.com/x-dgejxcjycyuvzbkw)
- # [21:53] * Joins: webben (~benjamin@hq.benjaminhawkeslewis.com)
- # [21:53] * Joins: Philip` (~philip@compass.zaynar.co.uk)
- # [21:53] * Joins: chrisdickinson (~chrisdick@192.241.193.154)
- # [21:53] * Joins: tyls (~tylsmith@104.131.142.157)
- # [21:53] * Joins: ivan`` (~ivan@unaffiliated/ivan/x-000001)
- # [21:53] * Joins: jmb (~jmb@mail.parsifal.org.uk)
- # [21:53] * Joins: jxs (~joaoxsoul@108.61.103.154)
- # [21:53] * Joins: edsu (~edsu@pdpc/supporter/active/edsu)
- # [21:53] * Joins: Johnny- (~null@unaffiliated/johnny-)
- # [21:53] * Joins: jahman (~woops@129.175.204.73)
- # [21:53] * Joins: paolo (~paolo@unaffiliated/paolo)
- # [21:53] * Joins: Krinkle|detached (~Krinkle@wikimedia/Krinkle)
- # [21:53] * Joins: Rubennn_ (~Rubennn@apher.gewooniets.nl)
- # [21:53] * Joins: Gege (gege@future.deferred.io)
- # [21:53] * Joins: Workshiva (~Dashiva@74.125.121.65)
- # [21:53] * Joins: suzak (~suzak@www4346uf.sakura.ne.jp)
- # [21:53] * Joins: odinho (odinho@dalvik.ping.uio.no)
- # [21:53] * Joins: miketaylr (~miketaylr@192.241.222.35)
- # [21:53] * Joins: xxtjaxx (~xxtjaxx@kde/developer/marschke)
- # [21:53] * Joins: mounir_ (~mounir@oldworld.fr)
- # [21:53] * Joins: rillian (giles@mf4-xiph.osuosl.org)
- # [21:53] * Joins: payman (~payman@ip-200.t2.se.opera.com)
- # [21:53] * Joins: riddle (riddle@us.yunix.net)
- # [21:53] * Joins: kborchers (kborchers@gateway/shell/jquery.com/x-yvdukmhqszpcxuyp)
- # [21:53] * Joins: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-vmkrhstbtoxbtzie)
- # [21:53] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [21:53] * Joins: lokling (~quassel@quassel.woboq.de)
- # [21:53] * Joins: bzed (~bzed@devel.recluse.de)
- # [21:53] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [21:53] * Joins: 5EXAAABVN (tom@freenode/staff/tomaw)
- # [21:53] * Joins: SimonSapin (~simon@hako.exyr.org)
- # [21:53] * Joins: hdv (sid2376@gateway/web/irccloud.com/x-softzaebxjfkspvt)
- # [21:53] * Joins: jamesr__ (sid10481@gateway/web/irccloud.com/x-pksaycwoxbfevfxq)
- # [21:53] * Joins: sangwhan (sid12645@gateway/web/irccloud.com/x-btaszxipmuzdmlgr)
- # [21:53] * Joins: feltnerm_ (~feltnerm@li725-190.members.linode.com)
- # [21:53] * Joins: pdr (sid7901@pdpc/supporter/active/pdr)
- # [21:53] * Joins: gnarf (gnarf@unaffiliated/gnarf)
- # [21:54] * 5EXAAABVN is now known as tomaw
- # [21:55] -tomaw- [Global Notice] Sorry about the noise - it seems one of our hubs had some issues so we've worked around it for now.
- # [21:58] * Joins: ambv (~ambv@d23-16-55-40.bchsia.telus.net)
- # [22:14] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 264 seconds)
- # [22:14] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [22:39] * Quits: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [22:42] * Quits: zdobersek (~zan@109.201.154.177) (Quit: Leaving.)
- # [22:48] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [22:48] * Quits: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [22:49] * Joins: KevinMarks2 (~yaaic@2607:fb90:501:d5df:ff2d:400:83a6:3177)
- # [22:53] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Ping timeout: 244 seconds)
- # [22:54] * Joins: tav (~tav`@host86-185-186-93.range86-185.btcentralplus.com)
- # [23:09] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [23:12] * Joins: numproc (~numproc@46.19.230.3)
- # [23:14] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [23:14] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [23:15] * Quits: newtron (~newtron@184.175.4.74) (Remote host closed the connection)
- # [23:19] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 240 seconds)
- # [23:22] * Quits: ambv (~ambv@d23-16-55-40.bchsia.telus.net) (Quit: sys.exit(0) # computer went to sleep)
- # [23:26] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:46] * Joins: bholley (~bholley@c-67-161-57-5.hsd1.ca.comcast.net)
- # [23:49] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
- # [23:50] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # Session Close: Sun Aug 17 00:00:00 2014
The end :)