Options:
- # Session Start: Fri Oct 12 00:00:00 2012
- # Session Ident: #html5
- # [00:00] * Joins: schnoodles (~schnoodle@melbourne.99cluster.com)
- # [00:00] * Quits: carlos_antonio (~benway@unaffiliated/disusered) (Quit: Lost terminal)
- # [00:01] * Quits: tantek (~tantek@66-87-7-124.pools.spcsdns.net) (Quit: tantek)
- # [00:02] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 252 seconds)
- # [00:11] * Quits: mstalfoort (~manuchill@546AF15F.cm-12-3d.dynamic.ziggo.nl) (Quit: kthxbai)
- # [00:12] * Quits: saschagehlich (~sascha@p57931BB4.dip.t-dialin.net) (Quit: saschagehlich)
- # [00:13] <WebDragon> holy crap
- # [00:13] <WebDragon> a.tooltip::before { content: attr(data-tip); /* ... */ } I didn't know you could do THAT
- # [00:13] <WebDragon> *(@&#$(&ing wow
- # [00:14] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 256 seconds)
- # [00:15] * Quits: TomWij (~TomWij@91.183.48.218) (Read error: Connection reset by peer)
- # [00:16] * Joins: quiliro1 (~ana@189.27.113.36.dynamic.adsl.gvt.net.br)
- # [00:16] <tw2113> basically grab data attributes and put them in the css?
- # [00:16] * Quits: quiliro (~ana@189.27.113.36.dynamic.adsl.gvt.net.br) (Read error: Connection reset by peer)
- # [00:17] * Joins: TomWij (~TomWij@91.183.48.218)
- # [00:17] * Joins: coellobranco (~FoRcEr@103.Red-88-24-231.staticIP.rima-tde.net)
- # [00:18] <tw2113> isn't frontend dev fun?
- # [00:18] * Quits: chrelad (45a8f96b@gateway/web/freenode/ip.69.168.249.107) (Ping timeout: 245 seconds)
- # [00:19] <tw2113> WebDragon, don't forget a.tooltip:hover::before
- # [00:20] * Quits: Brodingo (~Brodingo@rrcs-71-42-225-154.sw.biz.rr.com) (Quit: (╯°□°)╯︵ǝpouǝǝɹɟ)
- # [00:20] <WebDragon> tw2113: no that was implied by the example http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-tooltips-courtesy-of-html5-data-attributes/
- # [00:20] <WebDragon> that's damn nifty though
- # [00:20] <WebDragon> don't even need js for that
- # [00:20] <tw2113> this css thing is kind of a big deal now
- # [00:20] * Quits: _dc (~dc@adrian.nat.trb.com) (Ping timeout: 245 seconds)
- # [00:21] * abstractj|brb is now known as abstractj|away
- # [00:23] * Joins: tantek (~tantek@nat/mozilla/x-xasjxlkeqpafrnad)
- # [00:23] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
- # [00:24] * Quits: WouterDS (~WouterDS@unaffiliated/wouterds) (Quit: Leaving...)
- # [00:24] <WebDragon> tw2113: used the xdissent/ievms the other day to help me get a fully cross browser compatible (opera, chrome, FF, IE 7-9) solution for a transparent radial gradient header overlaying a background image
- # [00:25] <tw2113> cool
- # [00:25] <WebDragon> and even though it didn't match the original PNG gradient exactly (which had the transparency reversed within it which was why I didn't use it) the client LOVED the solution
- # [00:25] <WebDragon> and my boss is all "Why are you wasting time on this?"
- # [00:25] <WebDragon> when client gets back to me with COOL I'm all :IT IS MADE OF WIN AND OMG
- # [00:26] <WebDragon> that's why i wasted time with it. plus now I can repeat it :D
- # [00:26] <WebDragon> having way too much fun with this new stuff
- # [00:26] <WebDragon> hehe
- # [00:26] <WebDragon> tw2113: http://jsfiddle.net/WebDragon/3LqgB/show/ the winning entry after much fiddling
- # [00:26] <WebDragon> finding prefixfree with just the right timing was the icing on the cake
- # [00:27] <tw2113> i wonder why the boss was so upset
- # [00:27] <tw2113> too much paid time on it perhaps?
- # [00:28] <WebDragon> paid by project not hourly for this one site
- # [00:28] <tw2113> ah
- # [00:28] <tw2113> no worries there then
- # [00:28] <WebDragon> just that we have SO much frigging work on the table at the moment
- # [00:28] * Joins: bayvakoof (~bayvakoof@bas13-kitchener06-3096687436.dsl.bell.ca)
- # [00:28] * Quits: bayvakoof (~bayvakoof@bas13-kitchener06-3096687436.dsl.bell.ca) (Changing host)
- # [00:28] * Joins: bayvakoof (~bayvakoof@unaffiliated/bayvakoof)
- # [00:28] <WebDragon> but this is one of our better clients, and they do very high end graphical work (usually we get website changes from them as PSD files and it's up to me to render it as html+css as best as I can)
- # [00:29] <WebDragon> LOVE the challenge, they do great work and it's always fun and I learn new stuff figuring out how to make their design ideas work
- # [00:29] <WebDragon> but.. sometimes it takes time. I'm of the opinion that the end result is usually worth it so long as the markup and styles are clean and maintainable and future-proofed
- # [00:29] <tw2113> i need to find good uses for data attributes in my current job
- # [00:30] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
- # [00:30] <WebDragon> I'm currently working on a redesign they put together for www.phantomlab.com/products/catphan.php to have REALLY large header images, and tabs below for additional product info all on the same page rather than use separate pages for the small amount of product-specific info they want
- # [00:31] <WebDragon> planning to use data atts to specify which image goes behind the header section after you click the tab to show the various bits of content.
- # [00:31] <WebDragon> due to the design the areas are discontiguous, which makes for interesting challenge with jquery
- # [00:32] <tw2113> so far all of my stuff at this job has been php and data processing
- # [00:32] <WebDragon> yeah. I do way too much php -- hardly ever get to use Perl anymore to the point I'm losing my chops with it
- # [00:33] <WebDragon> php's a mess
- # [00:33] <tw2113> it may be, but it's always still a big enough challenge to keep me intrigued
- # [00:33] <tw2113> but some js thrown in the mix would be awesome
- # [00:35] <tw2113> sometime soon, i should be getting a phone call from my parents as well *taps foot*
- # [00:39] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427])
- # [00:39] * Quits: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at) (Quit: Leaving...)
- # [00:43] * Joins: rds_ (~rds@122.167.33.20)
- # [00:44] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [00:44] * Quits: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net) (Quit: Leaving)
- # [00:45] * Joins: dgathright (~dgathrigh@nat/yahoo/x-glcejmumahwaawan)
- # [00:45] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [00:45] * Quits: fritzy_ (~fritzy@71-84-176-9.dhcp.mdfd.or.charter.com) (Remote host closed the connection)
- # [00:47] * Joins: martisj (~martisj@ppp154-95.static.internode.on.net)
- # [00:47] * Quits: sasori (~sasori@cm223.sigma174.maxonline.com.sg) (Ping timeout: 245 seconds)
- # [00:47] * Joins: fritzy (~fritzy@71-84-176-9.dhcp.mdfd.or.charter.com)
- # [00:50] * Quits: pandeiro (~mu@177.33.182.220) (Quit: WeeChat 0.3.9)
- # [00:55] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [00:56] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [01:01] * Quits: popolvuh (~populvuh@unaffiliated/populvuh) (Remote host closed the connection)
- # [01:02] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
- # [01:06] * Quits: Reite (~chris@cm-84.211.71.25.getinternet.no) (Ping timeout: 252 seconds)
- # [01:06] * Joins: boB_K7IQ (~IceChat9@23-25-129-30-static.hfc.comcastbusiness.net)
- # [01:07] * Joins: aniasis (~aniasis@64.124.202.222)
- # [01:10] * Quits: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net) (Ping timeout: 245 seconds)
- # [01:10] * Quits: karega (~aniasis@64.69.4.11) (Ping timeout: 255 seconds)
- # [01:12] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
- # [01:14] * Quits: fritzy (~fritzy@71-84-176-9.dhcp.mdfd.or.charter.com) (Remote host closed the connection)
- # [01:14] * Joins: fritzy (~fritzy@71-84-176-9.dhcp.mdfd.or.charter.com)
- # [01:17] * Joins: CrawfordComeaux (~CrawfordC@76.72.19.49)
- # [01:17] <CrawfordComeaux> How can I get these two arrows to sit side-by-side: http://jsfiddle.net/zhTbu/
- # [01:17] * Quits: mmlac (~mmlac@108-65-78-87.lightspeed.sntcca.sbcglobal.net) (Quit: mmlac)
- # [01:18] * Quits: garciawebdev (~garciaweb@190.244.76.14) (Remote host closed the connection)
- # [01:18] <bayvakoof> add float: left to .pointer-up
- # [01:18] * Joins: mattkelly_ (~mattwkell@64.125.189.90)
- # [01:19] * Quits: mattkelly_ (~mattwkell@64.125.189.90) (Client Quit)
- # [01:19] <bayvakoof> why don't you use images instead?
- # [01:20] * Joins: mattkelly_ (~mattwkell@64.125.189.90)
- # [01:20] * Quits: mattkelly_ (~mattwkell@64.125.189.90) (Client Quit)
- # [01:21] * Joins: mattkelly_ (~mattwkell@64.125.189.90)
- # [01:21] * Quits: dgathright (~dgathrigh@nat/yahoo/x-glcejmumahwaawan) (Quit: dgathright)
- # [01:21] <CrawfordComeaux> bayvakoof: no reason...just exploring css shapes & pseudo-classes
- # [01:23] * Quits: Leeol2 (~Leeol@71-221-64-91.eugn.qwest.net) (Quit: Leaving)
- # [01:23] * Quits: BreadMaker (~BreadMake@pc-120-215-239-201.cm.vtr.net) (Quit: FUAAAAAAAA!!!)
- # [01:24] * Quits: drublic (~drublic@frbg-5d84e47b.pool.mediaWays.net) (Remote host closed the connection)
- # [01:26] * Joins: sasori (~chatzilla@202.27.31.225)
- # [01:26] * Quits: aniasis (~aniasis@64.124.202.222) (Ping timeout: 245 seconds)
- # [01:26] * Quits: Multiply (~Multiply@unaffiliated/multiply) (Read error: Connection reset by peer)
- # [01:27] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [01:27] * mattkelly_ is now known as mattkelly
- # [01:28] * Quits: sasori (~chatzilla@202.27.31.225) (Remote host closed the connection)
- # [01:28] * Quits: mattkelly (~mattwkell@64.125.189.90) (Changing host)
- # [01:28] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [01:36] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
- # [01:36] * Quits: pensive612 (~pensive61@67.220.215.93) (Ping timeout: 245 seconds)
- # [01:36] * Quits: justinBeaudry (~justinbea@cpe-70-113-195-250.austin.res.rr.com) (Quit: justinBeaudry)
- # [01:38] * Quits: pn0 (~pn0@95-31-214-222.broadband.corbina.ru) (Ping timeout: 260 seconds)
- # [01:40] * Joins: pn0 (~pn0@95-31-214-222.broadband.corbina.ru)
- # [01:42] * Joins: tommybergeron (~shreds@18-156.tr.cgocable.ca)
- # [01:46] * Quits: tomshreds (~shreds@18-156.tr.cgocable.ca) (Ping timeout: 244 seconds)
- # [01:46] * Joins: sbarg (~sbargy@ottawa.dreamhost.com)
- # [01:47] * Joins: Lulzon (Lulzon@CPE0018f85e6502-CM001a66710456.cpe.net.cable.rogers.com)
- # [01:48] * Quits: quiliro1 (~ana@189.27.113.36.dynamic.adsl.gvt.net.br) (Quit: Leaving.)
- # [01:49] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
- # [01:54] * Quits: bayvakoof (~bayvakoof@unaffiliated/bayvakoof) (Ping timeout: 260 seconds)
- # [01:54] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Quit: Computer has gone to sleep.)
- # [01:54] * Parts: sbarg (~sbargy@ottawa.dreamhost.com)
- # [01:58] * Joins: pensive612 (~pensive61@99-48-152-52.lightspeed.cornca.sbcglobal.net)
- # [01:58] * Joins: sasori (~chatzilla@202.27.31.225)
- # [02:00] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
- # [02:01] * Quits: Oprr (~liveprevi@186.34.172.113) (Quit: Konversation terminated!)
- # [02:04] * Quits: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com) (Quit: fleeting)
- # [02:06] * Quits: benknight (~Adium@rrcs-50-75-172-223.nys.biz.rr.com) (Quit: Leaving.)
- # [02:08] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [02:11] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Client Quit)
- # [02:11] * Quits: wilmoo___ (~wilmoore@vlandnat.mystrotv.com) (Remote host closed the connection)
- # [02:12] * Joins: blinkerror (~Thunderbi@121.54.34.3)
- # [02:12] * Quits: r0tha (~r0tha@173.247.200.122) (Remote host closed the connection)
- # [02:14] * Joins: mattkelly (~mattwkell@64.125.189.90)
- # [02:14] * Quits: mattkelly (~mattwkell@64.125.189.90) (Changing host)
- # [02:14] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [02:16] * Joins: mmlac (~mmlac@209.129.244.250)
- # [02:19] * Joins: roadt (~roadt@60.168.91.246)
- # [02:21] * Joins: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net)
- # [02:24] * Joins: freakazoid0223 (~matt@pool-173-75-233-172.phlapa.fios.verizon.net)
- # [02:25] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [02:28] * Joins: mattkelly_ (~mattwkell@173.252.71.7)
- # [02:28] * Quits: mattkelly_ (~mattwkell@173.252.71.7) (Changing host)
- # [02:28] * Joins: mattkelly_ (~mattwkell@drupal.org/user/64049/view)
- # [02:28] * Quits: coellobranco (~FoRcEr@103.Red-88-24-231.staticIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
- # [02:30] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Ping timeout: 252 seconds)
- # [02:30] * mattkelly_ is now known as mattkelly
- # [02:32] * Quits: tantek (~tantek@nat/mozilla/x-xasjxlkeqpafrnad) (Quit: tantek)
- # [02:32] * Joins: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net)
- # [02:33] * Joins: dameleon (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp)
- # [02:33] * Quits: Mr_Grim (~Mr_Grim@38.99.136.178)
- # [02:35] * Quits: Jayflux (~jay_knows@cpc6-dudl6-0-0-cust126.16-1.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [02:42] * Quits: STyler (~STyler343@65-127-64-2.dia.static.qwest.net) (Quit: STyler)
- # [02:43] * Quits: fritzy (~fritzy@71-84-176-9.dhcp.mdfd.or.charter.com) (Remote host closed the connection)
- # [02:44] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [02:45] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [02:48] * Joins: pandeiro (~mu@177.33.182.220)
- # [02:49] * Quits: arietis (~arietis@188.242.29.115) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [02:54] * Quits: blinkerror (~Thunderbi@121.54.34.3) (Ping timeout: 260 seconds)
- # [02:58] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
- # [02:58] * Joins: mattkelly (~mattwkell@173.252.71.7)
- # [02:58] * Quits: mattkelly (~mattwkell@173.252.71.7) (Changing host)
- # [02:58] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [02:59] * Quits: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net) (Quit: gg)
- # [03:00] * Quits: sydlawrence (~KidSyd@188-222-193-175.zone13.bethere.co.uk) (Quit: sydlawrence)
- # [03:01] * Quits: irae_ (~irae_@nat/yahoo/x-toeyapevvrosaoqh) (Quit: irae_)
- # [03:07] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
- # [03:16] * Quits: TomWij (~TomWij@91.183.48.218) (Excess Flood)
- # [03:16] * Quits: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net) (Remote host closed the connection)
- # [03:17] * Joins: GuidoBouman (~anonymous@D97BC899.cm-3-4d.dynamic.ziggo.nl)
- # [03:17] * Joins: TomWij (~TomWij@91.183.48.218)
- # [03:17] * Joins: mattkelly (~mattwkell@corpout3.snc1.tfbnw.net)
- # [03:17] * Quits: mattkelly (~mattwkell@corpout3.snc1.tfbnw.net) (Changing host)
- # [03:17] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [03:17] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Client Quit)
- # [03:18] * Joins: blinkerror (~Thunderbi@121.54.34.3)
- # [03:19] * Quits: ericelliott (~dilvie@50.0.141.114) (Ping timeout: 260 seconds)
- # [03:28] * Quits: pandeiro (~mu@177.33.182.220) (Ping timeout: 276 seconds)
- # [03:30] * Quits: GuidoBouman (~anonymous@D97BC899.cm-3-4d.dynamic.ziggo.nl) (Quit: GuidoBouman)
- # [03:30] * Quits: danielwrobert (~danielwro@trestles.cukerinteractive.com) (Quit: Leaving.)
- # [03:31] * Joins: ericelliott (~dilvie@19.sub-70-197-6.myvzw.com)
- # [03:35] * Joins: pandeiro (~mu@177.33.182.220)
- # [03:36] * Joins: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net)
- # [03:37] * Quits: ericelliott (~dilvie@19.sub-70-197-6.myvzw.com) (Ping timeout: 240 seconds)
- # [03:38] <WebDragon> hey how many browsers currently support the css content: attr(data-foo); thing?
- # [03:41] * Quits: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net) (Remote host closed the connection)
- # [03:43] * Quits: xonecas (~dev@c-24-4-38-210.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [03:43] * Joins: Fwny (~potato@24-212-208-238.cable.teksavvy.com)
- # [03:45] * Joins: xonecas (~dev@c-24-4-38-210.hsd1.ca.comcast.net)
- # [03:47] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 245 seconds)
- # [03:52] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [03:53] * Joins: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net)
- # [03:54] * Joins: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net)
- # [03:57] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [03:57] * Joins: ericelliott (~dilvie@19.sub-70-197-6.myvzw.com)
- # [04:01] * Quits: Fwny (~potato@24-212-208-238.cable.teksavvy.com) (Read error: Operation timed out)
- # [04:05] * Joins: Fwny (~potato@24-212-208-238.cable.teksavvy.com)
- # [04:06] * Quits: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net) (Quit: the corollary to be ye not so annoying: be ye not so easily annoyed.)
- # [04:06] * Quits: ericelliott (~dilvie@19.sub-70-197-6.myvzw.com) (Ping timeout: 246 seconds)
- # [04:10] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [04:11] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [04:14] * Joins: ericelliott (~dilvie@19.sub-70-197-6.myvzw.com)
- # [04:15] * Quits: pandeiro (~mu@177.33.182.220) (Read error: Connection reset by peer)
- # [04:18] * Joins: barneybook_work (~Thunderbi@220.132.177.78)
- # [04:18] * Joins: pandeiro (~mu@177.33.182.220)
- # [04:20] * Quits: xonecas (~dev@c-24-4-38-210.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [04:23] * Joins: debsan (~debsan@190.245.74.16)
- # [04:29] * Quits: debsan (~debsan@190.245.74.16) (Ping timeout: 246 seconds)
- # [04:30] * Joins: axos411 (~axos@xdsl-78-35-142-6.netcologne.de)
- # [04:30] * Joins: gavin_huang (~gravof@115.220.104.135)
- # [04:32] * Joins: debsan (~debsan@190.245.74.16)
- # [04:33] * Quits: sasori (~chatzilla@202.27.31.225) (Remote host closed the connection)
- # [04:33] * Joins: tw2113 (~tw2113@host-102-48-107-208.midco.net)
- # [04:33] * Quits: tw2113 (~tw2113@host-102-48-107-208.midco.net) (Changing host)
- # [04:33] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [04:33] * Joins: sasori (~chatzilla@202.27.31.225)
- # [04:35] * Quits: ericelliott (~dilvie@19.sub-70-197-6.myvzw.com) (Ping timeout: 252 seconds)
- # [04:36] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 245 seconds)
- # [04:37] * Joins: globbot (~logbot@lump.glob.com.au)
- # [04:38] * Quits: debsan (~debsan@190.245.74.16) (Ping timeout: 252 seconds)
- # [04:43] * Quits: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net) (Remote host closed the connection)
- # [04:43] * Joins: xonecas (~dev@c-24-4-38-210.hsd1.ca.comcast.net)
- # [04:45] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [04:45] * Quits: roadt (~roadt@60.168.91.246) (Ping timeout: 245 seconds)
- # [04:46] * Joins: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net)
- # [04:46] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 240 seconds)
- # [04:47] * Joins: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net)
- # [04:47] <paul_irish> does snow leopard get safari 6? i dont remember seeing anything conclusive on this.
- # [04:47] <paul_irish> cc hober
- # [04:47] * Quits: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net) (Client Quit)
- # [04:48] * Joins: globbot (~logbot@lump.glob.com.au)
- # [04:48] <paul_irish> looks like SnoLo is deadzo https://discussions.apple.com/thread/4184630?start=0&tstart=0
- # [04:48] <paul_irish> ok then
- # [04:49] <paul_irish> does anyone have Safari in Lion (10.7.x) handy?
- # [04:49] <paul_irish> need to know if http://jsbin.com/ecetor/35 continuously reloads
- # [04:49] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
- # [04:49] <tw2113> *raises hand*
- # [04:50] <paul_irish> i thought you were a linux man
- # [04:50] <paul_irish> oh thats right you got a mac machine a few months ago
- # [04:50] <tw2113> yeah
- # [04:50] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [04:50] <tw2113> a see a black tall block
- # [04:51] * Joins: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net)
- # [04:53] <tw2113> nothing else noticable
- # [04:54] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [04:57] * Joins: roadt (~roadt@60.168.91.246)
- # [04:57] * Joins: debsan (~debsan@190.245.74.16)
- # [04:59] * Joins: Vennril2 (~vennril@p4FCB06A2.dip0.t-ipconnect.de)
- # [05:00] * Quits: debsan (~debsan@190.245.74.16) (Excess Flood)
- # [05:00] * Quits: Vennril (~vennril@p4FCB0DD1.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
- # [05:00] * Joins: debsan (~debsan@190.245.74.16)
- # [05:03] * Quits: pn0 (~pn0@95-31-214-222.broadband.corbina.ru) (Quit: Be back later)
- # [05:03] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 272 seconds)
- # [05:03] * Joins: globbot (~logbot@lump.glob.com.au)
- # [05:04] * EHLOVader[afk] is now known as EHLOVader
- # [05:04] * Joins: factor (~factor@74.196.97.204)
- # [05:04] * Quits: reybango (~reybango@c-50-140-37-126.hsd1.fl.comcast.net) (Quit: Leaving)
- # [05:05] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
- # [05:05] * Quits: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com) (Ping timeout: 276 seconds)
- # [05:05] * Quits: axos411 (~axos@xdsl-78-35-142-6.netcologne.de) (Quit: Leaving.)
- # [05:06] * Quits: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net) (Remote host closed the connection)
- # [05:06] * Quits: debsan (~debsan@190.245.74.16) (Ping timeout: 260 seconds)
- # [05:08] * Quits: xonecas (~dev@c-24-4-38-210.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [05:08] * Joins: debsan (~debsan@190.245.74.16)
- # [05:09] * Joins: xonecas (~dev@c-24-4-38-210.hsd1.ca.comcast.net)
- # [05:10] * Joins: gnemoug (~guomeng@222.175.198.5)
- # [05:10] * Joins: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net)
- # [05:11] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Quit: Computer has gone to sleep.)
- # [05:11] * Quits: rds_ (~rds@122.167.33.20) (Ping timeout: 246 seconds)
- # [05:11] * Quits: Lulzon (Lulzon@CPE0018f85e6502-CM001a66710456.cpe.net.cable.rogers.com)
- # [05:12] * Joins: melst (~melst@pop1-1821.catv.wtnet.de)
- # [05:12] <paul_irish> tw2113: great!
- # [05:12] <paul_irish> thanks
- # [05:12] * Quits: gnemoug (~guomeng@222.175.198.5) (Quit: Leaving.)
- # [05:12] <tw2113> welcome
- # [05:14] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 252 seconds)
- # [05:16] * Joins: globbot (~logbot@lump.glob.com.au)
- # [05:16] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
- # [05:16] * Joins: tiglog (~topeak@123.114.126.241)
- # [05:22] * Joins: benv (~benv@CPE0018e7f1a499-CM00222d5a9efd.cpe.net.cable.rogers.com)
- # [05:23] * Quits: debsan (~debsan@190.245.74.16) (Ping timeout: 276 seconds)
- # [05:24] * Quits: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com) (Remote host closed the connection)
- # [05:24] * Joins: rds_ (~rds@122.167.6.31)
- # [05:28] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
- # [05:31] * Joins: debsan (~debsan@190.245.74.16)
- # [05:35] * Joins: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com)
- # [05:41] * Quits: debsan (~debsan@190.245.74.16) (Ping timeout: 255 seconds)
- # [05:45] * Joins: niloy (~niloy@203.196.177.156)
- # [05:49] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [05:49] * Joins: debsan (~debsan@190.245.74.16)
- # [05:53] * Joins: bbtb1982 (~none@c-98-202-64-158.hsd1.ut.comcast.net)
- # [05:54] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
- # [05:54] * Parts: bbtb1982 (~none@c-98-202-64-158.hsd1.ut.comcast.net)
- # [05:55] * Quits: Adawerk (~ada@169.241.49.57) (Ping timeout: 256 seconds)
- # [05:55] * Joins: Adawerk (~ada@169.241.49.57)
- # [05:57] * Quits: blinkerror (~Thunderbi@121.54.34.3) (Ping timeout: 246 seconds)
- # [05:58] * Quits: debsan (~debsan@190.245.74.16) (Ping timeout: 255 seconds)
- # [06:01] * Joins: debsan (~debsan@190.245.74.16)
- # [06:02] * Joins: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com)
- # [06:04] * Joins: gnemoug (~guomeng@222.175.198.5)
- # [06:04] * Parts: gnemoug (~guomeng@222.175.198.5)
- # [06:06] * Quits: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net) (Remote host closed the connection)
- # [06:11] * Joins: FriendlyLumberja (~Loggin@2607:f358:1:fed5:22:3375:c59b:9d4f)
- # [06:11] * Joins: test_ (2e784aaa@gateway/web/freenode/ip.46.120.74.170)
- # [06:12] * Joins: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net)
- # [06:13] * Quits: test_ (2e784aaa@gateway/web/freenode/ip.46.120.74.170) (Client Quit)
- # [06:13] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
- # [06:15] * Quits: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net) (Remote host closed the connection)
- # [06:18] * Quits: codewrangler (~codewrang@pool-71-191-34-251.washdc.fios.verizon.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [06:19] * Joins: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net)
- # [06:21] * Quits: speak (speak@waret.us) (Ping timeout: 268 seconds)
- # [06:21] * Quits: worstadmin (~worstadmi@cpe-67-250-96-168.si.res.rr.com) (Read error: Connection reset by peer)
- # [06:29] * Quits: Norrin (~Joe@unaffiliated/norrinradd) (Ping timeout: 246 seconds)
- # [06:29] * Quits: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com) (Remote host closed the connection)
- # [06:30] * Joins: central (~central@c-67-167-30-87.hsd1.il.comcast.net)
- # [06:30] * Quits: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net) (Remote host closed the connection)
- # [06:33] * Joins: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com)
- # [06:35] * Quits: FriendlyLumberja (~Loggin@2607:f358:1:fed5:22:3375:c59b:9d4f) (Remote host closed the connection)
- # [06:35] * Quits: benv (~benv@CPE0018e7f1a499-CM00222d5a9efd.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds)
- # [06:36] * Joins: FriendlyLumberja (~Loggin@2607:f358:1:fed5:22:3375:c59b:9d4f)
- # [06:37] * Joins: benv (~benv@CPE0018e7f1a499-CM00222d5a9efd.cpe.net.cable.rogers.com)
- # [06:42] * Quits: boB_K7IQ (~IceChat9@23-25-129-30-static.hfc.comcastbusiness.net) (Ping timeout: 256 seconds)
- # [06:43] * Joins: gyzmodo (x@89.146.89.242)
- # [06:44] * Joins: asher^ (asher@101.166.147.73)
- # [06:44] * Quits: asher^ (asher@101.166.147.73) (Changing host)
- # [06:44] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
- # [06:44] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [06:45] * Quits: nOgAnOo (~noganoo@DSLPool-net215-203.wctc.net) (Quit: For by grace are ye saved through faith; and that not of yourselves: it is the gift of God: Not of works, lest any man should boast. - Ephesians 2:8-9)
- # [06:45] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [06:45] * Quits: melst (~melst@pop1-1821.catv.wtnet.de) (Quit: Leaving.)
- # [06:45] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [06:48] * Joins: Norrin (~Joe@unaffiliated/norrinradd)
- # [06:50] * Quits: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com) (Ping timeout: 246 seconds)
- # [06:50] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
- # [06:53] * Quits: FriendlyLumberja (~Loggin@2607:f358:1:fed5:22:3375:c59b:9d4f) (Ping timeout: 246 seconds)
- # [06:55] * Joins: FriendlyLumberja (~Loggin@2607:f358:1:fed5:22:3375:c59b:9d4f)
- # [06:59] * Quits: benv (~benv@CPE0018e7f1a499-CM00222d5a9efd.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [06:59] * Quits: rds_ (~rds@122.167.6.31) (Ping timeout: 276 seconds)
- # [07:00] * EHLOVader is now known as EHLOVader[afk]
- # [07:02] * Joins: benv (~benv@CPE0018e7f1a499-CM00222d5a9efd.cpe.net.cable.rogers.com)
- # [07:16] * Joins: rds_ (~rds@122.167.6.31)
- # [07:23] * Quits: Me1000 (~Me1000@74-143-221-15.static.insightbb.com) (Quit: Leaving...)
- # [07:24] * Quits: tra_ (tra@www.restate.fi) (Ping timeout: 240 seconds)
- # [07:24] * Joins: tra (tra@www.restate.fi)
- # [07:26] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [07:27] * Joins: BigKing (~BigKing@dslb-094-221-106-030.pools.arcor-ip.net)
- # [07:29] * Joins: smatic (~smatic@190.186.58.100)
- # [07:32] * Joins: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at)
- # [07:32] * Quits: benv (~benv@CPE0018e7f1a499-CM00222d5a9efd.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [07:33] * Quits: xonecas (~dev@c-24-4-38-210.hsd1.ca.comcast.net) (Quit: leaving)
- # [07:35] * Quits: debsan (~debsan@190.245.74.16) (Remote host closed the connection)
- # [07:37] * Quits: tommybergeron (~shreds@18-156.tr.cgocable.ca) (Quit: Leaving...)
- # [07:38] * Quits: BigKing (~BigKing@dslb-094-221-106-030.pools.arcor-ip.net) (Remote host closed the connection)
- # [07:38] * Joins: boB_K7IQ (~IceChat9@50.125.45.57)
- # [07:39] * Quits: smatic (~smatic@190.186.58.100) (Quit: Colloquy for iPad - http://colloquy.mobi)
- # [07:41] * Quits: Norrin (~Joe@unaffiliated/norrinradd) (Ping timeout: 245 seconds)
- # [07:47] * Joins: Reite (~chris@cm-84.211.71.25.getinternet.no)
- # [07:48] * Joins: Norrin (~Joe@unaffiliated/norrinradd)
- # [07:48] * Quits: Norrin (~Joe@unaffiliated/norrinradd) (Excess Flood)
- # [07:48] * Joins: Norrin (~Joe@unaffiliated/norrinradd)
- # [07:51] * Quits: machicola (~thetentma@cpe-75-83-13-152.socal.res.rr.com) (Ping timeout: 260 seconds)
- # [07:52] * Quits: roadt (~roadt@60.168.91.246) (Ping timeout: 245 seconds)
- # [07:52] * Quits: kadiks (~kadiks@APuteaux-652-1-172-189.w90-44.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [07:53] * Quits: schnoodles (~schnoodle@melbourne.99cluster.com) (Remote host closed the connection)
- # [07:53] * Quits: rds_ (~rds@122.167.6.31) (Quit: Leaving)
- # [07:53] * Joins: dhruvasagar (~dhruvasag@122.167.88.165)
- # [07:54] * Joins: blinkerror (~Thunderbi@49.145.109.253)
- # [07:55] * Quits: Norrin (~Joe@unaffiliated/norrinradd) (Ping timeout: 246 seconds)
- # [07:55] * Joins: longbeach (~mike@AFontenayssB-152-1-56-37.w82-121.abo.wanadoo.fr)
- # [07:56] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [07:58] * Joins: bibo360 (~bibo360@bobi.signap.com)
- # [07:58] * Quits: blinkerror (~Thunderbi@49.145.109.253) (Ping timeout: 244 seconds)
- # [08:01] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 245 seconds)
- # [08:01] * Joins: Norrin (~Joe@unaffiliated/norrinradd)
- # [08:02] <paul_irish> small win: http://code.google.com/p/chromium/issues/detail?id=64975
- # [08:11] * Quits: bibo360 (~bibo360@bobi.signap.com) (Ping timeout: 272 seconds)
- # [08:13] * Joins: soee (~soee@83-238-167-52.ip.netia.com.pl)
- # [08:17] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Ping timeout: 246 seconds)
- # [08:18] * Quits: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net) (Quit: quest88)
- # [08:18] * Joins: saschagehlich (~sascha@p5DD55067.dip.t-dialin.net)
- # [08:20] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [08:22] * Quits: AlbireoX (~AlbireoX@76.78.168.158) (Remote host closed the connection)
- # [08:24] * Quits: Fwny (~potato@24-212-208-238.cable.teksavvy.com) (Read error: Operation timed out)
- # [08:26] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [08:30] * Joins: roel (~quassel@d54C236E3.access.telenet.be)
- # [08:30] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Client Quit)
- # [08:32] * Joins: poolshark (~quassel@dslb-088-075-154-231.pools.arcor-ip.net)
- # [08:33] <hemanth> paul_irish, some teen, got $60k for a security fix?
- # [08:33] <paul_irish> pinkie pie!
- # [08:33] <paul_irish> pinkie pie has made a lot more than just 60k from chromium this year
- # [08:33] <paul_irish> the last hack was so dope
- # [08:34] <paul_irish> http://blog.chromium.org/2012/05/tale-of-two-pwnies-part-1.html
- # [08:34] <paul_irish> ^^^
- # [08:34] * Joins: Fwny (~potato@24-212-208-238.cable.teksavvy.com)
- # [08:35] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
- # [08:35] <hemanth> paul_irish, sweet! :) Each generation has to be smartert than the previous ;)
- # [08:37] * Joins: bibo360 (~bibo360@bobi.signap.com)
- # [08:38] * Quits: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com) (Remote host closed the connection)
- # [08:40] * Joins: roadt (~roadt@60.168.91.246)
- # [08:41] * Quits: jonandersson (~jonanders@c83-249-225-142.bredband.comhem.se) (Quit: jonandersson)
- # [08:41] * Quits: pandeiro (~mu@177.33.182.220) (Read error: Operation timed out)
- # [08:42] * Joins: Ducki__ (~Ducki@pD9E3950C.dip0.t-ipconnect.de)
- # [08:45] * Quits: bibo360 (~bibo360@bobi.signap.com) (Ping timeout: 245 seconds)
- # [08:46] * Joins: stillEPIK (~EPIK@65.26.125.79)
- # [08:47] * Quits: EPIK (~EPIK@cpe-65-26-125-79.kc.res.rr.com) (Ping timeout: 260 seconds)
- # [08:49] * Quits: kennyluck (~kennyluck@119.161.158.96) (Quit: kennyluck)
- # [08:52] * Quits: Reite (~chris@cm-84.211.71.25.getinternet.no) (Ping timeout: 245 seconds)
- # [08:57] * Joins: jonandersson (~jonanders@37-46-184-126.customers.ownit.se)
- # [08:58] * Quits: Fwny (~potato@24-212-208-238.cable.teksavvy.com) (Ping timeout: 246 seconds)
- # [08:58] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [09:00] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 245 seconds)
- # [09:01] * Joins: Fwny (~potato@24-212-208-238.cable.teksavvy.com)
- # [09:03] * Quits: martisj (~martisj@ppp154-95.static.internode.on.net) (Ping timeout: 246 seconds)
- # [09:06] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [09:07] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [09:12] * Joins: bibo360 (~bibo360@bobi.signap.com)
- # [09:14] * Joins: JonathanNeal (u5831@gateway/web/irccloud.com/x-dugptdohjcnvcfln)
- # [09:14] <JonathanNeal> Should the links inside a <nav> also be in a <ul> and <li>, or are there other appropriate elements they could be in?
- # [09:15] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [09:15] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Client Quit)
- # [09:15] * Joins: ebidel (~ericbidel@173.247.192.168)
- # [09:16] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [09:17] * Joins: banner (~banner@130.95.177.181)
- # [09:18] <banner> Hey, You there?
- # [09:18] * Joins: buzzkill_sr (~chatzilla@69.88.160.3)
- # [09:19] * buzzkill_sr is now known as grantg
- # [09:19] * Parts: JonathanNeal (u5831@gateway/web/irccloud.com/x-dugptdohjcnvcfln)
- # [09:20] * Quits: bibo360 (~bibo360@bobi.signap.com) (Ping timeout: 252 seconds)
- # [09:21] * Joins: blinkerror (~Thunderbi@49.145.94.153)
- # [09:23] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Quit: gg)
- # [09:24] * Quits: dhruvasagar (~dhruvasag@122.167.88.165) (Ping timeout: 246 seconds)
- # [09:26] * Joins: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de)
- # [09:36] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [09:36] * Joins: bibo360 (~bibo360@bobi.signap.com)
- # [09:37] * Quits: saschagehlich (~sascha@p5DD55067.dip.t-dialin.net) (Quit: saschagehlich)
- # [09:38] * Quits: grantg (~chatzilla@69.88.160.3) (Quit: ChatZilla 0.9.89 [Firefox 16.0/20121002073616])
- # [09:40] * Quits: niloy (~niloy@203.196.177.156) (Remote host closed the connection)
- # [09:41] * Joins: dhruvasagar (~dhruvasag@122.167.246.239)
- # [09:45] * Quits: mike5w3c (~MikeSmith@s1106232.xgsspn.imtp.tachikawa.spmode.ne.jp) (Quit: mike5w3c)
- # [09:46] * Joins: sedovsek (~robert@89.143.12.238)
- # [09:52] * Joins: niloy (~niloy@203.196.177.156)
- # [09:57] * Quits: gavin_huang (~gravof@115.220.104.135) (Quit: Leaving)
- # [09:58] * Joins: gavin_huang (~gravof@115.220.104.135)
- # [10:00] * Joins: sydlawrence (~KidSyd@188-222-193-175.zone13.bethere.co.uk)
- # [10:00] * Joins: saschagehlich (~sascha@p5DD55067.dip.t-dialin.net)
- # [10:02] * Joins: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr)
- # [10:07] * Quits: benschwarz (u2121@gateway/web/irccloud.com/x-sdqhaohbwtxeitgx) (Quit: Connection closed for inactivity)
- # [10:09] * Quits: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at) (Quit: Leaving...)
- # [10:10] * Quits: banner (~banner@130.95.177.181) (Quit: Leaving)
- # [10:14] * Quits: __sjh (~sjh@host81-136-151-47.in-addr.btopenworld.com) (Read error: Connection reset by peer)
- # [10:16] * Quits: ebidel (~ericbidel@173.247.192.168) (Quit: ebidel)
- # [10:19] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
- # [10:20] * Joins: mr_lou (~sirlou@2.109.206.14)
- # [10:24] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [10:27] * Joins: naquad (~naquad@82.146.43.183)
- # [10:27] * Joins: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk)
- # [10:28] * Joins: jetienne_ (~jerome@82.230.255.246)
- # [10:29] * Quits: jetienne_ (~jerome@82.230.255.246) (Client Quit)
- # [10:30] * Joins: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at)
- # [10:30] * Joins: _shorinji_ (~ffall@static-88.131.29.2.addr.tdcsong.se)
- # [10:30] * Joins: nonge_ (~nonge@p50829E64.dip.t-dialin.net)
- # [10:30] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
- # [10:31] * Quits: blinkerror (~Thunderbi@49.145.94.153) (Ping timeout: 265 seconds)
- # [10:32] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [10:34] * Quits: nonge (~nonge@p5082925D.dip.t-dialin.net) (Ping timeout: 246 seconds)
- # [10:36] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
- # [10:38] * Quits: dhruvasagar (~dhruvasag@122.167.246.239) (Ping timeout: 272 seconds)
- # [10:39] * Joins: blinkerror (~Thunderbi@49.145.94.153)
- # [10:40] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [10:40] * Joins: dhruvasagar (~dhruvasag@122.178.209.146)
- # [10:44] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Client Quit)
- # [10:46] * Joins: mike5w3c (~MikeSmith@s1106023.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [10:46] * Quits: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [10:48] * Quits: boB_K7IQ (~IceChat9@50.125.45.57) (Ping timeout: 245 seconds)
- # [10:58] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
- # [11:03] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
- # [11:04] * Quits: gyzmodo (x@89.146.89.242) (Ping timeout: 252 seconds)
- # [11:07] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [11:07] * Quits: Pomax (~Pomax@d173-183-90-226.bchsia.telus.net) (Ping timeout: 260 seconds)
- # [11:11] * Joins: kfenn_ (~kfenn@ip-81-23-63-6.ask4internet.com)
- # [11:12] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Read error: Operation timed out)
- # [11:12] * Joins: verty411 (~me@ip68-226-114-252.ph.ph.cox.net)
- # [11:17] * Joins: BrokenAngel (~BrokenAng@2.107.199.38)
- # [11:17] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
- # [11:18] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
- # [11:19] * Quits: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at) (Quit: Leaving...)
- # [11:19] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
- # [11:20] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
- # [11:20] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
- # [11:20] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
- # [11:21] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne_)
- # [11:21] * Quits: kfenn_ (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
- # [11:21] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
- # [11:22] * Parts: verty411 (~me@ip68-226-114-252.ph.ph.cox.net)
- # [11:24] * Quits: saschagehlich (~sascha@p5DD55067.dip.t-dialin.net) (Quit: saschagehlich)
- # [11:30] * Joins: manuelbieh_ (~beeevi2@p50997681.dip0.t-ipconnect.de)
- # [11:30] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
- # [11:32] * Quits: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
- # [11:32] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
- # [11:33] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
- # [11:33] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 256 seconds)
- # [11:33] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
- # [11:34] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [11:35] * Joins: mosheee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [11:35] * Quits: mosheee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [11:35] * Joins: mosheee (~moshee@unaffiliated/moshee)
- # [11:36] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 256 seconds)
- # [11:37] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Client Quit)
- # [11:40] * Joins: Pomax (~Pomax@d173-183-90-226.bchsia.telus.net)
- # [11:42] * Joins: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com)
- # [11:44] * Joins: jgomez (~jgomez@79.121.254.19)
- # [11:44] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [11:45] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [11:46] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [11:49] * Quits: bibo360 (~bibo360@bobi.signap.com) (Remote host closed the connection)
- # [11:49] * Joins: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at)
- # [11:55] * Quits: hemanth (~who@182.71.223.79) (Read error: Connection reset by peer)
- # [11:56] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
- # [11:56] * Joins: melst (~melst@pop1-1821.catv.wtnet.de)
- # [11:57] * Joins: caddoo (~quassel@81.179.1.38)
- # [11:58] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
- # [11:58] * Quits: dhruvasagar (~dhruvasag@122.178.209.146) (Ping timeout: 246 seconds)
- # [11:58] * Quits: tiglog (~topeak@123.114.126.241) (Quit: Leaving)
- # [11:58] * Quits: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at) (Ping timeout: 245 seconds)
- # [12:01] * jetienne_ is now known as jetienne
- # [12:03] * Joins: bibo360 (~bibo360@bobi.signap.com)
- # [12:04] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [12:05] * Joins: dhruvasagar (~dhruvasag@122.167.116.53)
- # [12:06] * Parts: melst (~melst@pop1-1821.catv.wtnet.de)
- # [12:07] * Joins: hemanth (~who@182.71.223.79)
- # [12:08] * Quits: Rydefalk_ (~rydefalk@90-229-167-160-no53.tbcn.telia.com)
- # [12:08] * Joins: Rydefalk (~rydefalk@90-229-167-160-no53.tbcn.telia.com)
- # [12:09] * Quits: barneybook_work (~Thunderbi@220.132.177.78) (Ping timeout: 244 seconds)
- # [12:09] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [12:09] * Joins: saschagehlich (~sascha@p5DE83FED.dip.t-dialin.net)
- # [12:10] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Client Quit)
- # [12:11] * Joins: gnemoug (~guomeng@222.175.198.5)
- # [12:11] * Quits: gnemoug (~guomeng@222.175.198.5) (Max SendQ exceeded)
- # [12:12] * Joins: barneybook_work (~Thunderbi@220.132.177.78)
- # [12:16] * Quits: dameleon (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [12:16] * Quits: mr_lou (~sirlou@2.109.206.14) (Quit: Ex-Chat)
- # [12:17] * Quits: bibo360 (~bibo360@bobi.signap.com) (Remote host closed the connection)
- # [12:17] * Joins: dameleon (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp)
- # [12:24] * Joins: coellobranco (~FoRcEr@103.Red-88-24-231.staticIP.rima-tde.net)
- # [12:25] * Quits: factor (~factor@74.196.97.204) (Read error: Operation timed out)
- # [12:25] * Joins: gnemoug (~guomeng@222.175.198.5)
- # [12:26] * Quits: gnemoug (~guomeng@222.175.198.5) (Max SendQ exceeded)
- # [12:27] * Joins: robmorrissey (~robmorris@92.41.119.198.threembb.co.uk)
- # [12:30] * Quits: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com) (Ping timeout: 245 seconds)
- # [12:33] * Quits: Pomax (~Pomax@d173-183-90-226.bchsia.telus.net) (Ping timeout: 252 seconds)
- # [12:35] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Ping timeout: 246 seconds)
- # [12:36] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 245 seconds)
- # [12:36] * Joins: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net)
- # [12:36] * Quits: bolosaur (u5293@gateway/web/irccloud.com/x-nxlykgkcekvkvvtt) (Ping timeout: 245 seconds)
- # [12:36] * Joins: bolosaur (u5293@gateway/web/irccloud.com/x-qznnihhvusfxqkfw)
- # [12:36] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
- # [12:36] <naquad> is there some good bootstrap a-la twitter bootstrap that won't conflict with jquery ui?
- # [12:36] * Joins: bibo360 (~bibo360@bobi.signap.com)
- # [12:36] * Quits: bibo360 (~bibo360@bobi.signap.com) (Remote host closed the connection)
- # [12:40] * Quits: qw (~jmarch@184.95.32.50) (Ping timeout: 252 seconds)
- # [12:41] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [12:45] * Quits: Garbee (~Garbee@h43.116.56.24.cable.rstb.jetbroadband.com) (Quit: Leaving)
- # [12:45] * Quits: dameleon (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp) (Read error: Connection reset by peer)
- # [12:47] * Quits: barneybook_work (~Thunderbi@220.132.177.78) (Quit: barneybook_work)
- # [12:47] * Quits: manuelbieh_ (~beeevi2@p50997681.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
- # [12:48] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [12:48] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [12:49] * Joins: Garbee` (~Garbee@lb1.cluster.grephix.nl)
- # [12:49] * Garbee` is now known as Garbee
- # [12:49] * Quits: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk) (Quit: Leaving.)
- # [12:51] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (*.net *.split)
- # [12:51] * Quits: nonge_ (~nonge@p50829E64.dip.t-dialin.net) (*.net *.split)
- # [12:51] * Quits: Fwny (~potato@24-212-208-238.cable.teksavvy.com) (*.net *.split)
- # [12:51] * Quits: mmlac (~mmlac@209.129.244.250) (*.net *.split)
- # [12:51] * Quits: rasmusth_ (magic@213.155.0.37) (*.net *.split)
- # [12:51] * Quits: jochen__ (jochen@nat/google/x-vbvlwiiranlbttku) (*.net *.split)
- # [12:51] * Quits: cylentwolf_ (u3104@gateway/web/irccloud.com/x-ijtupdywptikrbdo) (*.net *.split)
- # [12:51] * Quits: Buglouse (~Buglouse@unaffiliated/Buglouse) (*.net *.split)
- # [12:51] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-yoomcxqwyrxzeahg) (*.net *.split)
- # [12:51] * Quits: Famic (famic@hidden.dns.ug) (*.net *.split)
- # [12:51] * Quits: pocopina (u5310@gateway/web/irccloud.com/x-pqutblhkiboqbuny) (*.net *.split)
- # [12:51] * Quits: peol (~andree@unaffiliated/peol) (*.net *.split)
- # [12:51] * Quits: JoeK (~Joseph@node0-kratos.hostftw.com) (*.net *.split)
- # [12:51] * Quits: imbrandon (~bholtscla@15.185.100.228) (*.net *.split)
- # [12:51] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (*.net *.split)
- # [12:51] * Quits: m0 (~m0@mohamedmansour.com) (*.net *.split)
- # [12:51] * Quits: alpaca (~swe@unaffiliated/alpaca) (*.net *.split)
- # [12:51] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
- # [12:51] * Quits: saschagehlich (~sascha@p5DE83FED.dip.t-dialin.net) (*.net *.split)
- # [12:51] * Quits: hemanth (~who@182.71.223.79) (*.net *.split)
- # [12:51] * Quits: FriendlyLumberja (~Loggin@2607:f358:1:fed5:22:3375:c59b:9d4f) (*.net *.split)
- # [12:51] * Quits: freakazoid0223 (~matt@pool-173-75-233-172.phlapa.fios.verizon.net) (*.net *.split)
- # [12:51] * Quits: xec (~xec@188.95.241.142) (*.net *.split)
- # [12:51] * Quits: Stoob (~steev@2607:f358:1:fed5:22:0:7937:da8d) (*.net *.split)
- # [12:51] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
- # [12:51] * Quits: Stoob__ (~steev@108.174.53.111) (*.net *.split)
- # [12:51] * Quits: _cheney (~cheney@75.128.188.53) (*.net *.split)
- # [12:51] * Quits: Charun (~Charun@unaffiliated/charun) (*.net *.split)
- # [12:51] * Quits: viduthalai1947 (u5404@gateway/web/irccloud.com/x-zwnwidupdvvvratd) (*.net *.split)
- # [12:51] * Quits: tapout (~tapout@unaffiliated/tapout) (*.net *.split)
- # [12:51] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (*.net *.split)
- # [12:51] * Quits: dagobah (~dagobah@84.45.53.200) (*.net *.split)
- # [12:51] * Quits: Phae (u455@gateway/web/irccloud.com/x-nryaqscvwgffpnpa) (*.net *.split)
- # [12:51] * Quits: bolosaur (u5293@gateway/web/irccloud.com/x-qznnihhvusfxqkfw) (*.net *.split)
- # [12:51] * Quits: naquad (~naquad@82.146.43.183) (*.net *.split)
- # [12:51] * Quits: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr) (*.net *.split)
- # [12:51] * Quits: jonandersson (~jonanders@37-46-184-126.customers.ownit.se) (*.net *.split)
- # [12:51] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (*.net *.split)
- # [12:51] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (*.net *.split)
- # [12:51] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (*.net *.split)
- # [12:51] * Quits: dhaber (~dhaber@c-24-19-56-95.hsd1.wa.comcast.net) (*.net *.split)
- # [12:51] * Quits: johnkpaul (~johnkpaul@ec2-107-20-23-79.compute-1.amazonaws.com) (*.net *.split)
- # [12:51] * Quits: oniijin (~oniijin@cpe-24-242-41-202.hot.res.rr.com) (*.net *.split)
- # [12:51] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-mhdnbeiagavbarka) (*.net *.split)
- # [12:51] * Quits: hdv (u2376@gateway/web/irccloud.com/x-tcqllssbexznfqph) (*.net *.split)
- # [12:51] * Quits: mreeder (u4425@gateway/web/irccloud.com/x-gxnduzipfvbgnuyh) (*.net *.split)
- # [12:51] * Quits: Ducki__ (~Ducki@pD9E3950C.dip0.t-ipconnect.de) (*.net *.split)
- # [12:51] * Quits: poolshark (~quassel@dslb-088-075-154-231.pools.arcor-ip.net) (*.net *.split)
- # [12:51] * Quits: granden (granden@ua-83-227-207-92.cust.bredbandsbolaget.se) (*.net *.split)
- # [12:51] * Quits: shac (~shac@5adc0e22.bb.sky.com) (*.net *.split)
- # [12:51] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (*.net *.split)
- # [12:51] * Quits: kevvaoff (~kevva@109.74.3.6) (*.net *.split)
- # [12:51] * Quits: mariusz (~mariusz@91-237-52-142.greendata.pl) (*.net *.split)
- # [12:51] * Quits: coellobranco (~FoRcEr@103.Red-88-24-231.staticIP.rima-tde.net) (*.net *.split)
- # [12:51] * Quits: caddoo (~quassel@81.179.1.38) (*.net *.split)
- # [12:51] * Quits: blinkerror (~Thunderbi@49.145.94.153) (*.net *.split)
- # [12:51] * Quits: mstalfoort (~manuchill@83.232.96.217) (*.net *.split)
- # [12:51] * Quits: sydlawrence (~KidSyd@188-222-193-175.zone13.bethere.co.uk) (*.net *.split)
- # [12:51] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (*.net *.split)
- # [12:51] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (*.net *.split)
- # [12:51] * Quits: stillEPIK (~EPIK@65.26.125.79) (*.net *.split)
- # [12:51] * Quits: roadt (~roadt@60.168.91.246) (*.net *.split)
- # [12:51] * Quits: roel (~quassel@d54C236E3.access.telenet.be) (*.net *.split)
- # [12:51] * Quits: tra (tra@www.restate.fi) (*.net *.split)
- # [12:51] * Quits: central (~central@c-67-167-30-87.hsd1.il.comcast.net) (*.net *.split)
- # [12:51] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com) (*.net *.split)
- # [12:51] * Quits: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
- # [12:51] * Quits: TomWij (~TomWij@91.183.48.218) (*.net *.split)
- # [12:51] * Quits: RJ3000_ (~uid1@109.231.228.146) (*.net *.split)
- # [12:51] * Quits: CrawfordComeaux (~CrawfordC@76.72.19.49) (*.net *.split)
- # [12:51] * Quits: ExpediaNT (~ExpediaNT@cpc3-tilb8-2-0-cust140.basl.cable.virginmedia.com) (*.net *.split)
- # [12:51] * Quits: jaredrhine (~quassel@mongoose.wordzoo.com) (*.net *.split)
- # [12:51] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (*.net *.split)
- # [12:51] * Quits: sirecote (sirecote@64.15.76.9) (*.net *.split)
- # [12:51] * Quits: kayam (u6535@gateway/web/irccloud.com/x-unosculoaznbnszn) (*.net *.split)
- # [12:51] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (*.net *.split)
- # [12:51] * Quits: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com) (*.net *.split)
- # [12:51] * Quits: romainhuet (u2533@gateway/web/irccloud.com/x-ngwyqyhbyfxybvnh) (*.net *.split)
- # [12:51] * Quits: salazr_ (u2027@gateway/web/irccloud.com/x-niuwqtsynnatxjrd) (*.net *.split)
- # [12:51] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-qatakuhmocygbykv) (*.net *.split)
- # [12:51] * Quits: pingo_ (u5981@gateway/web/irccloud.com/x-memznlrfabifhdzm) (*.net *.split)
- # [12:51] * Quits: jgomez (~jgomez@79.121.254.19) (*.net *.split)
- # [12:51] * Quits: _shorinji_ (~ffall@static-88.131.29.2.addr.tdcsong.se) (*.net *.split)
- # [12:51] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (*.net *.split)
- # [12:51] * Quits: GhostFreeman (~GhostFree@c-98-230-188-23.hsd1.ga.comcast.net) (*.net *.split)
- # [12:51] * Quits: njbair (~njbair@user-12l369a.cable.mindspring.com) (*.net *.split)
- # [12:51] * Quits: gavacho (~ken@69.169.43.5) (*.net *.split)
- # [12:51] * Quits: loktar (~loktar@ip174-71-117-123.om.om.cox.net) (*.net *.split)
- # [12:51] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [12:51] * Quits: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net) (*.net *.split)
- # [12:51] * Quits: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net) (*.net *.split)
- # [12:51] * Quits: kirin` (telex@gateway/shell/anapnea.net/x-ltiwsyvjnewaxrnl) (*.net *.split)
- # [12:51] * Quits: loide (loide@nat/indt/x-imlcnbpnjfwmnocf) (*.net *.split)
- # [12:51] * Quits: gurps (~gurps@bounce.soosc.net) (*.net *.split)
- # [12:51] * Quits: webben (~benjamin@173-203-84-17.static.cloud-ips.com) (*.net *.split)
- # [12:51] * Quits: EHLOVader[afk] (~EHLOVader@198.12.68.114) (*.net *.split)
- # [12:51] * Quits: voodootikigod (~voodootik@50-57-134-169.static.cloud-ips.com) (*.net *.split)
- # [12:51] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (*.net *.split)
- # [12:51] * Quits: kurrent (~kurrent@unaffiliated/kurrent) (*.net *.split)
- # [12:51] * Quits: LordG33k (~LordG33k@awesome-sauce.co.cc) (*.net *.split)
- # [12:51] * Quits: Conti (~Conti@121.165.183.205) (*.net *.split)
- # [12:51] * Quits: t1eR (t1eR@unaffiliated/t1er) (*.net *.split)
- # [12:51] * Quits: Aric (~Aric@50-56-235-177.static.cloud-ips.com) (*.net *.split)
- # [12:51] * Quits: Graister (~graister@212-149-203-36.bb.dnainternet.fi) (*.net *.split)
- # [12:51] * Quits: goodfriend (~goodfrien@aisa.fi.muni.cz) (*.net *.split)
- # [12:51] * Quits: beasty (~beasty@about/apple/macbook/beasty) (*.net *.split)
- # [12:51] * Quits: Velmont (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [12:54] * Joins: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at)
- # [12:55] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (Ping timeout: 248 seconds)
- # [12:55] * Joins: dameleon_ (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp)
- # [12:55] * Joins: qw_ (~jmarch@184.95.32.50)
- # [12:55] * Joins: m00bles (~Pomax@d173-183-90-226.bchsia.telus.net)
- # [12:55] * Joins: drublic (~drublic@frbg-5d84ed3a.pool.mediaWays.net)
- # [12:55] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
- # [12:55] * Joins: bolosaur (u5293@gateway/web/irccloud.com/x-qznnihhvusfxqkfw)
- # [12:55] * Joins: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net)
- # [12:55] * Joins: coellobranco (~FoRcEr@103.Red-88-24-231.staticIP.rima-tde.net)
- # [12:55] * Joins: saschagehlich (~sascha@p5DE83FED.dip.t-dialin.net)
- # [12:55] * Joins: hemanth (~who@182.71.223.79)
- # [12:55] * Joins: caddoo (~quassel@81.179.1.38)
- # [12:55] * Joins: jgomez (~jgomez@79.121.254.19)
- # [12:55] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
- # [12:55] * Joins: blinkerror (~Thunderbi@49.145.94.153)
- # [12:55] * Joins: nonge_ (~nonge@p50829E64.dip.t-dialin.net)
- # [12:55] * Joins: _shorinji_ (~ffall@static-88.131.29.2.addr.tdcsong.se)
- # [12:55] * Joins: naquad (~naquad@82.146.43.183)
- # [12:55] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [12:55] * Joins: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr)
- # [12:55] * Joins: sydlawrence (~KidSyd@188-222-193-175.zone13.bethere.co.uk)
- # [12:55] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [12:55] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [12:55] * Joins: Fwny (~potato@24-212-208-238.cable.teksavvy.com)
- # [12:55] * Joins: jonandersson (~jonanders@37-46-184-126.customers.ownit.se)
- # [12:55] * Joins: stillEPIK (~EPIK@65.26.125.79)
- # [12:55] * Joins: Ducki__ (~Ducki@pD9E3950C.dip0.t-ipconnect.de)
- # [12:55] * Joins: roadt (~roadt@60.168.91.246)
- # [12:55] * Joins: poolshark (~quassel@dslb-088-075-154-231.pools.arcor-ip.net)
- # [12:55] * Joins: roel (~quassel@d54C236E3.access.telenet.be)
- # [12:55] * Joins: tra (tra@www.restate.fi)
- # [12:55] * Joins: FriendlyLumberja (~Loggin@2607:f358:1:fed5:22:3375:c59b:9d4f)
- # [12:55] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
- # [12:55] * Joins: central (~central@c-67-167-30-87.hsd1.il.comcast.net)
- # [12:55] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [12:55] * Joins: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net)
- # [12:55] * Joins: TomWij (~TomWij@91.183.48.218)
- # [12:55] * Joins: freakazoid0223 (~matt@pool-173-75-233-172.phlapa.fios.verizon.net)
- # [12:55] * Joins: mmlac (~mmlac@209.129.244.250)
- # [12:55] * Joins: CrawfordComeaux (~CrawfordC@76.72.19.49)
- # [12:55] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [12:55] * Joins: xec (~xec@188.95.241.142)
- # [12:55] * Joins: GhostFreeman (~GhostFree@c-98-230-188-23.hsd1.ga.comcast.net)
- # [12:55] * Joins: Stoob (~steev@2607:f358:1:fed5:22:0:7937:da8d)
- # [12:55] * Joins: ExpediaNT (~ExpediaNT@cpc3-tilb8-2-0-cust140.basl.cable.virginmedia.com)
- # [12:55] * Joins: granden (granden@ua-83-227-207-92.cust.bredbandsbolaget.se)
- # [12:55] * Joins: kurrent (~kurrent@unaffiliated/kurrent)
- # [12:55] * Joins: jaredrhine (~quassel@mongoose.wordzoo.com)
- # [12:55] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
- # [12:55] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
- # [12:55] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
- # [12:55] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
- # [12:55] * Joins: rasmusth_ (magic@213.155.0.37)
- # [12:55] * Joins: Stoob__ (~steev@108.174.53.111)
- # [12:55] * Joins: _cheney (~cheney@75.128.188.53)
- # [12:55] * Joins: shac (~shac@5adc0e22.bb.sky.com)
- # [12:55] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
- # [12:55] * Joins: Charun (~Charun@unaffiliated/charun)
- # [12:55] * Joins: dhaber (~dhaber@c-24-19-56-95.hsd1.wa.comcast.net)
- # [12:55] * Joins: LordG33k (~LordG33k@awesome-sauce.co.cc)
- # [12:55] * Joins: jochen__ (jochen@nat/google/x-vbvlwiiranlbttku)
- # [12:55] * Joins: goodfriend (~goodfrien@aisa.fi.muni.cz)
- # [12:55] * Joins: loktar (~loktar@ip174-71-117-123.om.om.cox.net)
- # [12:55] * Joins: viduthalai1947 (u5404@gateway/web/irccloud.com/x-zwnwidupdvvvratd)
- # [12:55] * Joins: tapout (~tapout@unaffiliated/tapout)
- # [12:55] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
- # [12:55] * Joins: kirin` (telex@gateway/shell/anapnea.net/x-ltiwsyvjnewaxrnl)
- # [12:55] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [12:55] * Joins: loide (loide@nat/indt/x-imlcnbpnjfwmnocf)
- # [12:55] * Joins: kevvaoff (~kevva@109.74.3.6)
- # [12:55] * Joins: Buglouse (~Buglouse@unaffiliated/Buglouse)
- # [12:55] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-yoomcxqwyrxzeahg)
- # [12:55] * Joins: cylentwolf_ (u3104@gateway/web/irccloud.com/x-ijtupdywptikrbdo)
- # [12:55] * Joins: Famic (famic@hidden.dns.ug)
- # [12:55] * Joins: pocopina (u5310@gateway/web/irccloud.com/x-pqutblhkiboqbuny)
- # [12:55] * Joins: sirecote (sirecote@64.15.76.9)
- # [12:55] * Joins: johnkpaul (~johnkpaul@ec2-107-20-23-79.compute-1.amazonaws.com)
- # [12:55] * Joins: peol (~andree@unaffiliated/peol)
- # [12:55] * Joins: JoeK (~Joseph@node0-kratos.hostftw.com)
- # [12:55] * Joins: njbair (~njbair@user-12l369a.cable.mindspring.com)
- # [12:55] * Joins: gavacho (~ken@69.169.43.5)
- # [12:55] * Joins: kayam (u6535@gateway/web/irccloud.com/x-unosculoaznbnszn)
- # [12:55] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [12:55] * Joins: mariusz (~mariusz@91-237-52-142.greendata.pl)
- # [12:55] * Joins: oniijin (~oniijin@cpe-24-242-41-202.hot.res.rr.com)
- # [12:55] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [12:55] * Joins: m0 (~m0@mohamedmansour.com)
- # [12:55] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [12:55] * Joins: imbrandon (~bholtscla@15.185.100.228)
- # [12:55] * Joins: alpaca (~swe@unaffiliated/alpaca)
- # [12:55] * Joins: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com)
- # [12:55] * Joins: dagobah (~dagobah@84.45.53.200)
- # [12:55] * Joins: voodootikigod (~voodootik@50-57-134-169.static.cloud-ips.com)
- # [12:55] * Joins: Phae (u455@gateway/web/irccloud.com/x-nryaqscvwgffpnpa)
- # [12:55] * Joins: pingo_ (u5981@gateway/web/irccloud.com/x-memznlrfabifhdzm)
- # [12:55] * Joins: hober (~ted@unaffiliated/hober)
- # [12:55] * Joins: Conti (~Conti@121.165.183.205)
- # [12:55] * Joins: t1eR (t1eR@unaffiliated/t1er)
- # [12:55] * Joins: romainhuet (u2533@gateway/web/irccloud.com/x-ngwyqyhbyfxybvnh)
- # [12:55] * Joins: Aric (~Aric@50-56-235-177.static.cloud-ips.com)
- # [12:55] * Joins: salazr_ (u2027@gateway/web/irccloud.com/x-niuwqtsynnatxjrd)
- # [12:55] * Joins: iaincarsberg (u1388@gateway/web/irccloud.com/x-qatakuhmocygbykv)
- # [12:55] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-mhdnbeiagavbarka)
- # [12:55] * Joins: hdv (u2376@gateway/web/irccloud.com/x-tcqllssbexznfqph)
- # [12:55] * Joins: mreeder (u4425@gateway/web/irccloud.com/x-gxnduzipfvbgnuyh)
- # [12:55] * Joins: Graister (~graister@212-149-203-36.bb.dnainternet.fi)
- # [12:55] * Joins: beasty (~beasty@about/apple/macbook/beasty)
- # [12:55] * Joins: Velmont (odinho@dalvik.ping.uio.no)
- # [12:55] * Joins: webben (~benjamin@173-203-84-17.static.cloud-ips.com)
- # [12:55] * Joins: EHLOVader[afk] (~EHLOVader@198.12.68.114)
- # [12:55] * Joins: gurps (~gurps@bounce.soosc.net)
- # [12:55] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Excess Flood)
- # [12:55] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-friutalltkfjihxi) (Excess Flood)
- # [12:56] * Joins: dameleon (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp)
- # [12:56] * Quits: blinkerror (~Thunderbi@49.145.94.153) (Write error: Broken pipe)
- # [12:56] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Write error: Broken pipe)
- # [12:56] * Quits: kirin` (telex@gateway/shell/anapnea.net/x-ltiwsyvjnewaxrnl) (Max SendQ exceeded)
- # [12:56] * Joins: Andre_designer1 (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [12:56] * Joins: blinkerror (~Thunderbi@49.145.94.153)
- # [12:56] * Quits: Andre_designer1 (~Thunderbi@82-170-146-165.ip.telfort.nl) (Remote host closed the connection)
- # [12:57] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [12:57] * Joins: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de)
- # [12:57] * Joins: kirin` (telex@gateway/shell/anapnea.net/x-naopphrajtsvvtcl)
- # [12:57] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
- # [12:58] * Quits: dameleon_ (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [12:58] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Ping timeout: 240 seconds)
- # [12:58] * Quits: Conti (~Conti@121.165.183.205) (Ping timeout: 240 seconds)
- # [12:58] * Joins: Conti (~Conti@121.165.183.205)
- # [12:59] * Quits: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at) (Ping timeout: 245 seconds)
- # [13:00] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [13:00] * Quits: blinkerror (~Thunderbi@49.145.94.153) (Ping timeout: 245 seconds)
- # [13:02] * Quits: kirin` (telex@gateway/shell/anapnea.net/x-naopphrajtsvvtcl) (Ping timeout: 240 seconds)
- # [13:04] * Joins: kirin` (telex@gateway/shell/anapnea.net/x-xgzgytltlkzfalqs)
- # [13:05] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-ngxlzlhmvguvtkpx)
- # [13:07] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [13:07] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [13:09] * Quits: xec (~xec@188.95.241.142)
- # [13:13] * Quits: mstalfoort (~manuchill@83.232.96.217) (Ping timeout: 245 seconds)
- # [13:14] * Joins: rickibalboa (~ricki@84.19.107.42)
- # [13:15] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [13:17] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [13:18] * Joins: bibo360 (~bibo360@159.71.64.86.rev.sfr.net)
- # [13:19] * Quits: dameleon (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [13:19] * Joins: dameleon (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp)
- # [13:20] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Client Quit)
- # [13:27] * Joins: gnemoug (~guomeng@202.102.144.3)
- # [13:27] * Quits: gnemoug (~guomeng@202.102.144.3) (Max SendQ exceeded)
- # [13:27] * Joins: phrearch (~Phrearch@94.142.213.96)
- # [13:29] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [13:29] * Quits: bibo360 (~bibo360@159.71.64.86.rev.sfr.net) (Remote host closed the connection)
- # [13:29] * Quits: j_wright (~jwright@ip70-180-205-15.lv.lv.cox.net) (Ping timeout: 260 seconds)
- # [13:35] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
- # [13:35] * Joins: zenorocha (~zenorocha@189.60.173.212)
- # [13:36] * Joins: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk)
- # [13:37] * Joins: gnemoug (~guomeng@202.102.144.3)
- # [13:37] * Quits: gnemoug (~guomeng@202.102.144.3) (Max SendQ exceeded)
- # [13:38] * Vennril2 is now known as Vennril
- # [13:43] * Quits: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
- # [13:45] * Joins: Oprr (~liveprevi@186.34.172.113)
- # [13:48] * Joins: Ikoru (Ikoru@5ad01f6c.bb.sky.com)
- # [13:49] * Joins: squeakytoy (~christoff@gateway.netset.se)
- # [13:52] * Joins: sedovsek (~robert@89.143.12.238)
- # [13:52] * Joins: gnemoug (~guomeng@202.102.144.3)
- # [13:53] * Quits: gnemoug (~guomeng@202.102.144.3) (Max SendQ exceeded)
- # [13:55] * Joins: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at)
- # [13:55] * Joins: gnemoug (~guomeng@202.102.144.3)
- # [13:55] * Quits: gnemoug (~guomeng@202.102.144.3) (Max SendQ exceeded)
- # [13:55] * krijnhuman is now known as krijnh
- # [13:58] * Joins: factor (~factor@74.196.97.204)
- # [13:59] * Quits: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at) (Ping timeout: 248 seconds)
- # [14:09] * Joins: miChou (~mibalan@dublin-proxy.adobe.com)
- # [14:10] * Joins: Jayflux (~jay_knows@cpc6-dudl6-0-0-cust126.16-1.cable.virginmedia.com)
- # [14:13] * Joins: gnemoug (~guomeng@202.102.144.3)
- # [14:13] * Quits: gnemoug (~guomeng@202.102.144.3) (Max SendQ exceeded)
- # [14:13] * Quits: mstalfoort (~manuchill@83.232.96.217) (Ping timeout: 252 seconds)
- # [14:15] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [14:15] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 245 seconds)
- # [14:16] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
- # [14:20] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [14:20] * Joins: arietis (~arietis@188.242.29.115)
- # [14:24] * Joins: AlbireoX (~AlbireoX@76.78.168.158)
- # [14:24] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 240 seconds)
- # [14:25] * Joins: gnemoug (~guomeng@202.102.144.3)
- # [14:25] * Quits: gnemoug (~guomeng@202.102.144.3) (Max SendQ exceeded)
- # [14:26] * Quits: saschagehlich (~sascha@p5DE83FED.dip.t-dialin.net) (Quit: saschagehlich)
- # [14:29] * Joins: quiliro (~ana@177.132.230.198)
- # [14:29] * m00bles is now known as Pomax
- # [14:32] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [14:34] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [14:35] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
- # [14:36] * Quits: Jayflux (~jay_knows@cpc6-dudl6-0-0-cust126.16-1.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [14:36] * Joins: webguynow (~webguynow@c-24-1-222-204.hsd1.il.comcast.net)
- # [14:42] * Joins: Ms2ger (~Ms2ger@91.181.58.22)
- # [14:43] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [14:46] * Quits: factor (~factor@74.196.97.204) (Quit: Leaving)
- # [14:47] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Remote host closed the connection)
- # [14:47] * Quits: mstalfoort (~manuchill@83.232.96.217) (Ping timeout: 245 seconds)
- # [14:48] * Quits: jochen__ (jochen@nat/google/x-vbvlwiiranlbttku) (Read error: Connection reset by peer)
- # [14:48] * EHLOVader[afk] is now known as EHLOVader
- # [14:49] * Quits: Oprr (~liveprevi@186.34.172.113) (Ping timeout: 252 seconds)
- # [14:50] * Joins: gnemoug (~guomeng@202.102.144.3)
- # [14:50] * Quits: gnemoug (~guomeng@202.102.144.3) (Max SendQ exceeded)
- # [14:53] * Joins: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com)
- # [14:57] * Joins: jochen__ (jochen@nat/google/x-uisdpazwbuajhynw)
- # [14:58] * Quits: niloy (~niloy@203.196.177.156) (Read error: Connection reset by peer)
- # [14:59] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [15:00] * Joins: gnemoug (~guomeng@202.102.144.3)
- # [15:00] * Quits: gnemoug (~guomeng@202.102.144.3) (Max SendQ exceeded)
- # [15:01] * Joins: gnemoug (~guomeng@202.102.144.3)
- # [15:01] * Quits: gnemoug (~guomeng@202.102.144.3) (Max SendQ exceeded)
- # [15:02] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [15:05] * Joins: Trisox (~Tri_sox@dhcp-089-098-167-190.chello.nl)
- # [15:09] * Joins: erichynds (~ehynds@64.206.121.41)
- # [15:11] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
- # [15:12] * Quits: phrearch (~Phrearch@94.142.213.96) (Remote host closed the connection)
- # [15:13] * Quits: robmorrissey (~robmorris@92.41.119.198.threembb.co.uk) (Quit: Computer has gone to sleep.)
- # [15:17] * Joins: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [15:19] * Joins: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net)
- # [15:19] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [15:22] * Joins: RJ3000_ (~uid1@109.231.228.146)
- # [15:22] * Quits: RJ3000_ (~uid1@109.231.228.146) (Excess Flood)
- # [15:22] * Joins: blinkerror (~Thunderbi@121.54.34.3)
- # [15:22] * Joins: RJ3000_ (~uid1@109.231.228.146)
- # [15:23] * Quits: RJ3000_ (~uid1@109.231.228.146) (Remote host closed the connection)
- # [15:23] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [15:27] * Joins: sunbeam (~sunbeam@79.99.2.128)
- # [15:27] <sunbeam> an image banner with several links in it, is this possible to achieve?
- # [15:27] <sunbeam> or is this an outdated technique
- # [15:27] <dahlfors> no, image maps is still in the specs
- # [15:28] <dahlfors> personally I haven't needed an image map since the 90s, but I guess there are still places where they could be useful
- # [15:28] * Quits: zenorocha (~zenorocha@189.60.173.212) (Remote host closed the connection)
- # [15:30] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
- # [15:31] <Trisox> id use an overlay
- # [15:32] <Trisox> no idea how mobile devices work with img maps
- # [15:33] * Quits: BrokenAngel (~BrokenAng@2.107.199.38) (Quit: Leaving)
- # [15:36] * Joins: RJ3000_ (~uid1@109.231.228.146)
- # [15:37] * Joins: shoogz (~shoogz@unaffiliated/shoogz)
- # [15:38] * Joins: xec (~xec@188.95.241.142)
- # [15:41] * Joins: tomshreds (~shreds@18-156.tr.cgocable.ca)
- # [15:43] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [15:44] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
- # [15:44] * Joins: MartynKeigher (~MartynKei@63-156-144-147.dia.static.qwest.net)
- # [15:45] * Joins: zenorocha (~zenorocha@189.60.173.212)
- # [15:46] * Joins: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com)
- # [15:47] * Quits: dameleon (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [15:49] * Joins: troii (c242af51@gateway/web/freenode/ip.194.66.175.81)
- # [15:49] <troii> hey
- # [15:49] <troii> why is this channel separate from html channel?
- # [15:53] <xec> html channel is any html version, but very strict. this is more open, basically any modern web tech. also more friendly ;)
- # [15:53] * Joins: sedovsek (~robert@89.143.12.238)
- # [15:54] * Quits: gavin_huang (~gravof@115.220.104.135) (Quit: Leaving)
- # [15:56] * Joins: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net)
- # [15:57] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Remote host closed the connection)
- # [15:58] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 252 seconds)
- # [15:58] * Joins: thisgeek (~chris@cpe-204-210-135-55.hvc.res.rr.com)
- # [15:58] * Quits: blinkerror (~Thunderbi@121.54.34.3) (Ping timeout: 276 seconds)
- # [15:59] * Quits: thisgeek (~chris@cpe-204-210-135-55.hvc.res.rr.com) (Client Quit)
- # [15:59] <troii> aha
- # [15:59] <troii> so guyze at the html channel are mad at you?
- # [16:00] <sunbeam> thanks dahlfors
- # [16:00] * Joins: thisgeek (~chris@cpe-204-210-135-55.hvc.res.rr.com)
- # [16:01] <troii> xec
- # [16:03] <troii> xec
- # [16:04] * Joins: axos411 (~axos@xdsl-78-35-129-50.netcologne.de)
- # [16:04] * Quits: axos411 (~axos@xdsl-78-35-129-50.netcologne.de) (Client Quit)
- # [16:04] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [16:04] * Joins: melst (~melst@pop1-1821.catv.wtnet.de)
- # [16:04] <troii> why is the guyze down at html channel mad at you?
- # [16:06] * Quits: _shorinji_ (~ffall@static-88.131.29.2.addr.tdcsong.se) (Quit: _shorinji_)
- # [16:10] * Quits: soee (~soee@83-238-167-52.ip.netia.com.pl) (Quit: Wychodzi)
- # [16:10] * Joins: _sCoRpi (sCoRp@scenerockerz.chemical-reaction.org)
- # [16:10] * Joins: fireh (~fireh@unaffiliated/fireh)
- # [16:11] * Quits: sasori (~chatzilla@202.27.31.225) (Remote host closed the connection)
- # [16:12] * Quits: arietis (~arietis@188.242.29.115) (Quit: Computer has gone to sleep.)
- # [16:13] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 260 seconds)
- # [16:16] * Joins: BreadMaker (~BreadMake@pc-120-215-239-201.cm.vtr.net)
- # [16:16] * Joins: greg_otoole (~gregoryot@130.203.137.59)
- # [16:17] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [16:19] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [16:20] * Quits: CrawfordComeaux (~CrawfordC@76.72.19.49)
- # [16:21] * Joins: pandeiro (~mu@177.33.182.220)
- # [16:21] * Joins: _dc (~dc@163.192.12.1)
- # [16:21] * Quits: pandeiro (~mu@177.33.182.220) (Client Quit)
- # [16:23] * Joins: fabien-z (~IceChat9@darkstar2.fullsix.com)
- # [16:23] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 244 seconds)
- # [16:25] <xec> troii: i don't think they are?
- # [16:27] * Joins: Brodingo (~Brodingo@rrcs-71-42-225-154.sw.biz.rr.com)
- # [16:27] * Joins: robreact (~chatzilla@c-65-96-38-12.hsd1.ma.comcast.net)
- # [16:28] * Quits: gpantazis (~gpantazis@c-71-229-221-23.hsd1.co.comcast.net) (Remote host closed the connection)
- # [16:30] * Quits: Brodingo (~Brodingo@rrcs-71-42-225-154.sw.biz.rr.com) (Client Quit)
- # [16:33] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [16:33] * Quits: zenorocha (~zenorocha@189.60.173.212) (Remote host closed the connection)
- # [16:33] * Joins: teleject (~christoph@cpe-70-112-210-24.austin.res.rr.com)
- # [16:35] * Joins: dameleon (~dameleon@g92.115-65-78.ppp.wakwak.ne.jp)
- # [16:36] * Joins: hemanth_ (~hemanth@122.178.200.2)
- # [16:36] * Quits: hemanth_ (~hemanth@122.178.200.2) (Client Quit)
- # [16:37] * Quits: drublic (~drublic@frbg-5d84ed3a.pool.mediaWays.net) (Remote host closed the connection)
- # [16:39] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 260 seconds)
- # [16:40] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Ping timeout: 265 seconds)
- # [16:41] * Joins: hemanth_ (~hemanth@122.178.200.2)
- # [16:44] * Joins: bibo360 (~bibo360@ABayonne-256-1-122-180.w90-45.abo.wanadoo.fr)
- # [16:44] * Quits: Ducki__ (~Ducki@pD9E3950C.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
- # [16:45] * Joins: robmorrissey (~robmorris@188.28.195.36.threembb.co.uk)
- # [16:45] * Quits: Pomax (~Pomax@d173-183-90-226.bchsia.telus.net) (Ping timeout: 260 seconds)
- # [16:45] * Joins: Pomax (~Pomax@d173-183-90-226.bchsia.telus.net)
- # [16:47] * Quits: Trisox (~Tri_sox@dhcp-089-098-167-190.chello.nl) (Quit: Linkinus - http://linkinus.com)
- # [16:48] * Quits: poolshark (~quassel@dslb-088-075-154-231.pools.arcor-ip.net) (Read error: Connection reset by peer)
- # [16:50] * Joins: Brodingo (~Brodingo@rrcs-71-42-225-154.sw.biz.rr.com)
- # [16:52] * Joins: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net)
- # [16:53] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [16:54] * Joins: drublic (~drublic@frbg-5d84ed3a.pool.mediaWays.net)
- # [16:55] * Quits: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [16:56] * Quits: troii (c242af51@gateway/web/freenode/ip.194.66.175.81) (Ping timeout: 245 seconds)
- # [16:58] * Joins: d3nys (~den@93-138-105-209.adsl.net.t-com.hr)
- # [16:59] * Joins: garciawebdev (~garciaweb@190.244.76.14)
- # [17:04] * Quits: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net) (Quit: quest88)
- # [17:06] * Quits: roel (~quassel@d54C236E3.access.telenet.be) (Read error: Connection reset by peer)
- # [17:06] * Quits: fabien-z (~IceChat9@darkstar2.fullsix.com) (Ping timeout: 248 seconds)
- # [17:11] * Joins: fabien-z (~IceChat9@darkstar2.fullsix.com)
- # [17:11] * Quits: mstalfoort (~manuchill@83.232.96.217) (Read error: Connection reset by peer)
- # [17:14] * Joins: Reite (~chris@cm-84.211.71.25.getinternet.no)
- # [17:16] * Joins: activedecay (~jfaust@216.51.42.66)
- # [17:16] * Joins: bbtb1982 (~none@155.98.194.169)
- # [17:16] * Parts: bbtb1982 (~none@155.98.194.169)
- # [17:18] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [17:19] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [17:19] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
- # [17:19] * Parts: melst (~melst@pop1-1821.catv.wtnet.de)
- # [17:19] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [17:20] * Joins: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net)
- # [17:20] * Quits: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net) (Changing host)
- # [17:20] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [17:21] * Joins: thcipriani (~tyler@173.14.24.157)
- # [17:23] * Joins: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com)
- # [17:26] * Joins: gpantazis (~gpantazis@67-131-94-2.dia.static.qwest.net)
- # [17:26] * Parts: mstalfoort (~manuchill@83.232.96.217) ("kthxbai")
- # [17:31] * Quits: miChou (~mibalan@dublin-proxy.adobe.com) (Quit: Leaving.)
- # [17:36] * Quits: xec (~xec@188.95.241.142) (Quit: ttfn)
- # [17:40] * Joins: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com)
- # [17:41] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [17:44] * Joins: tw2113 (~tw2113@host-102-48-107-208.midco.net)
- # [17:44] * Quits: tw2113 (~tw2113@host-102-48-107-208.midco.net) (Changing host)
- # [17:44] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [17:44] * Quits: jonandersson (~jonanders@37-46-184-126.customers.ownit.se) (Quit: jonandersson)
- # [17:45] * Joins: frasnyc (~john@160.79.20.210)
- # [17:45] * Parts: frasnyc (~john@160.79.20.210)
- # [17:45] * Quits: central (~central@c-67-167-30-87.hsd1.il.comcast.net) (Read error: Connection reset by peer)
- # [17:46] * Joins: wilmoore3 (~wilmoore@vlandnat.mystrotv.com)
- # [17:47] * Joins: r0tha (~r0tha@173.247.200.122)
- # [17:48] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [17:48] * Quits: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com) (Read error: Connection reset by peer)
- # [17:50] * Quits: squeakytoy (~christoff@gateway.netset.se) (Quit: Leaving)
- # [17:50] * Joins: j_wright (~jwright@ip70-180-205-15.lv.lv.cox.net)
- # [17:50] * Joins: Jon47 (~Adium@pool-173-79-149-248.washdc.fios.verizon.net)
- # [17:50] * Quits: Jon47 (~Adium@pool-173-79-149-248.washdc.fios.verizon.net) (Remote host closed the connection)
- # [17:50] * Joins: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com)
- # [17:51] * Joins: Jon47 (~Adium@pool-173-79-149-248.washdc.fios.verizon.net)
- # [17:57] * xec_ is now known as xec
- # [17:58] * Quits: mmlac (~mmlac@209.129.244.250) (Quit: mmlac)
- # [17:59] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [18:02] * Joins: sasori (~sasori@cm223.sigma174.maxonline.com.sg)
- # [18:03] * Quits: fabien-z (~IceChat9@darkstar2.fullsix.com) (Read error: Connection reset by peer)
- # [18:05] * Quits: activedecay (~jfaust@216.51.42.66) (Remote host closed the connection)
- # [18:06] * Joins: activedecay (~jfaust@216.51.42.66)
- # [18:07] * Joins: Usse (~usse@170.3.254.213.static.dsl.itgate.net)
- # [18:08] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [18:08] * Joins: codewrangler (~codewrang@pool-71-191-34-251.washdc.fios.verizon.net)
- # [18:12] * Joins: Oprr (~liveprevi@186.34.172.113)
- # [18:12] * Joins: Me1000 (~Me1000@74-143-221-23.static.insightbb.com)
- # [18:12] * Quits: Me1000 (~Me1000@74-143-221-23.static.insightbb.com) (Client Quit)
- # [18:12] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 265 seconds)
- # [18:13] * Joins: worstadmin (~worstadmi@cpe-67-250-96-168.si.res.rr.com)
- # [18:14] * Quits: nonge_ (~nonge@p50829E64.dip.t-dialin.net) (Quit: Verlassend)
- # [18:14] * Quits: bibo360 (~bibo360@ABayonne-256-1-122-180.w90-45.abo.wanadoo.fr) (Read error: No route to host)
- # [18:14] * Joins: saschagehlich (~sascha@p5DE83FED.dip.t-dialin.net)
- # [18:14] * Joins: bibo360 (~bibo360@ABayonne-256-1-122-180.w90-45.abo.wanadoo.fr)
- # [18:16] * Joins: yerp (~Adium@93-47-44-152.ip111.fastwebnet.it)
- # [18:16] <yerp> html5
- # [18:17] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
- # [18:18] <saschagehlich> hey, how do I copy a webglrenderingcontext with javascript?
- # [18:18] * Joins: chaiz (~chaiz@ppp-124-121-15-28.revip2.asianet.co.th)
- # [18:18] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl) (Client Quit)
- # [18:22] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
- # [18:25] * Parts: yerp (~Adium@93-47-44-152.ip111.fastwebnet.it)
- # [18:26] * Quits: r0tha (~r0tha@173.247.200.122) (Ping timeout: 252 seconds)
- # [18:27] * Quits: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr) (Quit: All those moments will be lost in time, like tears in rain.)
- # [18:27] * Joins: mmlac (~mmlac@108-65-78-87.lightspeed.sntcca.sbcglobal.net)
- # [18:28] * Quits: dameleon (~dameleon@g92.115-65-78.ppp.wakwak.ne.jp) (Read error: No route to host)
- # [18:29] * Joins: dameleon (~dameleon@g92.115-65-78.ppp.wakwak.ne.jp)
- # [18:29] * Joins: r0tha (~r0tha@173.247.200.122)
- # [18:29] * Joins: Huanghe11 (~Huanghe11@122.224.219.42)
- # [18:31] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [18:33] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
- # [18:33] * Parts: Huanghe11 (~Huanghe11@122.224.219.42)
- # [18:33] * Joins: Jayflux (~jay_knows@cpc6-dudl6-0-0-cust126.16-1.cable.virginmedia.com)
- # [18:36] * Quits: Fwny (~potato@24-212-208-238.cable.teksavvy.com) (Quit: Bye)
- # [18:36] * Joins: devmikey (~irc@unaffiliated/devmikey)
- # [18:36] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [18:39] * abstractj|away is now known as abstractj
- # [18:39] * Quits: abstractj (~abstractj@redhat/jboss/abstractj) (Excess Flood)
- # [18:39] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
- # [18:39] * Joins: abstractj (~abstractj@redhat/jboss/abstractj)
- # [18:40] * Joins: xonecas (~dev@c-24-4-38-210.hsd1.ca.comcast.net)
- # [18:43] * Joins: Huanghe11 (~Huanghe11@122.224.219.42)
- # [18:44] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 244 seconds)
- # [18:44] * Quits: caddoo (~quassel@81.179.1.38) (Read error: Connection reset by peer)
- # [18:48] * Quits: roadt (~roadt@60.168.91.246) (Ping timeout: 245 seconds)
- # [18:51] * Quits: Huanghe11 (~Huanghe11@122.224.219.42)
- # [18:52] * Quits: jgomez (~jgomez@79.121.254.19) (Quit: Leaving)
- # [18:54] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
- # [18:54] * Quits: dhruvasagar (~dhruvasag@122.167.116.53) (Ping timeout: 245 seconds)
- # [18:54] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
- # [18:55] * Joins: roadt (~roadt@60.168.91.246)
- # [18:56] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
- # [18:59] * Quits: bibo360 (~bibo360@ABayonne-256-1-122-180.w90-45.abo.wanadoo.fr) (Remote host closed the connection)
- # [18:59] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [19:02] * Quits: Usse (~usse@170.3.254.213.static.dsl.itgate.net) (Remote host closed the connection)
- # [19:06] * Joins: ebidel (~ericbidel@207.198.105.21)
- # [19:06] * Quits: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk) (Quit: Leaving.)
- # [19:06] * Quits: chaiz (~chaiz@ppp-124-121-15-28.revip2.asianet.co.th) (Read error: Connection reset by peer)
- # [19:07] * Joins: chaiz (~chaiz@ppp-124-121-15-28.revip2.asianet.co.th)
- # [19:08] * Quits: chaiz (~chaiz@ppp-124-121-15-28.revip2.asianet.co.th) (Max SendQ exceeded)
- # [19:09] * Joins: chaiz (~chaiz@ppp-124-121-15-28.revip2.asianet.co.th)
- # [19:12] * Joins: sedovsek (~robert@BSN-142-124-78.dial-up.dsl.siol.net)
- # [19:12] * Quits: drublic (~drublic@frbg-5d84ed3a.pool.mediaWays.net) (Remote host closed the connection)
- # [19:17] * Quits: xonecas (~dev@c-24-4-38-210.hsd1.ca.comcast.net) (Quit: leaving)
- # [19:19] * Quits: tomshreds (~shreds@18-156.tr.cgocable.ca) (Quit: Leaving...)
- # [19:21] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [19:21] * Joins: _cheney2 (~cheney@75.128.188.53)
- # [19:21] * Quits: sasori (~sasori@cm223.sigma174.maxonline.com.sg) (Ping timeout: 265 seconds)
- # [19:22] * Joins: ibere (~nitidaweb@187-78-16-137.user.veloxzone.com.br)
- # [19:22] * Quits: _cheney (~cheney@75.128.188.53) (Ping timeout: 246 seconds)
- # [19:22] * _cheney2 is now known as _cheney
- # [19:23] * Quits: robreact (~chatzilla@c-65-96-38-12.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427])
- # [19:24] * Joins: tomshreds (~shreds@18-156.tr.cgocable.ca)
- # [19:27] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [19:27] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-pzoqotgypqmwvnus) (Read error: Connection reset by peer)
- # [19:27] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-ngxlzlhmvguvtkpx) (Read error: Connection reset by peer)
- # [19:27] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-gzdlhfwxkkcvoaxe) (Remote host closed the connection)
- # [19:27] * Quits: bolosaur (u5293@gateway/web/irccloud.com/x-qznnihhvusfxqkfw) (Remote host closed the connection)
- # [19:27] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-vmgzromlgnhxhwfo) (Remote host closed the connection)
- # [19:27] * Quits: divya (u1924@gateway/web/irccloud.com/x-rimpqszltrupclhi) (Remote host closed the connection)
- # [19:27] * Quits: kaichanvong (u2773@gateway/web/irccloud.com/x-eaflszqdazrzgkbi) (Remote host closed the connection)
- # [19:27] * Quits: digitalfiz (u533@gateway/web/irccloud.com/x-wgtcwcsncxjocmjk) (Remote host closed the connection)
- # [19:27] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-nspiwxarvoqekzgy) (Read error: Connection reset by peer)
- # [19:27] * Quits: actel (u48@gateway/web/irccloud.com/x-ltnhrlpehovkbwik) (Remote host closed the connection)
- # [19:27] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-yoomcxqwyrxzeahg) (Remote host closed the connection)
- # [19:27] * Quits: viduthalai1947 (u5404@gateway/web/irccloud.com/x-zwnwidupdvvvratd) (Remote host closed the connection)
- # [19:27] * Quits: padolsey (u4948@gateway/web/irccloud.com/x-ianfmshkthvoioop) (Remote host closed the connection)
- # [19:27] * Quits: pingo_ (u5981@gateway/web/irccloud.com/x-memznlrfabifhdzm) (Remote host closed the connection)
- # [19:27] * Quits: salazr_ (u2027@gateway/web/irccloud.com/x-niuwqtsynnatxjrd) (Remote host closed the connection)
- # [19:27] * Quits: pocopina (u5310@gateway/web/irccloud.com/x-pqutblhkiboqbuny) (Remote host closed the connection)
- # [19:27] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-aqfxcifeiwjeyzvj) (Write error: Connection reset by peer)
- # [19:27] * Quits: romainhuet (u2533@gateway/web/irccloud.com/x-ngwyqyhbyfxybvnh) (Remote host closed the connection)
- # [19:27] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-qatakuhmocygbykv) (Remote host closed the connection)
- # [19:27] * Quits: Fabryz (u4038@gateway/web/irccloud.com/x-rqrvvyywkldpylhc) (Write error: Connection reset by peer)
- # [19:27] * Quits: hdv (u2376@gateway/web/irccloud.com/x-tcqllssbexznfqph) (Remote host closed the connection)
- # [19:27] * Quits: cylentwolf_ (u3104@gateway/web/irccloud.com/x-ijtupdywptikrbdo) (Remote host closed the connection)
- # [19:27] * Quits: mreeder (u4425@gateway/web/irccloud.com/x-gxnduzipfvbgnuyh) (Remote host closed the connection)
- # [19:27] * Quits: Phae (u455@gateway/web/irccloud.com/x-nryaqscvwgffpnpa) (Remote host closed the connection)
- # [19:27] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-mhdnbeiagavbarka) (Remote host closed the connection)
- # [19:27] * Quits: kayam (u6535@gateway/web/irccloud.com/x-unosculoaznbnszn) (Remote host closed the connection)
- # [19:31] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 260 seconds)
- # [19:32] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [19:34] * Parts: d3nys (~den@93-138-105-209.adsl.net.t-com.hr) ("Leaving")
- # [19:36] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [19:39] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
- # [19:40] * Quits: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com) (Remote host closed the connection)
- # [19:41] * Quits: rickibalboa (~ricki@84.19.107.42) (Ping timeout: 272 seconds)
- # [19:42] * Joins: danielwrobert (~danielwro@trestles.cukerinteractive.com)
- # [19:44] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [19:45] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [19:49] * Quits: robmorrissey (~robmorris@188.28.195.36.threembb.co.uk) (Quit: Computer has gone to sleep.)
- # [19:49] * Joins: aniasis (~aniasis@64.124.202.222)
- # [19:50] * Joins: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com)
- # [19:50] * Quits: dameleon (~dameleon@g92.115-65-78.ppp.wakwak.ne.jp) (Remote host closed the connection)
- # [19:50] * abstractj is now known as abstractj|away
- # [19:51] * Quits: mmlac (~mmlac@108-65-78-87.lightspeed.sntcca.sbcglobal.net) (Quit: mmlac)
- # [19:53] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Remote host closed the connection)
- # [19:54] * Joins: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net)
- # [19:56] * Joins: saschagehlich_ (~sascha@p5DE8033B.dip.t-dialin.net)
- # [19:57] * Joins: axos411 (~axos@xdsl-78-35-129-50.netcologne.de)
- # [19:58] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [19:58] * Quits: saschagehlich (~sascha@p5DE83FED.dip.t-dialin.net) (Ping timeout: 244 seconds)
- # [19:58] * saschagehlich_ is now known as saschagehlich
- # [19:59] * Joins: pinage404 (~pinage404@APuteaux-651-1-192-184.w92-154.abo.wanadoo.fr)
- # [20:01] * Parts: pinage404 (~pinage404@APuteaux-651-1-192-184.w92-154.abo.wanadoo.fr)
- # [20:01] * Quits: ebidel (~ericbidel@207.198.105.21) (Quit: ebidel)
- # [20:02] * Joins: darkc0met (darkcomet@gateway/shell/trekweb.org/x-jgwrmdeuztwcpljb)
- # [20:03] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [20:05] * Joins: ebidel (ericbidelm@nat/google/x-wniwdkgrvwlwsdzg)
- # [20:06] * Joins: Usse (~usse@2-230-71-170.ip200.fastwebnet.it)
- # [20:07] * Quits: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com) (Ping timeout: 245 seconds)
- # [20:07] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [20:08] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [20:09] * Joins: dgathright (~dgathrigh@nat/yahoo/x-jpwbpdamcahlmiux)
- # [20:11] * Joins: boB_K7IQ (~IceChat9@23-25-129-30-static.hfc.comcastbusiness.net)
- # [20:13] * Quits: shac (~shac@5adc0e22.bb.sky.com) (Excess Flood)
- # [20:14] * Joins: shac (~shac@5adc0e22.bb.sky.com)
- # [20:14] * Joins: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com)
- # [20:14] * Quits: axos411 (~axos@xdsl-78-35-129-50.netcologne.de) (Quit: Leaving.)
- # [20:15] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Ping timeout: 240 seconds)
- # [20:15] * Quits: dgathright (~dgathrigh@nat/yahoo/x-jpwbpdamcahlmiux) (Quit: dgathright)
- # [20:15] * Quits: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com) (Quit: fleeting)
- # [20:16] * Joins: dgathright (~dgathrigh@nat/yahoo/x-euzetczkzwmrqnsv)
- # [20:16] * Joins: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at)
- # [20:18] * Joins: actel (u48@gateway/web/irccloud.com/x-qtrrlqnicahgeugm)
- # [20:20] * Joins: Phae (u455@gateway/web/irccloud.com/x-louxkbfjajjweggu)
- # [20:23] * Quits: Jon47 (~Adium@pool-173-79-149-248.washdc.fios.verizon.net) (Quit: Leaving.)
- # [20:23] * Joins: Jon47 (~Adium@pool-173-79-149-248.washdc.fios.verizon.net)
- # [20:23] * Joins: ampz (~laptop@host86-181-254-215.range86-181.btcentralplus.com)
- # [20:26] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-nkyrlmesluggeeyk)
- # [20:26] * Quits: ebidel (ericbidelm@nat/google/x-wniwdkgrvwlwsdzg) (Quit: ebidel)
- # [20:28] * Joins: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com)
- # [20:29] * Joins: iaincarsberg (u1388@gateway/web/irccloud.com/x-vvgghcpnokqslsip)
- # [20:30] * Joins: digitalfiz (u533@gateway/web/irccloud.com/x-iuzcqxozsgiypoiq)
- # [20:30] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-calujefpoungylrk)
- # [20:30] * Joins: niftylettuce (u2733@gateway/web/irccloud.com/x-unankhegcqtinqxo)
- # [20:31] * Joins: mmlac (~mmlac@108-65-78-87.lightspeed.sntcca.sbcglobal.net)
- # [20:32] * Joins: tiglog (~topeak@123.116.83.30)
- # [20:32] * Joins: salazr_ (u2027@gateway/web/irccloud.com/x-wbktoezulqefcaub)
- # [20:33] * Quits: tiglog (~topeak@123.116.83.30) (Max SendQ exceeded)
- # [20:33] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-zveiqztizekoopji)
- # [20:33] * Quits: mmlac (~mmlac@108-65-78-87.lightspeed.sntcca.sbcglobal.net) (Client Quit)
- # [20:34] * Joins: tiglog (~topeak@123.116.83.30)
- # [20:34] * Joins: hdv (u2376@gateway/web/irccloud.com/x-wefwwodmkawdpxme)
- # [20:35] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-iopuzfhreiyxumxx)
- # [20:35] * Quits: tiglog (~topeak@123.116.83.30) (Max SendQ exceeded)
- # [20:35] * Joins: kaichanvong (u2773@gateway/web/irccloud.com/x-ewtuvqbslgunvjiq)
- # [20:35] * Joins: tiglog (~topeak@123.116.83.30)
- # [20:36] * Quits: tiglog (~topeak@123.116.83.30) (Remote host closed the connection)
- # [20:36] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-ptpayjfqhtthcgos)
- # [20:36] * Joins: mreeder (u4425@gateway/web/irccloud.com/x-savzfnphlqnrpmyc)
- # [20:37] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-osxyggzhbhqabnki)
- # [20:40] * Joins: bolosaur (u5293@gateway/web/irccloud.com/x-ngcwadfcibyqizpx)
- # [20:41] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
- # [20:42] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [20:42] * Quits: hemanth_ (~hemanth@122.178.200.2) (Quit: This computer has gone to sleep)
- # [20:44] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [20:44] * Joins: MartynK (~MartynKei@63-156-144-147.dia.static.qwest.net)
- # [20:45] * Joins: evasivx_ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [20:48] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Ping timeout: 246 seconds)
- # [20:49] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [20:50] * Quits: dhaber (~dhaber@c-24-19-56-95.hsd1.wa.comcast.net) (Ping timeout: 255 seconds)
- # [20:50] * Joins: kayam (u6535@gateway/web/irccloud.com/x-vprsxzydpwmanuyz)
- # [20:51] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-lrjyldjbdhfbtcju)
- # [20:51] * Joins: dnstbr (~dnstbr@rrcs-24-227-252-187.sw.biz.rr.com)
- # [20:51] * Joins: dhaber (~dhaber@c-24-19-56-95.hsd1.wa.comcast.net)
- # [20:52] * Joins: pingo_ (u5981@gateway/web/irccloud.com/x-dbhncrdkawzmasej)
- # [20:52] * Quits: aniasis (~aniasis@64.124.202.222) (Ping timeout: 240 seconds)
- # [20:55] * Quits: actel (u48@gateway/web/irccloud.com/x-qtrrlqnicahgeugm) (Remote host closed the connection)
- # [20:55] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-unankhegcqtinqxo) (Remote host closed the connection)
- # [20:55] * Quits: digitalfiz (u533@gateway/web/irccloud.com/x-iuzcqxozsgiypoiq) (Remote host closed the connection)
- # [20:55] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-iopuzfhreiyxumxx) (Remote host closed the connection)
- # [20:55] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-lrjyldjbdhfbtcju) (Remote host closed the connection)
- # [20:55] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-zveiqztizekoopji) (Write error: Broken pipe)
- # [20:57] * Quits: Usse (~usse@2-230-71-170.ip200.fastwebnet.it) (Remote host closed the connection)
- # [20:57] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-hegbhtsssqvnuhck)
- # [21:00] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-ptpayjfqhtthcgos) (Remote host closed the connection)
- # [21:02] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-nkyrlmesluggeeyk) (Remote host closed the connection)
- # [21:02] * Quits: bolosaur (u5293@gateway/web/irccloud.com/x-ngcwadfcibyqizpx) (Remote host closed the connection)
- # [21:02] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-osxyggzhbhqabnki) (Remote host closed the connection)
- # [21:02] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-hegbhtsssqvnuhck) (Remote host closed the connection)
- # [21:02] * Joins: Fabryz (u4038@gateway/web/irccloud.com/x-lebmbmrirsovxnmr)
- # [21:02] * Quits: ibere (~nitidaweb@187-78-16-137.user.veloxzone.com.br) (Quit: Leaving.)
- # [21:02] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-dqeofsoohzakijrp)
- # [21:02] * Quits: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net) (Quit: the corollary to be ye not so annoying: be ye not so easily annoyed.)
- # [21:02] * Joins: bolosaur (u5293@gateway/web/irccloud.com/x-fwnvppvzieqhtbih)
- # [21:04] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-dwnhoraaksjpxmkb)
- # [21:04] * Quits: chaiz (~chaiz@ppp-124-121-15-28.revip2.asianet.co.th) (Read error: Connection reset by peer)
- # [21:05] * Quits: pingo_ (u5981@gateway/web/irccloud.com/x-dbhncrdkawzmasej) (Remote host closed the connection)
- # [21:05] * Quits: bolosaur (u5293@gateway/web/irccloud.com/x-fwnvppvzieqhtbih) (Remote host closed the connection)
- # [21:05] * Quits: kaichanvong (u2773@gateway/web/irccloud.com/x-ewtuvqbslgunvjiq) (Remote host closed the connection)
- # [21:06] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-tpnlxvdoexahyixm)
- # [21:06] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-ppctxvwcgqkampym)
- # [21:07] * Joins: romainhuet (u2533@gateway/web/irccloud.com/x-ixnwsqmteejcetot)
- # [21:08] * Quits: romainhuet (u2533@gateway/web/irccloud.com/x-ixnwsqmteejcetot) (Remote host closed the connection)
- # [21:08] * Quits: Fabryz (u4038@gateway/web/irccloud.com/x-lebmbmrirsovxnmr) (Remote host closed the connection)
- # [21:08] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-ppctxvwcgqkampym) (Remote host closed the connection)
- # [21:08] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-vvgghcpnokqslsip) (Remote host closed the connection)
- # [21:09] * Joins: pandeiro (~mu@177.33.182.220)
- # [21:09] * Quits: salazr_ (u2027@gateway/web/irccloud.com/x-wbktoezulqefcaub) (Read error: Connection reset by peer)
- # [21:09] * Quits: hdv (u2376@gateway/web/irccloud.com/x-wefwwodmkawdpxme) (Read error: Connection reset by peer)
- # [21:09] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-dwnhoraaksjpxmkb) (Read error: Connection reset by peer)
- # [21:09] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-calujefpoungylrk) (Remote host closed the connection)
- # [21:09] * Quits: Phae (u455@gateway/web/irccloud.com/x-louxkbfjajjweggu) (Remote host closed the connection)
- # [21:09] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-tpnlxvdoexahyixm) (Remote host closed the connection)
- # [21:09] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-dqeofsoohzakijrp) (Remote host closed the connection)
- # [21:09] * Quits: mreeder (u4425@gateway/web/irccloud.com/x-savzfnphlqnrpmyc) (Remote host closed the connection)
- # [21:09] * Quits: kayam (u6535@gateway/web/irccloud.com/x-vprsxzydpwmanuyz) (Remote host closed the connection)
- # [21:09] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-zkfrqcgbppbwzkvd)
- # [21:10] * Joins: Usse (~usse@2-230-71-170.ip200.fastwebnet.it)
- # [21:10] * Quits: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com) (Remote host closed the connection)
- # [21:10] * Joins: sbarg (~sbargy@ottawa.dreamhost.com)
- # [21:10] * Joins: digitalfiz (u533@gateway/web/irccloud.com/x-lhhgtxhvojrrhzvc)
- # [21:11] * Joins: kayam (u6535@gateway/web/irccloud.com/x-wfixthgdfnsnoiyx)
- # [21:12] * Quits: erichynds (~ehynds@64.206.121.41)
- # [21:13] * Joins: romainhuet (u2533@gateway/web/irccloud.com/x-zxvracmhvouehcll)
- # [21:13] * Joins: iaincarsberg (u1388@gateway/web/irccloud.com/x-wkxlelenfgarsrrq)
- # [21:13] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
- # [21:14] * Joins: sedovsek_ (~robert@89.142.39.94)
- # [21:15] * Quits: digitalfiz (u533@gateway/web/irccloud.com/x-lhhgtxhvojrrhzvc) (Remote host closed the connection)
- # [21:15] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-wkxlelenfgarsrrq) (Remote host closed the connection)
- # [21:15] * Quits: romainhuet (u2533@gateway/web/irccloud.com/x-zxvracmhvouehcll) (Remote host closed the connection)
- # [21:15] * Joins: pingo_ (u5981@gateway/web/irccloud.com/x-wsftqmhucagxqopm)
- # [21:15] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-nvuxrhpwfrezrwiq)
- # [21:15] * Joins: Phae (u455@gateway/web/irccloud.com/x-xxsiinmfofciunud)
- # [21:16] * Quits: sedovsek (~robert@BSN-142-124-78.dial-up.dsl.siol.net) (Ping timeout: 272 seconds)
- # [21:16] * sedovsek_ is now known as sedovsek
- # [21:17] * Joins: aniasis (~aniasis@64.124.202.222)
- # [21:17] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [21:17] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-qcjxsrihodcmfpgi)
- # [21:17] * Joins: Fabryz (u4038@gateway/web/irccloud.com/x-buyopcuhxvogumzb)
- # [21:17] * Quits: pingo_ (u5981@gateway/web/irccloud.com/x-wsftqmhucagxqopm) (Remote host closed the connection)
- # [21:18] * Quits: sedovsek (~robert@89.142.39.94) (Client Quit)
- # [21:19] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-nvuxrhpwfrezrwiq) (Remote host closed the connection)
- # [21:19] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-qcjxsrihodcmfpgi) (Remote host closed the connection)
- # [21:19] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [21:19] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 260 seconds)
- # [21:20] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [21:20] * Joins: BlueKnob (~gscott@h65.0.20.98.dynamic.ip.windstream.net)
- # [21:20] * Joins: danielfilho (~danielfil@201.83.157.140)
- # [21:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Client Quit)
- # [21:21] * Joins: sedovsek (~robert@BSN-142-39-94.dial-up.dsl.siol.net)
- # [21:21] * Quits: evasivx_ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Quit: Leaving)
- # [21:21] * Joins: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com)
- # [21:22] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [21:26] * Joins: WouterDS (~WouterDS@unaffiliated/wouterds)
- # [21:27] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-lheshdxgxihrwqmh)
- # [21:28] * Joins: romainhuet (u2533@gateway/web/irccloud.com/x-rfloqnxqjjecsazo)
- # [21:28] * Joins: digitalfiz (u533@gateway/web/irccloud.com/x-kvencecukteqleqx)
- # [21:28] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [21:28] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-qatxnfvnfwqqxmnk)
- # [21:28] * Joins: actel (u48@gateway/web/irccloud.com/x-swyqdwvtxekqphoi)
- # [21:29] * Joins: mmlac (~mmlac@209.129.244.250)
- # [21:29] * Joins: hdv (u2376@gateway/web/irccloud.com/x-xzaotpivefowketd)
- # [21:30] * Joins: vlad_starkov (~vlad_star@77.41.88.210)
- # [21:34] * Joins: salazr_ (u2027@gateway/web/irccloud.com/x-mrubeulelvtbgqyc)
- # [21:35] * Joins: divya (u1924@gateway/web/irccloud.com/x-stxocembxzzbeytr)
- # [21:35] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-pmffbxmerpvnjsam)
- # [21:36] * Joins: axos411 (~axos@xdsl-78-35-129-50.netcologne.de)
- # [21:38] * Joins: pingo_ (u5981@gateway/web/irccloud.com/x-sbckhksxppmghial)
- # [21:39] * Joins: mreeder (u4425@gateway/web/irccloud.com/x-lyvusmfnpssdwmdy)
- # [21:40] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-rifwrmzlsezbaoqe)
- # [21:44] * Quits: Usse (~usse@2-230-71-170.ip200.fastwebnet.it) (Remote host closed the connection)
- # [21:44] * Joins: erichynds (~ehynds@64.206.121.41)
- # [21:44] * Joins: arietis (~arietis@188.242.29.115)
- # [21:44] * Quits: greg_otoole (~gregoryot@130.203.137.59) (Quit: greg_otoole)
- # [21:48] * Joins: kaichanvong (u2773@gateway/web/irccloud.com/x-txnhepuogzoezooi)
- # [21:48] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-wjybvglylexmnyoi)
- # [21:49] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 244 seconds)
- # [21:50] * Joins: bolosaur (u5293@gateway/web/irccloud.com/x-mcvvqgpszuuddyug)
- # [21:53] * Joins: blinkerror (~Thunderbi@121.54.34.3)
- # [21:53] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [21:58] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 245 seconds)
- # [21:58] * Joins: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com)
- # [21:59] * Joins: cylentwolf_ (u3104@gateway/web/irccloud.com/x-yosrwubohjwzigkl)
- # [21:59] * Joins: quiliro1 (~ana@177.97.55.182.dynamic.adsl.gvt.net.br)
- # [22:00] * Quits: quiliro (~ana@177.132.230.198) (Ping timeout: 245 seconds)
- # [22:00] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [22:03] * Quits: danielfilho (~danielfil@201.83.157.140) (Remote host closed the connection)
- # [22:04] * Quits: vlad_starkov (~vlad_star@77.41.88.210) (Remote host closed the connection)
- # [22:06] * Quits: aniasis (~aniasis@64.124.202.222) (Ping timeout: 248 seconds)
- # [22:11] * Quits: erichynds (~ehynds@64.206.121.41)
- # [22:14] * Joins: nOgAnOo (~noganoo@DSLPool-net215-203.wctc.net)
- # [22:18] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [22:19] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [22:19] * Quits: saschagehlich (~sascha@p5DE8033B.dip.t-dialin.net) (Quit: saschagehlich)
- # [22:21] * Quits: njbair (~njbair@user-12l369a.cable.mindspring.com) (Quit: leaving)
- # [22:21] * Quits: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at) (Quit: Leaving...)
- # [22:22] * Joins: drale2k (~drale2k@chello084113196096.1.14.vie.surfer.at)
- # [22:23] * Joins: robmorri_ (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [22:23] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [22:24] * EHLOVader is now known as EHLOVader[afk]
- # [22:27] * Joins: debsan (~debsan@190.245.74.16)
- # [22:27] * Quits: robmorri_ (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 276 seconds)
- # [22:32] * Quits: dnstbr (~dnstbr@rrcs-24-227-252-187.sw.biz.rr.com) (Quit: Computer has gone to sleep.)
- # [22:40] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [22:44] * Quits: sedovsek (~robert@BSN-142-39-94.dial-up.dsl.siol.net) (Quit: sedovsek)
- # [22:45] * Joins: niftylettuce (u2733@gateway/web/irccloud.com/x-vwcfeesftbswzlsz)
- # [22:45] * Joins: WouterDS_ (~WouterDS@178-117-106-51.access.telenet.be)
- # [22:46] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [22:46] * Quits: asher^ (asher@unaffiliated/asher/x-9381395)
- # [22:47] * Adawerk is now known as mven
- # [22:49] * Quits: WouterDS (~WouterDS@unaffiliated/wouterds) (Ping timeout: 248 seconds)
- # [22:50] * Joins: sedovsek (~robert@BSN-142-39-94.dial-up.dsl.siol.net)
- # [22:54] * Quits: ampz (~laptop@host86-181-254-215.range86-181.btcentralplus.com) (Quit: Leaving)
- # [22:55] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [22:56] * Quits: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Quit: snowfox_ben)
- # [22:56] * Quits: sydlawrence (~KidSyd@188-222-193-175.zone13.bethere.co.uk) (Quit: sydlawrence)
- # [22:57] * Quits: longbeach (~mike@AFontenayssB-152-1-56-37.w82-121.abo.wanadoo.fr)
- # [23:03] * Joins: ericelliott (~dilvie@97.sub-70-197-6.myvzw.com)
- # [23:06] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [23:07] * Joins: CookAnEgg (~OeufFouTu@cav13-1-212-194-2-182.dsl.sta.abo.bbox.fr)
- # [23:07] * Quits: CookAnEgg (~OeufFouTu@cav13-1-212-194-2-182.dsl.sta.abo.bbox.fr) (Read error: Connection reset by peer)
- # [23:09] * Quits: Ms2ger (~Ms2ger@91.181.58.22) (Quit: nn)
- # [23:09] * Quits: mmlac (~mmlac@209.129.244.250) (Quit: mmlac)
- # [23:13] * Joins: hemanth_ (~hemanth@122.178.200.2)
- # [23:13] * Quits: roadt (~roadt@60.168.91.246) (Ping timeout: 252 seconds)
- # [23:13] * Joins: sydlawrence (~KidSyd@188-222-193-175.zone13.bethere.co.uk)
- # [23:14] * Joins: Richhh (~Richhh@host86-134-246-184.range86-134.btcentralplus.com)
- # [23:14] * Quits: ericelliott (~dilvie@97.sub-70-197-6.myvzw.com) (Ping timeout: 245 seconds)
- # [23:14] * Quits: Brodingo (~Brodingo@rrcs-71-42-225-154.sw.biz.rr.com) (Quit: (╯°□°)╯︵ǝpouǝǝɹɟ)
- # [23:15] * Joins: vlad_starkov (~vlad_star@77.41.88.210)
- # [23:16] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
- # [23:17] * Joins: D_bagels (~bobbypin@c-66-177-246-81.hsd1.fl.comcast.net)
- # [23:17] * Joins: ericelliott (~dilvie@232.sub-70-197-1.myvzw.com)
- # [23:19] * Quits: vlad_starkov (~vlad_star@77.41.88.210) (Ping timeout: 245 seconds)
- # [23:19] * Quits: hemanth_ (~hemanth@122.178.200.2) (Remote host closed the connection)
- # [23:20] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [23:22] * Quits: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com) (Ping timeout: 245 seconds)
- # [23:22] * Joins: quiliro (~ana@177.97.55.182.dynamic.adsl.gvt.net.br)
- # [23:23] * Quits: quiliro1 (~ana@177.97.55.182.dynamic.adsl.gvt.net.br) (Quit: Leaving.)
- # [23:24] * Quits: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com) (Read error: Connection reset by peer)
- # [23:24] * Joins: bmachine (~bmanfoust@99-153-246-5.lightspeed.artnca.sbcglobal.net)
- # [23:25] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 260 seconds)
- # [23:26] * Joins: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com)
- # [23:27] * Joins: tommybergeron (~shreds@18-156.tr.cgocable.ca)
- # [23:28] * Quits: tommybergeron (~shreds@18-156.tr.cgocable.ca) (Client Quit)
- # [23:28] * Quits: pandeiro (~mu@177.33.182.220) (Ping timeout: 240 seconds)
- # [23:31] * Quits: tomshreds (~shreds@18-156.tr.cgocable.ca) (Ping timeout: 245 seconds)
- # [23:33] * Joins: teear (teear@84-231-12-113.elisa-mobile.fi)
- # [23:33] * Parts: BlueKnob (~gscott@h65.0.20.98.dynamic.ip.windstream.net) ("Leaving")
- # [23:34] * Joins: EmmaJ (~e.Candy@74.198.87.78)
- # [23:37] * Quits: FriendlyLumberja (~Loggin@2607:f358:1:fed5:22:3375:c59b:9d4f) (Remote host closed the connection)
- # [23:37] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [23:38] * Quits: ericelliott (~dilvie@232.sub-70-197-1.myvzw.com) (Ping timeout: 245 seconds)
- # [23:41] * Quits: D_bagels (~bobbypin@c-66-177-246-81.hsd1.fl.comcast.net)
- # [23:41] * Joins: FriendlyLumberja (~Loggin@2607:f358:1:fed5:22:3375:c59b:9d4f)
- # [23:42] * Joins: intellilogic (~intellilo@static-74-96-101-11.washdc.fios.verizon.net)
- # [23:43] * Joins: ebidel (ericbidelm@nat/google/x-pmfclryfghzjdrqu)
- # [23:45] * Quits: garciawebdev (~garciaweb@190.244.76.14) (Remote host closed the connection)
- # [23:46] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [23:48] * Joins: Richhhh (~Richhh@host86-134-246-184.range86-134.btcentralplus.com)
- # [23:48] * Joins: drublic (~drublic@frbg-5d84ed3a.pool.mediaWays.net)
- # [23:49] * Quits: EmmaJ (~e.Candy@74.198.87.78) (Ping timeout: 255 seconds)
- # [23:51] * Quits: Richhh (~Richhh@host86-134-246-184.range86-134.btcentralplus.com) (Ping timeout: 260 seconds)
- # [23:53] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [23:54] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [23:56] * Quits: MartynK (~MartynKei@63-156-144-147.dia.static.qwest.net) (Read error: Connection reset by peer)
- # [23:56] * Quits: MartynKeigher (~MartynKei@63-156-144-147.dia.static.qwest.net) (Quit: Leaving)
- # [23:57] * Quits: devmikey (~irc@unaffiliated/devmikey) (Read error: Connection reset by peer)
- # [23:58] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [23:58] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 245 seconds)
- # [23:58] * Joins: Lulzon (Lulzon@CPE0018f85e6502-CM001a66710456.cpe.net.cable.rogers.com)
- # [23:59] * Quits: WouterDS_ (~WouterDS@178-117-106-51.access.telenet.be) (Quit: Linkinus - http://linkinus.com)
- # Session Close: Sat Oct 13 00:00:00 2012
The end :)