Options:
- # Session Start: Fri May 30 00:00:00 2014
- # Session Ident: #html5
- # [00:02] * Joins: northfurr (~northfurr@unaffiliated/northfurr)
- # [00:02] * Joins: danielwrobert (~Adium@wsip-68-15-24-46.sd.sd.cox.net)
- # [00:03] * Quits: DanishMan (~kvirc@62-243-156-218-static.dk.customer.tdc.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [00:07] * Quits: dawhite_ (~dawhite@74.118.22.223) (Read error: Connection reset by peer)
- # [00:10] * Quits: wast (~wasteful@2-101.dsl.iskon.hr) (Ping timeout: 265 seconds)
- # [00:11] * Joins: rmichnik (uid21606@gateway/web/irccloud.com/x-hzrtnndaxotdsvrz)
- # [00:11] * Quits: mennea (~textual@188.120.148.100) (Read error: Connection reset by peer)
- # [00:12] * Joins: jerryitt (uid17132@gateway/web/irccloud.com/x-hictbfksuxqwqrqh)
- # [00:12] * Quits: dangerou_ (~dangerous@78.156.71.46) (Ping timeout: 265 seconds)
- # [00:14] * Joins: opreaadrian (~opreaadri@89.34.175.15)
- # [00:18] * Quits: nszceta (~nszceta@venezuela.pharm.pitt.edu)
- # [00:19] * Quits: mac_ified (~mac_ified@rrcs-24-227-77-162.se.biz.rr.com) (Remote host closed the connection)
- # [00:23] * Joins: divya (~divya@sjfw1-a.adobe.com)
- # [00:23] * Quits: opreaadrian (~opreaadri@89.34.175.15)
- # [00:24] * Quits: divya (~divya@sjfw1-a.adobe.com) (Client Quit)
- # [00:25] * Joins: skyler_brungardt (~skyler_br@173-228-120-2.dedicated.static.sonic.net)
- # [00:30] * Joins: daraand (~daraand@c-68-84-254-243.hsd1.fl.comcast.net)
- # [00:30] * Quits: richardbaker (~richardba@udp084409uds.ucsf.edu) (Ping timeout: 240 seconds)
- # [00:32] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
- # [00:32] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [00:32] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Remote host closed the connection)
- # [00:32] * Joins: divya (~divya@192.150.10.205)
- # [00:33] * Joins: Jayflux (~Jason@unaffiliated/jayflux)
- # [00:34] * Quits: Left_Turn (~Left_Turn@unaffiliated/turn-left/x-3739067) (Read error: Connection reset by peer)
- # [00:35] * Quits: Guest30280 (~digifiv5e@blk-222-197-172.eastlink.ca) (Changing host)
- # [00:35] * Joins: Guest30280 (~digifiv5e@unaffiliated/digifiv5e)
- # [00:35] * Guest30280 is now known as guyz
- # [00:37] * Quits: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net) (Ping timeout: 252 seconds)
- # [00:37] * Joins: Left_Turn (~Left_Turn@unaffiliated/turn-left/x-3739067)
- # [00:41] * Joins: hal11 (~hal@cust44-dsl91-135-6.idnet.net)
- # [00:42] * Quits: Jon47 (~Jon47@38.100.143.34) (Ping timeout: 276 seconds)
- # [00:42] * Joins: ash_m (43a66c81@gateway/web/freenode/ip.67.166.108.129)
- # [00:42] * Quits: ianpirro (~ianpirro@65.215.14.226) (Remote host closed the connection)
- # [00:43] * Joins: c4milo_ (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
- # [00:43] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Ping timeout: 252 seconds)
- # [00:44] * Quits: jottr (~jottr@unaffiliated/jottr) (Quit: WeeChat 0.4.2)
- # [00:44] <ash_m> I was doing a bit of poking around and I don't /feel/ like there's a conclusive answer on content-first source ordering. The top hits are rather mild assertions from 2009. Anyone have any thoughts on this? Do you use content-first source ordering?
- # [00:45] * Quits: hal1 (~hal@unaffiliated/hal) (Ping timeout: 245 seconds)
- # [00:46] * Quits: hal11 (~hal@cust44-dsl91-135-6.idnet.net) (Ping timeout: 255 seconds)
- # [00:48] <ash_m> the reason I ask is because I'm wondering how to go about using content-first source ordering if you want <nav> to appear within a <header> element
- # [00:50] <ash_m> like, I can see a fairly easy way to put it at the top of content if your layout is something like: <header .../><main .../><nav .../><footer .../>
- # [00:50] <ash_m> using absolute positioning (as opposed as I am to the idea)
- # [00:51] <ash_m> but if your design is intended to look like: <header><nav .../></header> <main .../><footer .../>; then we've run into a bit of a problem, haven't we?
- # [00:52] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [00:52] * Joins: CrowX- (~CrowX-@79.141.122.86)
- # [00:52] <CrowX-> is div inside a ul valid?
- # [00:53] * Joins: richardbaker (~richardba@udp084409uds.ucsf.edu)
- # [00:54] * Quits: rootshift (~rootshift@2.29.45.156) (Quit: My MacBook has decided to go to sleep. Zzzz..)
- # [00:54] <ash_m> CrowX-: that doesn't seem right to me
- # [00:55] <ash_m> CrowX-: http://www.w3.org/TR/html-markup/ul.html
- # [00:55] <ash_m> Permitted contents: Zero or more li elements
- # [00:56] <ash_m> CrowX-: so in answer to your question, no.
- # [00:56] <CrowX-> thanks
- # [00:56] <ash_m> yw
- # [00:56] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140506152807])
- # [00:57] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 276 seconds)
- # [00:58] * Joins: factor (~factor@ip68-13-249-219.ok.ok.cox.net)
- # [01:02] * Quits: divya (~divya@192.150.10.205) (Quit: Leaving.)
- # [01:03] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [01:06] * Quits: sifu (~sifu@95.145.144.19) (Quit: Textual IRC Client: www.textualapp.com)
- # [01:07] * Joins: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl)
- # [01:09] * Joins: shorts (~shorts@CPE-121-219-184-156.lnse2.lon.bigpond.net.au)
- # [01:11] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 252 seconds)
- # [01:12] * Quits: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl) (Ping timeout: 264 seconds)
- # [01:16] * Joins: lyuzashi (~lyuzashi@14-203-116-162.tpgi.com.au)
- # [01:17] * Joins: DreadKnight (~DreadKnig@unaffiliated/dreadknight)
- # [01:17] * Joins: jr3 (~jr3@23-125-85-50.lightspeed.hstntx.sbcglobal.net)
- # [01:18] <jr3> question, how would one rotate an html5 canvas using mostly html5/css3?
- # [01:19] * Joins: aretecode (~aretecode@173.192.170.114-static.reverse.softlayer.com)
- # [01:19] * Joins: vincentjr (~vincentjr@c-73-185-6-52.hsd1.ca.comcast.net)
- # [01:22] * Quits: alexwhitman_ (~alexwhitm@5751f6e6.skybroadband.com) (Ping timeout: 258 seconds)
- # [01:22] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [01:23] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Client Quit)
- # [01:26] * Quits: pasevin (~pasevin@host-80-47-226-240.as13285.net) (Ping timeout: 276 seconds)
- # [01:27] * Joins: jeremycrawford7 (~jeremycra@cpe-069-132-005-082.carolina.res.rr.com)
- # [01:27] * Quits: jeremycrawford7 (~jeremycra@cpe-069-132-005-082.carolina.res.rr.com) (Client Quit)
- # [01:27] * Joins: jeremycrawford7 (~jeremycra@cpe-069-132-005-082.carolina.res.rr.com)
- # [01:27] * Quits: jeremycrawford7 (~jeremycra@cpe-069-132-005-082.carolina.res.rr.com) (Client Quit)
- # [01:40] * Quits: Caiters (~Caitlin@wsip-68-15-80-137.oc.oc.cox.net) (Quit: Leaving.)
- # [01:41] * Joins: alexwhitman (~alexwhitm@5751f6e6.skybroadband.com)
- # [01:42] * Quits: CrowX- (~CrowX-@79.141.122.86) (Remote host closed the connection)
- # [01:42] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [01:43] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
- # [01:47] * Joins: Cylent (~cylent@c-50-158-10-90.hsd1.il.comcast.net)
- # [01:48] * Quits: quetzakubica1 (~quetzacot@89-66-203-102.dynamic.chello.pl) (Quit: Leaving.)
- # [01:48] * Quits: quetzakubica (~quetzacot@89-66-203-102.dynamic.chello.pl) (Quit: Leaving.)
- # [01:54] * Quits: brandonshowers (~textual@67.208.111.178) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:54] <ash_m> jr3: look in to css3 animations
- # [01:55] <jr3> ash_m I figured it out, but it seems to rotate clockwise then the next counterclockwise
- # [01:55] <ash_m> pastebin ?
- # [01:56] <ash_m> or maybe throw it in jsfiddle so I can take a look?
- # [01:56] <jr3> doing it
- # [01:59] * Quits: richardbaker (~richardba@udp084409uds.ucsf.edu) (Remote host closed the connection)
- # [01:59] <jr3> ash_m: erm, http://jsfiddle.net/hcQ5L/ oddly this code works locally
- # [01:59] * Quits: felipeduardo (~felipedua@189.103.154.158) (Read error: Connection reset by peer)
- # [01:59] * jr3 is a noob
- # [02:00] * Quits: tylrr (~textual@rrcs-173-197-114-202.west.biz.rr.com) (Ping timeout: 276 seconds)
- # [02:00] * Quits: AciD`` (~gni@jau72-5-78-223-56-21.fbx.proxad.net) (Ping timeout: 252 seconds)
- # [02:02] <ash_m> I'm looking into it...
- # [02:03] * Joins: quetzakubica (~quetzacot@89-66-203-102.dynamic.chello.pl)
- # [02:03] * Joins: quetzakubica1 (~quetzacot@89-66-203-102.dynamic.chello.pl)
- # [02:03] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [02:04] <jr3> so on first click it rotates 90degrees clockwise then next click 90deg counter clockwise, I'm trying to get clockwise only rotation
- # [02:05] * Quits: ShooterMG (~shootermg@c-24-21-207-128.hsd1.or.comcast.net) (Remote host closed the connection)
- # [02:07] * pablasso is now known as pablasso_afk
- # [02:07] * Quits: lmclister (~lmclister@sjfw1.adobe.com)
- # [02:08] * Joins: brandonshowers (~textual@67.208.111.178)
- # [02:08] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 255 seconds)
- # [02:09] * Quits: brandonshowers (~textual@67.208.111.178) (Client Quit)
- # [02:09] <ash_m> honestly, I don't get why the click event isn't working.
- # [02:10] <jr3> yea it's odd, it works locally.
- # [02:11] * Joins: brandonshowers (~textual@67.208.111.178)
- # [02:14] * Parts: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
- # [02:16] <ash_m> I dunno jr3 ... sorry :\
- # [02:21] * Quits: hugo_moss (~aasfasa@unaffiliated/hugo-moss/x-0589204) (Excess Flood)
- # [02:21] * Joins: hugo_moss (~aasfasa@unaffiliated/hugo-moss/x-0589204)
- # [02:23] * Quits: Jayflux (~Jason@unaffiliated/jayflux) (Quit: Leaving)
- # [02:23] * Quits: dkpi (~maxime@mla78-1-82-240-16-5.fbx.proxad.net) (Ping timeout: 240 seconds)
- # [02:26] * Joins: fatalhalt (~kyle@71.201.7.76)
- # [02:26] * Quits: Atttwww (~Atw@ip68-2-211-24.ph.ph.cox.net) (Ping timeout: 240 seconds)
- # [02:28] * Joins: gordian (~gordian@107-200-172-38.lightspeed.miamfl.sbcglobal.net)
- # [02:29] * Joins: affa09 (~textual@ool-18bc4c4d.dyn.optonline.net)
- # Session Close: Fri May 30 02:32:38 2014
- #
- # Session Start: Fri May 30 02:32:38 2014
- # Session Ident: #html5
- # [02:32] * Disconnected
- # [03:05] * Attempting to rejoin channel #html5
- # [03:05] * Rejoined channel #html5
- # [03:05] * Topic is 'Ask any question about HTML5 & Friends || HTML5 Spec for Developers: http://developers.whatwg.org || Also: http://html5rocks.com http://diveintohtml5.info http://mzl.la/9giLwR || Channel logs: http://j.mp/cG7UDa'
- # [03:05] * Set by marienz!marienz@freenode/staff/marienz on Fri Oct 21 21:53:09
- # [03:07] * Joins: teear__ (teear@83-245-202-115.elisa-mobile.fi)
- # [03:08] * Joins: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl)
- # [03:09] * Quits: DreadKnight (~DreadKnig@unaffiliated/dreadknight) (Quit: #AncientBeast - Master Your Beasts ( www.AncientBeast.com ))
- # [03:09] * Quits: krawchyk (~textual@50-198-150-254-static.hfc.comcastbusiness.net) (Quit: bbye)
- # [03:10] * Quits: teear_ (teear@83-245-202-115.elisa-mobile.fi) (Ping timeout: 252 seconds)
- # [03:12] * Quits: skyler_brungardt (~skyler_br@173-228-120-2.dedicated.static.sonic.net) (Quit: This computer has gone to sleep)
- # [03:14] * Joins: k_sze[work] (~kvirc@unaffiliated/kira)
- # [03:15] * Quits: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl) (Ping timeout: 260 seconds)
- # [03:23] * Quits: jr3 (~jr3@23-125-85-50.lightspeed.hstntx.sbcglobal.net) (Quit: jr3)
- # [03:24] * Joins: SHIN_ (~shin@fs76eedf03.tkyc627.ap.nuro.jp)
- # [03:28] * Joins: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [03:32] * Quits: brandonshowers (~textual@67.208.111.178) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [03:35] * Joins: shiftzz (~argonaut2@ip-64-134-223-48.public.wayport.net)
- # [03:39] * Quits: symb_ (~IRC@2a02:8109:8980:540:b16b:65be:52f3:3ed) (Quit: You should never underestimate the predictability of stupidity.)
- # [03:41] * Quits: dik_dak (~dik_dak@pool-108-21-63-242.nycmny.fios.verizon.net) (Quit: Leaving)
- # [03:43] * Joins: rodrigobaron (~Rodrigo@unaffiliated/rodrigobaron)
- # [03:45] * Quits: danielwrobert (~Adium@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
- # [03:52] * Joins: skyler_brungardt (~skyler_br@108-169-6-245.dsl.dynamic.sonic.net)
- # [03:57] * Joins: slyda1 (~slyda@58-7-218-205.dyn.iinet.net.au)
- # [03:59] * Quits: apatil4 (~akshay@unaffiliated/apatil4) (Quit: apatil4)
- # [04:00] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Quit: Terabytes are termite-like desert insects.)
- # [04:01] * Quits: Foldager (~Foldager@178.21.88.33) (Read error: Connection reset by peer)
- # [04:03] * Quits: [ohjn] (~ohjn]@c-24-30-94-68.hsd1.ga.comcast.net) (Remote host closed the connection)
- # [04:04] * Quits: cecillincher (~quassel@cpe-76-170-90-161.socal.res.rr.com) (Remote host closed the connection)
- # [04:07] * Quits: rmichnik (uid21606@gateway/web/irccloud.com/x-hzrtnndaxotdsvrz) (Quit: Connection closed for inactivity)
- # [04:11] * Joins: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl)
- # [04:14] * Joins: jr3 (~jr3@23-125-85-50.lightspeed.hstntx.sbcglobal.net)
- # [04:14] * Joins: SimbaLion (~SimbaLion@97-81-93-22.dhcp.athn.ga.charter.com)
- # [04:14] <SimbaLion> A site I'm working on is translating é into É does anyone know what would cause this?
- # [04:14] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [04:14] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Client Quit)
- # [04:14] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [04:16] * Quits: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl) (Ping timeout: 245 seconds)
- # [04:17] * Quits: jcarouth (~jcarouth@avaris.carouth.net) (Excess Flood)
- # [04:17] * Joins: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net)
- # [04:17] * Quits: hugo_moss (~aasfasa@unaffiliated/hugo-moss/x-0589204) (Ping timeout: 264 seconds)
- # [04:19] * Quits: shiftzz (~argonaut2@ip-64-134-223-48.public.wayport.net) (Remote host closed the connection)
- # [04:23] * Quits: shorts (~shorts@CPE-121-219-184-156.lnse2.lon.bigpond.net.au) (Quit: shorts)
- # [04:26] * Joins: Freyr_ (~Freyr@ip72-192-182-142.sd.sd.cox.net)
- # [04:29] * Joins: shorts (~shorts@pa49-183-195-255.pa.vic.optusnet.com.au)
- # [04:29] * Quits: skyler_brungardt (~skyler_br@108-169-6-245.dsl.dynamic.sonic.net) (Quit: This computer has gone to sleep)
- # [04:29] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [04:29] * Quits: OxHaK (~OxHaK@ns352407.ip-91-121-83.eu) (Read error: Connection reset by peer)
- # [04:31] * Quits: Freyr (~Freyr@ip72-192-182-142.sd.sd.cox.net) (Ping timeout: 276 seconds)
- # [04:33] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 260 seconds)
- # [04:36] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [04:36] * Quits: shorts (~shorts@pa49-183-195-255.pa.vic.optusnet.com.au) (Quit: shorts)
- # [04:39] * Joins: clincher (~quassel@cpe-76-170-90-161.socal.res.rr.com)
- # [04:39] * Quits: viktorbeer (viktorbeer@89-160-178-85.du.xdsl.is) (Ping timeout: 264 seconds)
- # [04:40] * clincher is now known as Guest27410
- # [04:40] * Quits: redaxmedia (~redaxmedi@dslb-178-000-245-110.pools.arcor-ip.net) (Quit: Leaving.)
- # [04:40] * Quits: Left_Turn (~Left_Turn@unaffiliated/turn-left/x-3739067) (Ping timeout: 252 seconds)
- # [04:40] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 265 seconds)
- # [04:46] * Joins: skcin7 (~skcin7@cpe-76-168-88-243.socal.res.rr.com)
- # [04:48] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
- # [04:51] * Quits: factor (~factor@ip68-13-249-219.ok.ok.cox.net) (Quit: Leaving)
- # [04:51] * Quits: Leo2014 (~Leo2014@2a02:8070:24c3:ad00:58c0:a135:e0c4:eee2)
- # [04:51] * Quits: rodrigobaron (~Rodrigo@unaffiliated/rodrigobaron) (Ping timeout: 264 seconds)
- # [04:59] * Quits: SHIN_ (~shin@fs76eedf03.tkyc627.ap.nuro.jp) (Quit: Leaving...)
- # [05:00] * Parts: SimbaLion (~SimbaLion@97-81-93-22.dhcp.athn.ga.charter.com)
- # [05:01] * Quits: aretecode (~aretecode@173.192.170.114-static.reverse.softlayer.com) (Ping timeout: 255 seconds)
- # [05:01] * Quits: gordian (~gordian@107-200-172-38.lightspeed.miamfl.sbcglobal.net) (Quit: gordian)
- # [05:03] * pablasso_afk is now known as pablasso
- # [05:07] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [05:07] * Joins: mite_ (~mitemitre@77.29.197.35)
- # [05:08] * Quits: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net) (Quit: BLadwin)
- # [05:11] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 245 seconds)
- # [05:11] * Quits: mite__ (~mitemitre@46.217.85.103) (Ping timeout: 252 seconds)
- # [05:21] * Joins: Zigtalk (~Zigtalk@cpe-72-182-60-182.austin.res.rr.com)
- # [05:25] * Quits: dobalina (~dobalina@gateway/tor-sasl/dobalina) (Write error: Connection reset by peer)
- # [05:25] * Quits: RaptorJesus (~RaptorJes@gateway/tor-sasl/raptorjesus) (Write error: Connection reset by peer)
- # [05:25] * Quits: amizraa (~amizraa@gateway/tor-sasl/amizraa) (Write error: Connection reset by peer)
- # [05:25] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (Write error: Connection reset by peer)
- # [05:25] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Remote host closed the connection)
- # [05:27] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
- # [05:29] * Joins: mennea (~textual@188.120.148.43)
- # [05:32] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Ping timeout: 258 seconds)
- # [05:34] * Joins: dobalina (~dobalina@gateway/tor-sasl/dobalina)
- # [05:35] * Joins: RaptorJesus (~RaptorJes@gateway/tor-sasl/raptorjesus)
- # [05:37] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [05:38] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [05:42] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 240 seconds)
- # [05:45] * Quits: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net) (Remote host closed the connection)
- # [05:50] * Joins: Wildblue (~guy@unaffiliated/wildblue)
- # [05:54] * pablasso is now known as pablasso_afk
- # [06:05] * pablasso_afk is now known as pablasso
- # [06:09] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [06:12] * Quits: jr3 (~jr3@23-125-85-50.lightspeed.hstntx.sbcglobal.net) (Quit: jr3)
- # [06:12] * Joins: jr3 (~jr3@23-125-85-50.lightspeed.hstntx.sbcglobal.net)
- # [06:13] * Quits: jr3 (~jr3@23-125-85-50.lightspeed.hstntx.sbcglobal.net) (Client Quit)
- # [06:13] * Joins: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl)
- # [06:13] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 245 seconds)
- # [06:16] * Joins: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [06:17] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [06:17] * Quits: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl) (Ping timeout: 252 seconds)
- # [06:17] * Joins: GloryOfT_ (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [06:17] * Quits: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net) (Read error: Connection reset by peer)
- # [06:19] * Joins: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net)
- # [06:21] * Joins: apatil4 (~akshay@unaffiliated/apatil4)
- # [06:22] * Quits: GloryOfT_ (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net) (Ping timeout: 245 seconds)
- # [06:22] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 260 seconds)
- # [06:25] * Quits: apatil4 (~akshay@unaffiliated/apatil4) (Client Quit)
- # [06:25] * pablasso is now known as pablasso_afk
- # [06:25] * Quits: YarnFive8 (YarnFive8@unaffiliated/yarnfive8) (Ping timeout: 245 seconds)
- # [06:29] * Joins: karth (~karth@218.248.24.19)
- # [06:38] * Quits: vincentjr (~vincentjr@c-73-185-6-52.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [06:40] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [06:43] * Quits: gabybro (~gabybro@92.85.244.253) (Ping timeout: 252 seconds)
- # [06:43] * Joins: heldfree (~heldfree@61.12.96.226)
- # [06:44] * Quits: fatalhalt (~kyle@71.201.7.76) (Quit: Leaving)
- # [06:45] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 276 seconds)
- # [06:46] * Joins: mateNz (~mateNz@unaffiliated/matenz)
- # [06:47] * Quits: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi) (Ping timeout: 252 seconds)
- # [06:49] * Joins: afdasas (~aasfasa@ool-18bef836.dyn.optonline.net)
- # [07:01] * Joins: sqwirl (~textual@66-214-149-86.static.mtpk.ca.charter.com)
- # [07:03] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
- # [07:03] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [07:04] * Quits: Zigtalk (~Zigtalk@cpe-72-182-60-182.austin.res.rr.com) (Remote host closed the connection)
- # [07:05] * Joins: BigBangUDR (~Thunderbi@220.225.242.27)
- # [07:10] * Joins: edoop (~user3023@host100-153-dynamic.3-87-r.retail.telecomitalia.it)
- # [07:11] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [07:12] * Joins: sqwirl_ (~textual@66-214-149-86.static.mtpk.ca.charter.com)
- # [07:12] * Quits: sqwirl (~textual@66-214-149-86.static.mtpk.ca.charter.com) (Ping timeout: 245 seconds)
- # [07:13] * Quits: Betal (~Beta@unaffiliated/betal) (Disconnected by services)
- # [07:13] * Joins: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl)
- # [07:14] * Quits: vegbrasil (uid20581@gateway/web/irccloud.com/x-teyshbomouelsozr) (Quit: Connection closed for inactivity)
- # [07:15] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [07:15] * Quits: daraand (~daraand@c-68-84-254-243.hsd1.fl.comcast.net) (Quit: http://www.theoryanimation.com)
- # [07:16] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 276 seconds)
- # [07:16] * Joins: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [07:17] * Quits: sqwirl_ (~textual@66-214-149-86.static.mtpk.ca.charter.com) (Read error: Connection reset by peer)
- # [07:17] * Joins: sqwirl (~textual@66-214-149-86.static.mtpk.ca.charter.com)
- # [07:18] * Joins: GloryOfT_ (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [07:18] * Quits: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl) (Ping timeout: 252 seconds)
- # [07:20] * Quits: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
- # [07:20] * Quits: skcin7 (~skcin7@cpe-76-168-88-243.socal.res.rr.com) (Read error: Connection reset by peer)
- # [07:21] * Joins: sqwirl_ (~textual@66-214-149-86.static.mtpk.ca.charter.com)
- # [07:22] * Quits: sqwirl_ (~textual@66-214-149-86.static.mtpk.ca.charter.com) (Client Quit)
- # [07:22] * Quits: GloryOfT_ (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
- # [07:22] * Joins: sqwirl_ (~textual@66-214-149-86.static.mtpk.ca.charter.com)
- # [07:22] * Quits: sqwirl (~textual@66-214-149-86.static.mtpk.ca.charter.com) (Ping timeout: 240 seconds)
- # [07:23] * sqwirl_ is now known as sqwirl
- # [07:25] * Joins: brandonshowers (~textual@67.208.111.178)
- # [07:26] * Joins: skcin7 (~skcin7@cpe-76-168-88-243.socal.res.rr.com)
- # [07:26] * Quits: the8thbit (~the8thbit@173-28-151-144.client.mchsi.com) (Ping timeout: 258 seconds)
- # [07:26] * Quits: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net) (Quit: BLadwin)
- # [07:28] * Quits: heldfree (~heldfree@61.12.96.226) (Quit: heldfree)
- # [07:28] * Joins: heldfree (~heldfree@61.12.96.226)
- # [07:30] * Quits: sqwirl (~textual@66-214-149-86.static.mtpk.ca.charter.com) (Read error: Connection reset by peer)
- # [07:41] * Joins: richardbaker (~richardba@173-228-38-121.dsl.dynamic.sonic.net)
- # [07:42] * Quits: hivearts (~hivearts@109-93-225-46.dynamic.isp.telekom.rs) (Quit: Computer has gone to sleep.)
- # [07:42] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [07:44] * Joins: JBreit (~Trip@h19.187.123.208.dynamic.ip.windstream.net)
- # [07:47] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 252 seconds)
- # [07:47] * Quits: dobalina (~dobalina@gateway/tor-sasl/dobalina) (Ping timeout: 272 seconds)
- # [07:50] * Quits: afdasas (~aasfasa@ool-18bef836.dyn.optonline.net) (Ping timeout: 260 seconds)
- # [07:51] * Quits: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net) (Ping timeout: 240 seconds)
- # [07:53] * Quits: araujo (~araujo@gentoo/developer/araujo) (Ping timeout: 255 seconds)
- # [07:53] * Quits: richardbaker (~richardba@173-228-38-121.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [08:04] * Quits: brandonshowers (~textual@67.208.111.178) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [08:05] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [08:06] * Joins: amizraa (~amizraa@gateway/tor-sasl/amizraa)
- # [08:07] * Quits: karth (~karth@218.248.24.19) (Ping timeout: 252 seconds)
- # [08:10] * Joins: karth (~karth@218.248.24.19)
- # [08:11] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 264 seconds)
- # [08:13] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [08:14] * Joins: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl)
- # [08:17] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 240 seconds)
- # [08:17] * Joins: heedypo1 (~heedypo@user-5af4a188.broadband.tesco.net)
- # [08:18] * Joins: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net)
- # [08:18] * Joins: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [08:19] * Quits: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl) (Ping timeout: 255 seconds)
- # [08:23] * Joins: araujo (~araujo@gentoo/developer/araujo)
- # [08:23] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [08:23] * Quits: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [08:23] * Joins: richardbaker (~richardba@173-228-38-121.dsl.dynamic.sonic.net)
- # [08:23] * Quits: Chiftin__ (~Chiftin@cpc23-bele8-2-0-cust82.2-1.cable.virginm.net) (Read error: Connection reset by peer)
- # [08:25] * Joins: longbeach (~mike@AFontenayssB-152-1-17-110.w82-121.abo.wanadoo.fr)
- # [08:27] * Parts: JBreit (~Trip@h19.187.123.208.dynamic.ip.windstream.net) ("Leaving")
- # [08:29] * Quits: ProgR33n (~prog@185-5-99-44.greendata.pl) (Ping timeout: 264 seconds)
- # [08:30] * Quits: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net) (Ping timeout: 240 seconds)
- # [08:32] * Joins: Betal (~Beta@unaffiliated/betal)
- # [08:43] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [08:44] * Quits: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net) (Ping timeout: 258 seconds)
- # [08:45] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
- # [08:47] * Joins: Lethalman (~luca@89.118.249.114)
- # [08:50] * Quits: jerryitt (uid17132@gateway/web/irccloud.com/x-hictbfksuxqwqrqh) (Quit: Connection closed for inactivity)
- # [08:51] * Quits: northfurr (~northfurr@unaffiliated/northfurr) (Quit: northfurr)
- # [08:51] * Joins: neo__ (~neo@g228011041.adsl.alicedsl.de)
- # [08:55] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Remote host closed the connection)
- # [08:58] * Joins: iDaniel (uid25588@gateway/web/irccloud.com/x-helftptamtpddcor)
- # [09:00] * Quits: amizraa (~amizraa@gateway/tor-sasl/amizraa) (Remote host closed the connection)
- # [09:00] * Joins: amizraa (~amizraa@gateway/tor-sasl/amizraa)
- # [09:01] * Quits: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout: 264 seconds)
- # [09:02] * Joins: wast (~wasteful@1-230.dsl.iskon.hr)
- # [09:03] * Joins: amiuhle (~amiuhle@business-176-094-037-178.static.arcor-ip.net)
- # [09:03] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [09:03] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [09:10] * Quits: __joshua___ (uid17120@gateway/web/irccloud.com/x-dildrgpozgiwfbjx) (Quit: Connection closed for inactivity)
- # [09:11] * Joins: poolshark (~alex@85.182.176.50)
- # [09:14] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Quit: Computer has gone to sleep.)
- # [09:15] * Joins: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl)
- # [09:16] * Joins: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [09:19] * Quits: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl) (Ping timeout: 240 seconds)
- # [09:20] * Joins: AciD`` (~gni@jau72-5-78-223-56-21.fbx.proxad.net)
- # [09:20] * Quits: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [09:22] * Quits: amiuhle (~amiuhle@business-176-094-037-178.static.arcor-ip.net) (Remote host closed the connection)
- # [09:26] * Joins: Ms2ger (~Ms2ger@82.200-64-87.adsl-dyn.isp.belgacom.be)
- # [09:27] * Joins: Centime (~centime@178.251.23.31)
- # [09:29] * Joins: mokush (~mokush@188.24.54.82)
- # [09:33] * Joins: mikiiiiiiiiiii (uid24774@gateway/web/irccloud.com/x-xrworqqtzgprbzgz)
- # [09:33] * Joins: the8thbit (~the8thbit@173-28-151-144.client.mchsi.com)
- # [09:36] * Quits: RaptorJesus (~RaptorJes@gateway/tor-sasl/raptorjesus) (Ping timeout: 272 seconds)
- # [09:39] * Joins: manuelbieh (~manuelbie@ip-84-118-145-123.unity-media.net)
- # [09:47] * Joins: Left_Turn (~Left_Turn@unaffiliated/turn-left/x-3739067)
- # [09:48] * Joins: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl)
- # [09:56] * Quits: shabadoo (~textual@198.15.118.250) (Ping timeout: 258 seconds)
- # [09:56] * Quits: ash_m (43a66c81@gateway/web/freenode/ip.67.166.108.129) (Ping timeout: 240 seconds)
- # [09:56] * Quits: crankyadmin (~crankyadm@its.hackerti.me) (Ping timeout: 264 seconds)
- # [09:56] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [09:59] * Joins: shabadoo (~textual@198.15.118.250)
- # [10:01] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 252 seconds)
- # [10:02] * Joins: crankyadmin (~crankyadm@its.hackerti.me)
- # [10:05] * Quits: amizraa (~amizraa@gateway/tor-sasl/amizraa) (Ping timeout: 272 seconds)
- # [10:05] * Joins: vegbrasil (uid20581@gateway/web/irccloud.com/x-whkugxtnktheakwr)
- # [10:06] * Joins: shiftzz (~argonaut2@ip-64-134-234-166.public.wayport.net)
- # [10:07] * Quits: Centime (~centime@178.251.23.31) (Ping timeout: 264 seconds)
- # [10:10] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Remote host closed the connection)
- # [10:10] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [10:10] * Joins: amizraa (~amizraa@gateway/tor-sasl/amizraa)
- # [10:11] * Joins: will_richards (~anonymous@195.171.92.84)
- # [10:12] * Joins: dobalina (~dobalina@gateway/tor-sasl/dobalina)
- # [10:13] * Joins: shorts (~shorts@CPE-121-219-184-156.lnse2.lon.bigpond.net.au)
- # [10:16] * Joins: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [10:18] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [10:18] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [10:20] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
- # [10:20] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
- # [10:21] * Quits: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net) (Ping timeout: 245 seconds)
- # [10:21] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [10:21] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [10:21] * Joins: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net)
- # [10:22] * Quits: mite_ (~mitemitre@77.29.197.35) (Ping timeout: 245 seconds)
- # [10:23] * Joins: Centime (~centime@178.251.23.104)
- # [10:26] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [10:27] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [10:28] * Quits: Centime (~centime@178.251.23.104) (Ping timeout: 252 seconds)
- # [10:29] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [10:31] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [10:32] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl)
- # [10:33] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [10:33] * Joins: sack_lunchAFK (~sacklunch@cpe-107-9-217-107.neo.res.rr.com)
- # [10:35] * Quits: shiftzz (~argonaut2@ip-64-134-234-166.public.wayport.net) (Remote host closed the connection)
- # [10:35] * Quits: mennea (~textual@188.120.148.43) (Ping timeout: 255 seconds)
- # [10:35] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [10:39] * Joins: mennea (~textual@5.102.253.7)
- # [10:41] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [10:41] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [10:42] * Quits: wast (~wasteful@1-230.dsl.iskon.hr) (Ping timeout: 265 seconds)
- # [10:42] * Joins: cnivolle (~cnivolle@2a01:e35:2e3d:3740:a4bb:47fa:4088:1384)
- # [10:46] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [10:49] * Quits: sack_lunchAFK (~sacklunch@cpe-107-9-217-107.neo.res.rr.com) (Ping timeout: 240 seconds)
- # [10:50] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [10:51] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [10:52] * Joins: FasTTo (~FasTTo@bl16-177-13.dsl.telepac.pt)
- # [10:52] * Joins: wast (~wasteful@1-230.dsl.iskon.hr)
- # [11:00] * Joins: Centime (~centime@178.251.23.208)
- # [11:02] * Quits: cnivolle (~cnivolle@2a01:e35:2e3d:3740:a4bb:47fa:4088:1384) (Remote host closed the connection)
- # [11:05] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Remote host closed the connection)
- # [11:05] * Joins: andrewjbaker (~ajb@94.13.3.156)
- # [11:10] * Joins: symb (~IRC@2a02:8109:8980:540:9028:6d1d:3aa8:3c12)
- # [11:11] * Joins: sack_lunch (~sacklunch@2605:a000:fd80:9200:6052:45f4:e5d7:7fae)
- # [11:13] * Joins: karthikeyan (~karth@218.248.24.19)
- # [11:13] * Quits: karth (~karth@218.248.24.19) (Read error: Connection reset by peer)
- # [11:14] * Quits: FasTTo (~FasTTo@bl16-177-13.dsl.telepac.pt) (Ping timeout: 265 seconds)
- # [11:16] * Joins: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [11:18] * Joins: FasTTo (~FasTTo@bl16-95-243.dsl.telepac.pt)
- # [11:21] * Quits: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net) (Ping timeout: 264 seconds)
- # [11:22] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [11:23] * Quits: karthikeyan (~karth@218.248.24.19) (Read error: Connection reset by peer)
- # [11:23] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [11:23] * Joins: karth (~karth@218.248.24.19)
- # [11:23] * Quits: dangerousdave (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
- # [11:23] * Joins: dangerou_ (~dangerous@78.156.71.46)
- # [11:25] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [11:27] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [11:27] * Joins: cnivolle (~cnivolle@2a01:e34:ee97:c5c0:46a:c68a:83cc:197d)
- # [11:27] * Joins: gabybro (~gabybro@92.85.244.253)
- # [11:29] * Quits: heldfree (~heldfree@61.12.96.226) (Quit: heldfree)
- # [11:30] * Joins: manuelbieh_ (~manuelbie@ip-84-118-145-123.unity-media.net)
- # [11:31] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [11:31] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [11:34] * Quits: manuelbieh (~manuelbie@ip-84-118-145-123.unity-media.net) (Ping timeout: 276 seconds)
- # [11:35] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [11:35] * Quits: skcin7 (~skcin7@cpe-76-168-88-243.socal.res.rr.com) (Read error: No route to host)
- # [11:44] * Joins: sall (~quassel@87.104.221.74)
- # [11:46] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [11:46] * Quits: FasTTo (~FasTTo@bl16-95-243.dsl.telepac.pt) (Quit: Inactive)
- # [11:48] * Joins: FasTTo (~FasTTo@bl16-95-243.dsl.telepac.pt)
- # [11:48] * Parts: sall (~quassel@87.104.221.74)
- # [11:49] * Quits: mikiiiiiiiiiii (uid24774@gateway/web/irccloud.com/x-xrworqqtzgprbzgz) (Quit: Connection closed for inactivity)
- # [11:50] * Joins: Yoda (Yoda@the.little.green.man.named.yoda.li)
- # [11:50] * Yoda is now known as Guest39896
- # [11:50] * Joins: Relequestual (~Relequest@host81-136-217-183.in-addr.btopenworld.com)
- # [11:50] * Quits: Guest39896 (Yoda@the.little.green.man.named.yoda.li) (Remote host closed the connection)
- # [11:52] * Quits: sack_lunch (~sacklunch@2605:a000:fd80:9200:6052:45f4:e5d7:7fae) (Ping timeout: 240 seconds)
- # [11:54] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [11:56] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [11:57] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [11:58] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [11:59] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [12:01] * Quits: iancrowther (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [12:02] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [12:02] * Quits: iancrowther (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [12:02] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [12:03] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Ping timeout: 265 seconds)
- # [12:04] * Quits: iancrowther (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [12:05] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [12:08] * Joins: iancrowt_ (~iancrowth@195.59.147.60)
- # [12:10] * Joins: deasy (~deasy@host-85-201-82-67.brutele.be)
- # [12:10] * Joins: heldfree (~heldfree@61.12.96.226)
- # [12:12] * Quits: iancrowther (~iancrowth@195.59.147.60) (Ping timeout: 276 seconds)
- # [12:15] * Joins: Sander_ (~matt@2.25.61.149)
- # [12:16] * Joins: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [12:17] * Joins: Mong0 (~Sand_@2.25.61.149)
- # [12:19] * Quits: dobalina (~dobalina@gateway/tor-sasl/dobalina) (Ping timeout: 272 seconds)
- # [12:21] * Quits: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
- # [12:28] * Joins: viktorbeer (~viktorbee@89-160-178-85.du.xdsl.is)
- # [12:32] * Quits: iancrowt_ (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [12:33] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [12:34] * Quits: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net) (Ping timeout: 252 seconds)
- # [12:34] * Quits: voxadam (voxadam@unaffiliated/voxadam) (Ping timeout: 240 seconds)
- # [12:35] * Joins: nixeldev (~nixeldev@host-217-137-250-194.not-set-yet.virginmedia.net)
- # [12:37] * Joins: alp82 (~alp@ip-178-201-84-122.unitymediagroup.de)
- # [12:37] * Quits: nixeldev_ (~nixeldev@host-217-137-246-206.not-set-yet.virginmedia.net) (Ping timeout: 252 seconds)
- # [12:43] * Quits: iancrowther (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [12:43] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [12:43] * Quits: iancrowther (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [12:44] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [12:46] * Quits: iancrowther (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [12:46] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [12:47] * Quits: k_sze[work] (~kvirc@unaffiliated/kira) (Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/)
- # [12:48] * Quits: dangerou_ (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
- # [12:48] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [12:49] * Quits: Betal (~Beta@unaffiliated/betal) (Remote host closed the connection)
- # [12:50] * Quits: Centime (~centime@178.251.23.208) (Ping timeout: 258 seconds)
- # [12:50] * Quits: iancrowther (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [12:50] * Joins: rmichnik (uid21606@gateway/web/irccloud.com/x-sbgvlnuukmxvvkeh)
- # [12:50] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [12:50] * Quits: iancrowther (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [12:51] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [12:56] * Quits: mokush (~mokush@188.24.54.82) (Quit: Konversation terminated!)
- # [12:56] * Joins: iancrowt_ (~iancrowth@195.59.147.60)
- # [12:59] * Quits: edoop (~user3023@host100-153-dynamic.3-87-r.retail.telecomitalia.it) (Quit: This computer has gone to sleep)
- # [12:59] * Joins: havsmonstret (~havsmonst@c-127-76.eduroam.liu.se)
- # [13:00] * Quits: iancrowther (~iancrowth@195.59.147.60) (Ping timeout: 260 seconds)
- # [13:00] * Quits: iancrowt_ (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [13:01] * Joins: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de)
- # [13:01] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [13:02] * Quits: iancrowther (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [13:02] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [13:04] * Quits: havsmonstret (~havsmonst@c-127-76.eduroam.liu.se) (Ping timeout: 276 seconds)
- # [13:08] * Joins: DreadKnight (~DreadKnig@unaffiliated/dreadknight)
- # [13:12] * Joins: jerryitt (uid17132@gateway/web/irccloud.com/x-eqwebmvvqiksggzk)
- # [13:14] * Joins: dkpi (~maxime@mla78-1-82-240-16-5.fbx.proxad.net)
- # [13:14] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [13:15] * Joins: heldfree_ (~heldfree@61.12.96.226)
- # [13:15] * Quits: heldfree (~heldfree@61.12.96.226) (Read error: Connection reset by peer)
- # [13:16] * Joins: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [13:19] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [13:19] * Quits: iancrowther (~iancrowth@195.59.147.60) (Ping timeout: 260 seconds)
- # [13:19] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
- # [13:20] * Quits: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [13:21] * Quits: Rou (~Rou@pool-74-103-196-246.prvdri.fios.verizon.net) (Read error: Connection reset by peer)
- # [13:21] * Joins: amiuhle (~amiuhle@business-176-094-037-178.static.arcor-ip.net)
- # [13:21] * Joins: edoop (~user3023@host70-153-dynamic.3-87-r.retail.telecomitalia.it)
- # [13:22] * Joins: mikiiiiiiiiiii (uid24774@gateway/web/irccloud.com/x-dptdeaoylyjwnfoz)
- # [13:24] * Quits: daze (~daze@78-62-209-79.static.zebra.lt) (Ping timeout: 252 seconds)
- # [13:26] * Joins: daze (~daze@unaffiliated/daze)
- # [13:26] * Quits: heldfree_ (~heldfree@61.12.96.226) (Quit: heldfree_)
- # [13:30] * Joins: beeviiz (~manuelbie@ip-84-118-145-123.unity-media.net)
- # [13:32] * Quits: FasTTo (~FasTTo@bl16-95-243.dsl.telepac.pt) (Quit: Inactive)
- # [13:32] * Joins: dobalina (~dobalina@gateway/tor-sasl/dobalina)
- # [13:33] * Joins: FasTTo (~FasTTo@bl16-95-243.dsl.telepac.pt)
- # [13:33] * Quits: Mong0 (~Sand_@2.25.61.149) (Quit: Leaving)
- # [13:33] * Quits: Sander_ (~matt@2.25.61.149) (Quit: Leaving)
- # [13:35] * Quits: manuelbieh_ (~manuelbie@ip-84-118-145-123.unity-media.net) (Ping timeout: 276 seconds)
- # [13:35] * Joins: sack_lunch (~sacklunch@2605:a000:fd80:9200:6052:45f4:e5d7:7fae)
- # [13:36] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [13:37] * Joins: Mong0 (~Sand_@2.25.61.149)
- # [13:37] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [13:38] * Quits: Mong0 (~Sand_@2.25.61.149) (Client Quit)
- # [13:46] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [13:48] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [13:52] * Joins: Centime (~centime@178.251.23.168)
- # [13:56] * Joins: c4milo (~c4milo@ool-18ba7916.dyn.optonline.net)
- # [13:58] * Joins: Atttwww (~Atw@ip68-2-211-24.ph.ph.cox.net)
- # [14:07] * Joins: amigojapan (~chatzilla@p2093-ipbf2108souka.saitama.ocn.ne.jp)
- # [14:10] * Quits: andrewjbaker (~ajb@94.13.3.156) (Ping timeout: 260 seconds)
- # [14:12] * Quits: beeviiz (~manuelbie@ip-84-118-145-123.unity-media.net) (Read error: Connection reset by peer)
- # [14:13] * Quits: patta (~pattinsky@89.221.240.18) (Quit: No Ping reply in 180 seconds.)
- # [14:16] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Ping timeout: 265 seconds)
- # [14:16] * Quits: FasTTo (~FasTTo@bl16-95-243.dsl.telepac.pt) (Quit: Inactive)
- # [14:17] * Quits: wast (~wasteful@1-230.dsl.iskon.hr) (Ping timeout: 265 seconds)
- # [14:17] * Joins: Wildblue (~guy@unaffiliated/wildblue)
- # [14:17] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [14:17] * Quits: will_richards (~anonymous@195.171.92.84) (Ping timeout: 276 seconds)
- # [14:19] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Remote host closed the connection)
- # [14:19] * Quits: Centime (~centime@178.251.23.168) (Ping timeout: 252 seconds)
- # [14:19] * Joins: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se)
- # [14:20] * Quits: Alina-malina (Alina-mali@unaffiliated/alina-malina) (Ping timeout: 265 seconds)
- # [14:23] * Quits: the8thbit (~the8thbit@173-28-151-144.client.mchsi.com) (Ping timeout: 276 seconds)
- # [14:24] * Quits: havsmonstret (~havsmonst@c-127-67.eduroam.liu.se) (Ping timeout: 276 seconds)
- # [14:26] * Joins: Alina-malina (Alina-mali@unaffiliated/alina-malina)
- # [14:28] * Joins: amigojapan_ (~chatzilla@p2093-ipbf2108souka.saitama.ocn.ne.jp)
- # [14:28] * Quits: amigojapan (~chatzilla@p2093-ipbf2108souka.saitama.ocn.ne.jp) (Read error: Connection reset by peer)
- # [14:29] * Quits: alp82 (~alp@ip-178-201-84-122.unitymediagroup.de) (Quit: Leaving)
- # [14:29] * Quits: DreadKnight (~DreadKnig@unaffiliated/dreadknight) (Quit: #AncientBeast - Master Your Beasts ( www.AncientBeast.com ))
- # [14:31] * Quits: mateNz (~mateNz@unaffiliated/matenz) (Ping timeout: 252 seconds)
- # [14:31] * Joins: amigojapan (~chatzilla@p2093-ipbf2108souka.saitama.ocn.ne.jp)
- # [14:31] * Quits: amigojapan_ (~chatzilla@p2093-ipbf2108souka.saitama.ocn.ne.jp) (Read error: Connection reset by peer)
- # [14:32] * Quits: kestutis (~kestutis@46-37-58-172.dsl.cnl.uk.net) (Quit: Ex-Chat)
- # [14:33] * Joins: patta (~pattinsky@89.221.240.18)
- # [14:36] * Joins: Leo2014 (~Leo2014@2a02:8070:24c3:ad00:58c0:a135:e0c4:eee2)
- # [14:37] * Joins: dangerou_ (~dangerous@78.156.71.46)
- # [14:39] * Joins: ilmgb_ (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de)
- # [14:40] * Quits: dangerousdave (~dangerous@78.156.71.46) (Ping timeout: 276 seconds)
- # [14:42] * Quits: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de) (Ping timeout: 260 seconds)
- # [14:44] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [14:46] * Joins: newtron (~newtron@199.71.174.203)
- # [14:48] * Joins: redaxmedia (~redaxmedi@dslb-178-005-189-077.pools.arcor-ip.net)
- # [14:50] * Joins: DarkStompy (~DarkStomp@15.66.249.216.dsl.dyn.smithvilledsl.net)
- # [14:50] * Joins: will_richards (~anonymous@195.171.92.84)
- # [14:53] * Joins: andrewjbaker (~ajb@94.13.3.156)
- # [14:59] * Quits: meiskam (~meiskam@shellium/developer/meiskam) (Ping timeout: 260 seconds)
- # [15:00] * Joins: GloryOfThe80s (~gloryofth@c-75-73-51-129.hsd1.mn.comcast.net)
- # [15:01] * Quits: GhostFreeman (~cameronki@c-24-126-173-18.hsd1.ga.comcast.net) (Ping timeout: 258 seconds)
- # [15:02] * Quits: gabybro (~gabybro@92.85.244.253) (Ping timeout: 258 seconds)
- # [15:04] * Joins: meiskam (~meiskam@shellium/developer/meiskam)
- # [15:04] * Joins: mbrzuzy (~mbrzuzy@static-173-212-179-161.ptr.terago.net)
- # [15:04] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Remote host closed the connection)
- # [15:06] * Quits: Leo2014 (~Leo2014@2a02:8070:24c3:ad00:58c0:a135:e0c4:eee2) (Remote host closed the connection)
- # [15:07] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [15:10] * Joins: iancrowther (~iancrowth@195.59.147.60)
- # [15:12] * Quits: babsvik (~babsvik@cm-84.208.72.142.getinternet.no) (Quit: Textual IRC Client: www.textualapp.com)
- # [15:13] * Quits: ilmgb_ (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de) (Remote host closed the connection)
- # [15:13] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (Quit: coolbot95)
- # [15:14] * Quits: andrewjbaker (~ajb@94.13.3.156) (Ping timeout: 252 seconds)
- # [15:14] * Joins: andrewjbaker (~ajb@94.13.3.156)
- # [15:15] * Joins: mac_ified (~mac_ified@rrcs-24-227-77-162.se.biz.rr.com)
- # [15:17] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
- # [15:21] * Quits: BigBangUDR (~Thunderbi@220.225.242.27) (Quit: BigBangUDR)
- # [15:21] * Joins: YarnFive8 (YarnFive8@unaffiliated/yarnfive8)
- # [15:22] * Quits: amiuhle (~amiuhle@business-176-094-037-178.static.arcor-ip.net) (Remote host closed the connection)
- # [15:23] * Quits: karth (~karth@218.248.24.19) (Quit: Leaving)
- # [15:24] * Joins: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
- # [15:24] * Joins: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de)
- # [15:24] * Parts: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
- # [15:29] * Quits: mikiiiiiiiiiii (uid24774@gateway/web/irccloud.com/x-dptdeaoylyjwnfoz) (Quit: Connection closed for inactivity)
- # [15:29] * Joins: jcarouth (~jcarouth@avaris.carouth.net)
- # [15:31] * Joins: marc_v92 (~marc_v92@unaffiliated/marc-v92/x-6202358)
- # [15:32] * Quits: marc_v92 (~marc_v92@unaffiliated/marc-v92/x-6202358) (Client Quit)
- # [15:33] * Joins: heldfree (~heldfree@122.169.71.202)
- # [15:39] * Joins: babsvik (~babsvik@134.90.150.193)
- # [15:39] * Joins: ianpirro (~ianpirro@2601:6:3b80:7da:9057:6ae3:1aec:8362)
- # [15:40] * Quits: heldfree (~heldfree@122.169.71.202) (Quit: heldfree)
- # [15:44] * Quits: viktorbeer (~viktorbee@89-160-178-85.du.xdsl.is) (Ping timeout: 255 seconds)
- # [15:44] * Joins: Expi1 (~Expi1@cpc1-dumb5-2-0-cust29.20-3.cable.virginm.net)
- # [15:44] * Joins: amigojapan_ (~chatzilla@p2093-ipbf2108souka.saitama.ocn.ne.jp)
- # [15:44] * Quits: amigojapan (~chatzilla@p2093-ipbf2108souka.saitama.ocn.ne.jp) (Read error: Connection reset by peer)
- # [15:45] * Joins: Centime (~centime@178.251.23.203)
- # [15:46] * Quits: DarkStompy (~DarkStomp@15.66.249.216.dsl.dyn.smithvilledsl.net) (Quit: Leaving)
- # [15:49] * Joins: wast (~wasteful@1-230.dsl.iskon.hr)
- # [15:49] * Parts: shorts (~shorts@CPE-121-219-184-156.lnse2.lon.bigpond.net.au)
- # [15:51] * pablasso_afk is now known as pablasso
- # [16:00] * Quits: Centime (~centime@178.251.23.203) (Ping timeout: 258 seconds)
- # [16:04] * Joins: voxadam (voxadam@unaffiliated/voxadam)
- # [16:07] * Quits: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de) (Remote host closed the connection)
- # [16:08] * Joins: marc_v92 (~marc_v92@unaffiliated/marc-v92/x-6202358)
- # [16:10] * Joins: FasTTo (~FasTTo@bl16-95-243.dsl.telepac.pt)
- # [16:11] * Joins: shorts (~shorts@CPE-121-219-184-156.lnse2.lon.bigpond.net.au)
- # [16:11] * Joins: hugo_moss (~aasfasa@unaffiliated/hugo-moss/x-0589204)
- # [16:11] * Joins: amigojapan (~chatzilla@p2093-ipbf2108souka.saitama.ocn.ne.jp)
- # [16:11] * Quits: amigojapan_ (~chatzilla@p2093-ipbf2108souka.saitama.ocn.ne.jp) (Read error: Connection reset by peer)
- # [16:13] * Quits: Ms2ger (~Ms2ger@82.200-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 276 seconds)
- # [16:14] * Quits: shorts (~shorts@CPE-121-219-184-156.lnse2.lon.bigpond.net.au) (Client Quit)
- # [16:19] * pablasso is now known as pablasso_afk
- # [16:21] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [16:22] * Joins: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
- # [16:24] * Joins: Jon47 (~Jon47@63.210.58.10)
- # [16:25] * Quits: richardbaker (~richardba@173-228-38-121.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [16:26] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 240 seconds)
- # [16:26] * Joins: gabybro (~gabybro@92.85.244.253)
- # [16:27] * Quits: mennea (~textual@5.102.253.7) (Read error: Connection reset by peer)
- # [16:27] * Quits: Expi1 (~Expi1@cpc1-dumb5-2-0-cust29.20-3.cable.virginm.net) (Quit: Leaving)
- # [16:27] * Joins: Ms2ger (~Ms2ger@82.200-64-87.adsl-dyn.isp.belgacom.be)
- # [16:28] * Joins: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net)
- # [16:29] * Quits: Jon47 (~Jon47@63.210.58.10) (Client Quit)
- # [16:29] * Joins: Jon47 (~Jon47@63.210.58.10)
- # [16:30] * Quits: Jon47 (~Jon47@63.210.58.10) (Client Quit)
- # [16:31] * Joins: Jon47 (~Jon47@63.210.58.10)
- # [16:32] * Quits: Jon47 (~Jon47@63.210.58.10) (Client Quit)
- # [16:33] * Quits: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl) (Remote host closed the connection)
- # [16:33] * Joins: Jon47 (~Jon47@63.210.58.10)
- # [16:33] * Joins: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de)
- # [16:34] * Joins: mennea (~textual@5.102.253.7)
- # [16:37] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Ping timeout: 240 seconds)
- # [16:38] * Joins: zettam_ (~undream@176.40.112.254)
- # [16:38] * Quits: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net) (Ping timeout: 264 seconds)
- # [16:40] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
- # [16:41] * Joins: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl)
- # [16:41] * Quits: zettam (~undream@176.40.112.254) (Ping timeout: 240 seconds)
- # [16:46] * Quits: iDaniel (uid25588@gateway/web/irccloud.com/x-helftptamtpddcor) (Excess Flood)
- # [16:48] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
- # [16:48] * Quits: poolshark (~alex@85.182.176.50) (Quit: Konversation terminated!)
- # [16:49] * Joins: iDaniel (uid25588@gateway/web/irccloud.com/x-kuqieuvzuicxndxk)
- # [16:50] * Quits: debsan (~debsan@244-79-245-190.fibertel.com.ar) (Ping timeout: 258 seconds)
- # [16:50] * Joins: divya (~divya@192.150.10.205)
- # [16:50] * Quits: divya (~divya@192.150.10.205) (Client Quit)
- # [16:50] * Joins: divya (~divya@192.150.10.205)
- # [16:56] * Quits: divya (~divya@192.150.10.205) (Quit: Leaving.)
- # [16:56] * Joins: divya (~divya@192.150.10.205)
- # [16:56] * Quits: divya (~divya@192.150.10.205) (Client Quit)
- # [16:56] * Joins: divya (~divya@192.150.10.205)
- # [17:07] * Joins: dik_dak (~dik_dak@pool-108-21-63-242.nycmny.fios.verizon.net)
- # [17:08] * Joins: debsan (~debsan@244-79-245-190.fibertel.com.ar)
- # [17:09] * Quits: divya (~divya@192.150.10.205) (Quit: Leaving.)
- # [17:10] * Joins: divya (~divya@192.150.10.205)
- # [17:12] * Joins: heldfree (~heldfree@122.169.71.202)
- # [17:17] * Quits: c4milo (~c4milo@ool-18ba7916.dyn.optonline.net) (Remote host closed the connection)
- # [17:19] * Quits: wast (~wasteful@1-230.dsl.iskon.hr) (Ping timeout: 265 seconds)
- # [17:20] * Joins: ypepin (~ypepin@69.165.173.105)
- # [17:20] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [17:24] * Joins: c4milo (~c4milo@ool-18ba7916.dyn.optonline.net)
- # [17:26] * Quits: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl) (Remote host closed the connection)
- # [17:29] * Quits: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de) (Remote host closed the connection)
- # [17:30] * Joins: Zigtalk (~Zigtalk@cpe-72-182-60-182.austin.res.rr.com)
- # [17:32] * Joins: shiftzz (~argonaut2@ip-64-134-237-149.public.wayport.net)
- # [17:33] * Joins: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
- # [17:34] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
- # [17:34] * Joins: Caiters (~Caitlin@wsip-68-15-80-137.oc.oc.cox.net)
- # [17:37] * Joins: brent (~quassel@adsl-107-196-158-121.dsl.okcyok.sbcglobal.net)
- # [17:38] * Quits: shiftzz (~argonaut2@ip-64-134-237-149.public.wayport.net) (Remote host closed the connection)
- # [17:40] * Joins: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
- # [17:41] * Quits: babsvik (~babsvik@134.90.150.193) (Quit: Textual IRC Client: www.textualapp.com)
- # [17:43] * Joins: wast (~wasteful@1-230.dsl.iskon.hr)
- # [17:45] * Joins: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de)
- # [17:48] * Joins: OxHaK (~OxHaK@ns352407.ip-91-121-83.eu)
- # [17:49] * Joins: shiftzz (~argonaut2@204.11.231.178.static.etheric.net)
- # [17:52] * Quits: slyda1 (~slyda@58-7-218-205.dyn.iinet.net.au) (Ping timeout: 264 seconds)
- # [17:55] * Joins: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl)
- # [17:55] * Quits: ypepin (~ypepin@69.165.173.105) (Ping timeout: 258 seconds)
- # [17:55] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [18:00] * Quits: clopez (~tau@neutrino.es) (Ping timeout: 240 seconds)
- # [18:00] * Quits: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl) (Ping timeout: 276 seconds)
- # [18:02] * Joins: viktorbeer (~viktorbee@89-160-178-85.du.xdsl.is)
- # [18:04] * Joins: quetzakubica (~quetzacot@89-66-203-102.dynamic.chello.pl)
- # [18:04] * Joins: quetzakubica1 (~quetzacot@89-66-203-102.dynamic.chello.pl)
- # [18:05] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [18:08] * Quits: Lethalman (~luca@89.118.249.114) (Quit: Sto andando via)
- # [18:09] * Quits: donmichelangelo (~donmichel@pD95D9A97.dip0.t-ipconnect.de) (Ping timeout: 265 seconds)
- # [18:09] * Joins: lmclister (~lmclister@sjfw1.adobe.com)
- # [18:10] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [18:10] * Joins: donmichelangelo (~donmichel@pD95DA576.dip0.t-ipconnect.de)
- # [18:11] * Joins: clopez (~tau@neutrino.es)
- # [18:15] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 276 seconds)
- # [18:16] * Quits: mbrzuzy (~mbrzuzy@static-173-212-179-161.ptr.terago.net) (Quit: Computer has gone to sleep.)
- # [18:17] * Joins: iancrowt_ (~iancrowth@195.59.147.60)
- # [18:19] * brent is now known as BigBear
- # [18:20] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
- # [18:21] * Quits: iancrowther (~iancrowth@195.59.147.60) (Ping timeout: 252 seconds)
- # [18:22] * Joins: brandonshowers (~textual@67.208.111.178)
- # [18:25] * BigBear is now known as bshambaugh
- # [18:26] * Quits: iancrowt_ (~iancrowth@195.59.147.60) (Read error: Connection reset by peer)
- # [18:26] * Quits: marc_v92 (~marc_v92@unaffiliated/marc-v92/x-6202358) (Quit: I should probably get back to work...)
- # [18:27] * Joins: marc_v92 (~marc_v92@unaffiliated/marc-v92/x-6202358)
- # [18:27] * Quits: Relequestual (~Relequest@host81-136-217-183.in-addr.btopenworld.com) (Quit: Textual IRC Client: www.textualapp.com)
- # [18:31] * Joins: funtilk (~funtilk@216.113.24.67)
- # [18:32] * Joins: skyler_brungardt (~skyler_br@108-169-6-245.dsl.dynamic.sonic.net)
- # [18:33] * Quits: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net) (Ping timeout: 258 seconds)
- # [18:34] * Joins: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
- # [18:38] * Joins: PxlVision (~PxlVision@c-50-156-7-51.hsd1.ca.comcast.net)
- # [18:38] * Quits: iDaniel (uid25588@gateway/web/irccloud.com/x-kuqieuvzuicxndxk) (Excess Flood)
- # [18:40] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
- # [18:40] * Joins: iDaniel (uid25588@gateway/web/irccloud.com/x-lvbiczoaadfyghms)
- # [18:41] * Quits: wast (~wasteful@1-230.dsl.iskon.hr) (Ping timeout: 265 seconds)
- # [18:44] * Quits: will_richards (~anonymous@195.171.92.84) (Quit: will_richards)
- # [18:46] * Quits: hugo_moss (~aasfasa@unaffiliated/hugo-moss/x-0589204) (Ping timeout: 255 seconds)
- # [18:46] * Joins: RaptorJesus (~RaptorJes@gateway/tor-sasl/raptorjesus)
- # [18:47] * Quits: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de) (Remote host closed the connection)
- # [18:48] * Joins: richardbaker (~richardba@udp084409uds.ucsf.edu)
- # [18:49] * Quits: gabybro (~gabybro@92.85.244.253) (Ping timeout: 240 seconds)
- # [18:55] * Joins: wast (~wasteful@1-230.dsl.iskon.hr)
- # [18:57] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [18:59] * Joins: apatil4 (~akshay@unaffiliated/apatil4)
- # [19:00] * Joins: Centime (~centime@178.251.23.58)
- # [19:01] * Quits: brandonshowers (~textual@67.208.111.178) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:02] * Quits: andrewjbaker (~ajb@94.13.3.156) (Ping timeout: 245 seconds)
- # [19:03] * Quits: marc_v92 (~marc_v92@unaffiliated/marc-v92/x-6202358) (Quit: marc_v92)
- # [19:03] * Joins: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl)
- # [19:06] * Joins: doev (~doev@p4FD40FF1.dip0.t-ipconnect.de)
- # [19:07] * Joins: rtayco (~rtayco@wsip-24-234-77-29.lv.lv.cox.net)
- # [19:07] * Joins: marc_v92 (~marc_v92@unaffiliated/marc-v92/x-6202358)
- # [19:10] * Quits: heldfree (~heldfree@122.169.71.202) (Quit: heldfree)
- # [19:11] * Quits: apatil4 (~akshay@unaffiliated/apatil4) (Quit: apatil4)
- # [19:11] * Quits: Zigtalk (~Zigtalk@cpe-72-182-60-182.austin.res.rr.com) (Remote host closed the connection)
- # [19:11] * Joins: Zigtalk (~Zigtalk@cpe-72-182-60-182.austin.res.rr.com)
- # [19:12] * Joins: heldfree (~heldfree@122.169.71.202)
- # [19:13] * Joins: apatil4 (~akshay@unaffiliated/apatil4)
- # [19:13] * Quits: marc_v92 (~marc_v92@unaffiliated/marc-v92/x-6202358) (Quit: I should probably get back to work...)
- # [19:14] * Joins: hugo_moss (~aasfasa@unaffiliated/hugo-moss/x-0589204)
- # [19:16] * Quits: amigojapan (~chatzilla@p2093-ipbf2108souka.saitama.ocn.ne.jp) (Read error: Connection reset by peer)
- # [19:17] * Joins: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de)
- # [19:18] * pablasso_afk is now known as pablasso
- # [19:19] * Quits: newtron (~newtron@199.71.174.203) (Remote host closed the connection)
- # [19:23] * Quits: edoop (~user3023@host70-153-dynamic.3-87-r.retail.telecomitalia.it) (Ping timeout: 258 seconds)
- # [19:25] * Quits: martintrojer (~martintro@cpc25-bmly8-2-0-cust85.2-3.cable.virginm.net) (Max SendQ exceeded)
- # [19:25] * Joins: martintrojer (~martintro@cpc25-bmly8-2-0-cust85.2-3.cable.virginm.net)
- # [19:25] * Joins: the8thbit (~the8thbit@173-28-151-144.client.mchsi.com)
- # [19:26] * Quits: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de) (Ping timeout: 258 seconds)
- # [19:26] * Joins: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de)
- # [19:28] * Quits: shiftzz (~argonaut2@204.11.231.178.static.etheric.net) (Remote host closed the connection)
- # [19:31] * Joins: shiftzz (~argonaut2@204.11.231.178.static.etheric.net)
- # [19:34] * Quits: Centime (~centime@178.251.23.58) (Ping timeout: 240 seconds)
- # [19:34] * Quits: doev (~doev@p4FD40FF1.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
- # [19:35] * Joins: doev (~doev@p5482ED2E.dip0.t-ipconnect.de)
- # [19:37] * sack_lunch is now known as sack_lunch_afk
- # [19:38] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [19:39] * Joins: Centime (~centime@178.251.23.103)
- # [19:39] * Quits: dangerou_ (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
- # [19:40] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [19:42] * Quits: doev (~doev@p5482ED2E.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
- # [19:45] * Quits: shiftzz (~argonaut2@204.11.231.178.static.etheric.net) (Remote host closed the connection)
- # [19:45] * Quits: skyler_brungardt (~skyler_br@108-169-6-245.dsl.dynamic.sonic.net) (Quit: This computer has gone to sleep)
- # [19:46] * Joins: rootshift (~rootshift@2.29.45.156)
- # [19:47] * Joins: dangerou_ (~dangerous@78.156.71.46)
- # [19:49] * Quits: dangerousdave (~dangerous@78.156.71.46) (Ping timeout: 240 seconds)
- # [19:51] * Quits: Centime (~centime@178.251.23.103) (Ping timeout: 258 seconds)
- # [19:54] * Joins: u0m3_ (~u0m3@92.80.122.72)
- # [19:56] * Quits: hugo_moss (~aasfasa@unaffiliated/hugo-moss/x-0589204) (Ping timeout: 252 seconds)
- # [19:56] * Quits: cnivolle (~cnivolle@2a01:e34:ee97:c5c0:46a:c68a:83cc:197d)
- # [19:56] * Quits: u0m3 (~u0m3@92.80.122.72) (Ping timeout: 245 seconds)
- # [19:58] * Quits: mennea (~textual@5.102.253.7) (Read error: Connection reset by peer)
- # [19:58] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [19:59] * Quits: the8thbit (~the8thbit@173-28-151-144.client.mchsi.com) (Ping timeout: 245 seconds)
- # [19:59] * Joins: [gmi] (~G74@185.13.9.63)
- # [20:00] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Ping timeout: 255 seconds)
- # [20:00] * Quits: richardbaker (~richardba@udp084409uds.ucsf.edu) (Remote host closed the connection)
- # [20:01] * Joins: u0m3 (~u0m3@92.80.122.72)
- # [20:01] * Quits: u0m3_ (~u0m3@92.80.122.72) (Ping timeout: 240 seconds)
- # [20:02] * Quits: dangerou_ (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
- # [20:02] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [20:02] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 245 seconds)
- # [20:03] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
- # [20:04] * Quits: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
- # [20:06] * Joins: Pris3rgy (~Pris3rgy@144.190.47.5)
- # [20:06] <Pris3rgy> awful practice to force the right scroll bar to appear so I don't get a centering jump when a long dropdown forces a scroll bar
- # [20:06] <Pris3rgy> ?
- # [20:06] * Joins: ianpirro_ (~ianpirro@c-24-147-61-200.hsd1.ma.comcast.net)
- # [20:06] * Quits: ianpirro (~ianpirro@2601:6:3b80:7da:9057:6ae3:1aec:8362) (Read error: Connection reset by peer)
- # [20:08] * Quits: wast (~wasteful@1-230.dsl.iskon.hr) (Ping timeout: 265 seconds)
- # [20:08] <David_Bradbury> I think you're just looking for html { overflow-y: scroll; }
- # [20:08] <David_Bradbury> `html { overflow-y: scroll; }`
- # [20:08] * Quits: dangerousdave (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
- # [20:09] * Joins: andrewjbaker (~ajb@94.13.3.156)
- # [20:09] * Joins: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
- # [20:09] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [20:09] * Quits: dangerousdave (~dangerous@78.156.71.46) (Max SendQ exceeded)
- # [20:09] <David_Bradbury> @ Pris3rgy
- # [20:09] <David_Bradbury> That is not bad practice
- # [20:10] <Pris3rgy> well of course, but the scroll bar isn't there until a dynamic element appears.
- # [20:10] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [20:10] <Pris3rgy> That doesn't 'force' it to appear
- # [20:10] <Pris3rgy> I solved it by limiting the element height, and making the multiselect scroll instead.
- # [20:10] * Joins: tylrr (~textual@rrcs-173-197-114-202.west.biz.rr.com)
- # [20:10] <Pris3rgy> ** that does force it, but itsn't valid CSS.
- # [20:12] <David_Bradbury> It's totally valid CSS. And I think I'm not understanding what you're describing, but I'm glad you solved it :)
- # [20:13] <Pris3rgy> I guess it wasn't valid in 2.1, is now!
- # [20:13] <Pris3rgy> Thanks :)
- # [20:13] * Quits: andrewjbaker (~ajb@94.13.3.156) (Ping timeout: 245 seconds)
- # [20:15] <dahlfors_> I think very few designs for css2.1 today
- # [20:16] <Pris3rgy> Yeah it was just something in the back of my mind still, that I knew was invalid before.
- # [20:16] * Joins: zecho_ (~zecho@66-247-17-199.northern.mnscu.edu)
- # [20:16] * Joins: richardbaker (~richardba@udp084409uds.ucsf.edu)
- # [20:16] * Quits: rootshift (~rootshift@2.29.45.156) (Quit: My MacBook has decided to go to sleep. Zzzz..)
- # [20:17] <dahlfors_> it's important to remember certain things, like display: inline-block; only applies for elements with display: inline; as default in older ie browsers. but if it otherwise looks ugly without shadows and such css3 features, I let it be ugly in IE ;)
- # [20:19] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu) (Ping timeout: 252 seconds)
- # [20:19] * Quits: c4milo (~c4milo@ool-18ba7916.dyn.optonline.net) (Remote host closed the connection)
- # [20:20] * Joins: newtron (~newtron@199.71.174.203)
- # [20:20] * Joins: skyler_brungardt (~skyler_br@173-228-120-2.dedicated.static.sonic.net)
- # [20:21] * Quits: Ms2ger (~Ms2ger@82.200-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 245 seconds)
- # [20:21] * Quits: richardbaker (~richardba@udp084409uds.ucsf.edu) (Ping timeout: 258 seconds)
- # [20:22] * Joins: newtron_ (~newtron@199.71.174.203)
- # [20:23] * Quits: divya (~divya@192.150.10.205) (Quit: Leaving.)
- # [20:24] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [20:24] * Quits: andersaloof (~aQustic@171.81.45.31.customer.cdi.no) (Ping timeout: 240 seconds)
- # [20:24] * Quits: FasTTo (~FasTTo@bl16-95-243.dsl.telepac.pt) (Quit: Inactive)
- # [20:26] * Joins: andersaloof (~aQustic@171.81.45.31.customer.cdi.no)
- # [20:26] * Joins: shiftzz (~argonaut2@204.11.231.178.static.etheric.net)
- # [20:28] * Joins: mennea (~textual@5.102.253.7)
- # [20:28] * Quits: Jon47 (~Jon47@63.210.58.10) (Ping timeout: 260 seconds)
- # [20:28] * Joins: c4milo (~c4milo@ool-18ba7916.dyn.optonline.net)
- # [20:29] * Quits: bshambaugh (~quassel@adsl-107-196-158-121.dsl.okcyok.sbcglobal.net) (Remote host closed the connection)
- # [20:29] * Quits: mennea (~textual@5.102.253.7) (Read error: Connection reset by peer)
- # [20:31] * Joins: richardbaker (~richardba@udp084409uds.ucsf.edu)
- # [20:32] * Joins: weevieL (~weevie@50.125.147.134)
- # [20:32] * Joins: mennea (~textual@5.102.253.7)
- # [20:33] * Joins: ElChicoNube (~ElChicoNu@85.Red-2-137-112.dynamicIP.rima-tde.net)
- # [20:33] * Quits: c4milo (~c4milo@ool-18ba7916.dyn.optonline.net) (Ping timeout: 255 seconds)
- # [20:33] * Quits: rtayco (~rtayco@wsip-24-234-77-29.lv.lv.cox.net)
- # [20:35] * Joins: zettam (~undream@176.40.112.254)
- # [20:36] * Joins: marc_v92 (~marc_v92@unaffiliated/marc-v92/x-6202358)
- # [20:36] * Joins: divya (~divya@192.150.10.205)
- # [20:36] * Joins: Ms2ger (~Ms2ger@82.200-64-87.adsl-dyn.isp.belgacom.be)
- # [20:36] * Quits: richardbaker (~richardba@udp084409uds.ucsf.edu) (Ping timeout: 260 seconds)
- # [20:38] * Quits: zettam_ (~undream@176.40.112.254) (Ping timeout: 258 seconds)
- # [20:43] * Quits: quetzakubica (~quetzacot@89-66-203-102.dynamic.chello.pl) (Ping timeout: 245 seconds)
- # [20:44] * Quits: quetzakubica1 (~quetzacot@89-66-203-102.dynamic.chello.pl) (Ping timeout: 255 seconds)
- # [20:45] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
- # [20:46] * Joins: factor (~factor@ip68-13-249-219.ok.ok.cox.net)
- # [20:52] * Joins: c4milo (~c4milo@24.186.121.22)
- # [20:56] * pablasso is now known as pablasso_afk
- # [20:56] * Joins: tantek (~tantek@172.56.39.56)
- # [20:57] * Joins: the8thbit (~the8thbit@173-28-151-144.client.mchsi.com)
- # [20:57] * Joins: wast (~wasteful@1-230.dsl.iskon.hr)
- # [20:59] * Joins: richardbaker (~richardba@udp084409uds.ucsf.edu)
- # [20:59] * Joins: roilr (roilr@unaffiliated/roilr)
- # [20:59] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
- # [21:03] * Joins: hugo_moss (~aasfasa@unaffiliated/hugo-moss/x-0589204)
- # [21:03] * Quits: richardbaker (~richardba@udp084409uds.ucsf.edu) (Ping timeout: 264 seconds)
- # [21:12] * sack_lunch_afk is now known as sack_lunch
- # [21:14] * Quits: OxHaK (~OxHaK@ns352407.ip-91-121-83.eu) (Remote host closed the connection)
- # [21:18] * Quits: shiftzz (~argonaut2@204.11.231.178.static.etheric.net) (Remote host closed the connection)
- # [21:21] * Joins: shiftzz (~argonaut2@204.11.231.178.static.etheric.net)
- # [21:21] * Joins: richardbaker (~richardba@udp084409uds.ucsf.edu)
- # [21:24] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [21:27] * Joins: skcin7 (~skcin7@cpe-76-168-88-243.socal.res.rr.com)
- # [21:27] * Quits: dangerousdave (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
- # [21:28] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [21:28] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [21:28] * Quits: dangerousdave (~dangerous@78.156.71.46) (Max SendQ exceeded)
- # [21:28] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [21:29] * Quits: tantek (~tantek@172.56.39.56) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [21:29] * Quits: ianpirro_ (~ianpirro@c-24-147-61-200.hsd1.ma.comcast.net) (Remote host closed the connection)
- # [21:29] * Joins: ianpirro (~ianpirro@2601:6:3b80:7da:9057:6ae3:1aec:8362)
- # [21:30] * Joins: JemiloII (~Thunderbi@c-67-167-2-43.hsd1.il.comcast.net)
- # [21:31] * Joins: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [21:34] * Quits: dangerousdave (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
- # [21:34] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [21:42] * Joins: developerjustin (~developer@173.80.86.179)
- # [21:45] * Quits: skcin7 (~skcin7@cpe-76-168-88-243.socal.res.rr.com) (Read error: Connection reset by peer)
- # [21:46] * Joins: skcin7 (~skcin7@cpe-76-168-88-243.socal.res.rr.com)
- # [21:46] * zecho_ is now known as zecho
- # [21:50] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [21:53] * Quits: viktorbeer (~viktorbee@89-160-178-85.du.xdsl.is) (Ping timeout: 252 seconds)
- # [21:55] * Quits: ElChicoNube (~ElChicoNu@85.Red-2-137-112.dynamicIP.rima-tde.net) (Quit: Leaving.)
- # [21:58] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Quit: Computer has gone to sleep.)
- # [22:02] * Joins: gabybro (~gabybro@92.85.244.253)
- # [22:02] * Joins: Jon47 (~Jon47@70.42.157.25)
- # [22:03] * Joins: JemiloII1 (~Thunderbi@c-67-167-2-43.hsd1.il.comcast.net)
- # [22:04] * Joins: weevieL3 (~weevie@50.125.147.134)
- # [22:05] * Quits: Ms2ger (~Ms2ger@82.200-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [22:05] * Quits: JemiloII (~Thunderbi@c-67-167-2-43.hsd1.il.comcast.net) (Ping timeout: 264 seconds)
- # [22:05] * Quits: weevieL (~weevie@50.125.147.134) (Ping timeout: 260 seconds)
- # [22:07] * Quits: weevieL3 (~weevie@50.125.147.134) (Client Quit)
- # [22:07] * Quits: Jon47 (~Jon47@70.42.157.25) (Ping timeout: 252 seconds)
- # [22:08] * Joins: weevieL (~weevie@50.125.147.134)
- # [22:08] * Quits: spyderman4g63 (~spyderman@c-67-186-13-186.hsd1.oh.comcast.net)
- # [22:14] * Quits: ilmgb (~ilmgb@HSI-KBW-134-3-250-182.hsi14.kabel-badenwuerttemberg.de) (Remote host closed the connection)
- # [22:14] * Joins: red_racer12_____ (sid20963@gateway/web/irccloud.com/x-ytjhjxqxwuwjclic)
- # [22:14] * Joins: Atttwwww (~Atw@ip68-2-211-24.ph.ph.cox.net)
- # [22:15] * Joins: will_richards (~anonymous@cpc14-ware5-2-0-cust285.9-1.cable.virginm.net)
- # [22:15] * Quits: red_racer12____ (sid20963@gateway/web/irccloud.com/x-dsigjmjomlxvmhux) (Read error: Connection reset by peer)
- # [22:15] * Quits: basiclaser (Elite7488@gateway/shell/elitebnc/x-hftnnaojsxomogcv) (Quit: EliteBNC free bnc service - http://elitebnc.org - be a part of the Elite!)
- # [22:15] * red_racer12_____ is now known as red_racer12____
- # [22:15] * Joins: sjefen6_ (~sjefen6@2001:700:c00:200:20c:29ff:fe15:2284)
- # [22:16] * Joins: basiclaser (Elite7488@gateway/shell/elitebnc/x-rnmpsfvkgmfpplhb)
- # [22:17] * Joins: Turn_Left (~Left_Turn@unaffiliated/turn-left/x-3739067)
- # [22:18] * Joins: marc_v92_ (~marc_v92@unaffiliated/marc-v92/x-6202358)
- # [22:20] * Quits: richardbaker (~richardba@udp084409uds.ucsf.edu) (Remote host closed the connection)
- # [22:20] * Joins: Teal`c_ (sid1457@gateway/web/irccloud.com/x-wclcwwvkgykcicka)
- # [22:20] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [22:21] * sack_lunch is now known as sack_lunch_afk
- # [22:21] * Quits: sjefen6 (~sjefen6@2001:700:c00:200:20c:29ff:fe15:2284) (Write error: Broken pipe)
- # [22:21] * Quits: Atttwww (~Atw@ip68-2-211-24.ph.ph.cox.net) (Write error: Broken pipe)
- # [22:21] * Joins: sgen (~sgen@dsl-66-36-129-38.mtl.aei.ca)
- # [22:23] * Quits: Teal`c (sid1457@gateway/web/irccloud.com/x-jdlqoagzehhwmjpo) (Ping timeout: 257 seconds)
- # [22:23] * Teal`c_ is now known as Teal`c
- # [22:25] * Joins: viktorbeer (~viktorbee@89-160-178-85.du.xdsl.is)
- # [22:26] * Quits: marc_v92 (~marc_v92@unaffiliated/marc-v92/x-6202358) (Ping timeout: 252 seconds)
- # [22:26] * Quits: Left_Turn (~Left_Turn@unaffiliated/turn-left/x-3739067) (Ping timeout: 252 seconds)
- # [22:26] * marc_v92_ is now known as marc_v92
- # [22:29] * Joins: divya1 (~divya@sjfw1-a.adobe.com)
- # [22:30] * Joins: richardbaker (~richardba@udp084409uds.ucsf.edu)
- # [22:32] * Quits: divya (~divya@192.150.10.205) (Ping timeout: 245 seconds)
- # [22:34] * Quits: wast (~wasteful@1-230.dsl.iskon.hr) (Ping timeout: 265 seconds)
- # [22:36] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [22:37] * Joins: wast (~wasteful@1-230.dsl.iskon.hr)
- # [22:40] * Quits: divya1 (~divya@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [22:41] * Quits: Pris3rgy (~Pris3rgy@144.190.47.5) (Ping timeout: 260 seconds)
- # [22:42] * Quits: c4milo (~c4milo@24.186.121.22) (Remote host closed the connection)
- # [22:44] * Quits: dangerousdave (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
- # [22:44] * Joins: dangerou_ (~dangerous@78.156.71.46)
- # [22:44] * Quits: will_richards (~anonymous@cpc14-ware5-2-0-cust285.9-1.cable.virginm.net) (Quit: will_richards)
- # [22:46] * Joins: coellobranco (~FoRcEr@141.Red-83-38-72.dynamicIP.rima-tde.net)
- # [22:47] * Joins: divya (~divya@192.150.10.205)
- # [22:49] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [22:53] * Joins: c4milo (~c4milo@ool-18ba7916.dyn.optonline.net)
- # [22:53] * Parts: divya (~divya@192.150.10.205)
- # [22:54] * Quits: developerjustin (~developer@173.80.86.179) (Quit: Leaving...)
- # [22:54] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [22:54] * Quits: marc_v92 (~marc_v92@unaffiliated/marc-v92/x-6202358) (Quit: I should probably get back to work...)
- # [22:57] * Joins: iancrowther (~iancrowth@host86-156-58-143.range86-156.btcentralplus.com)
- # [22:58] * Quits: skcin7 (~skcin7@cpe-76-168-88-243.socal.res.rr.com) (Read error: Connection reset by peer)
- # [22:58] * Joins: divya1 (~divya@sjfw1-a.adobe.com)
- # [22:59] * Joins: skcin7 (~skcin7@cpe-76-168-88-243.socal.res.rr.com)
- # [23:03] * Joins: mite_ (~mitemitre@77.28.18.80)
- # [23:03] * Joins: GhostFreeman (~cameronki@172.56.27.207)
- # [23:06] * Quits: astaves (~astaves@teamtrack.in) (Ping timeout: 252 seconds)
- # [23:06] * Joins: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [23:07] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
- # [23:07] * Parts: JemiloII1 (~Thunderbi@c-67-167-2-43.hsd1.il.comcast.net)
- # [23:10] * Quits: GhostFreeman (~cameronki@172.56.27.207) (Quit: leaving)
- # [23:11] * Quits: dobalina (~dobalina@gateway/tor-sasl/dobalina) (Remote host closed the connection)
- # [23:11] * Joins: RaptorJesus_ (~RaptorJes@gateway/tor-sasl/raptorjesus)
- # [23:14] * Quits: RaptorJesus (~RaptorJes@gateway/tor-sasl/raptorjesus) (Ping timeout: 272 seconds)
- # [23:18] * Quits: RaptorJesus_ (~RaptorJes@gateway/tor-sasl/raptorjesus) (Remote host closed the connection)
- # [23:19] * Joins: RaptorJesus (~RaptorJes@gateway/tor-sasl/raptorjesus)
- # [23:19] * Quits: RaptorJesus (~RaptorJes@gateway/tor-sasl/raptorjesus) (Remote host closed the connection)
- # [23:20] * Quits: PxlVision (~PxlVision@c-50-156-7-51.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [23:21] * Joins: PxlVision (~PxlVision@c-50-156-7-51.hsd1.ca.comcast.net)
- # [23:21] * Joins: RaptorJesus (~RaptorJes@gateway/tor-sasl/raptorjesus)
- # [23:23] * Quits: wiljanslofstra (~wiljanslo@cable-081-024-108-110.solcon.nl) (Remote host closed the connection)
- # [23:24] * Quits: divya1 (~divya@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [23:25] * Joins: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de)
- # [23:26] * Joins: divya (~divya@sjfw1-a.adobe.com)
- # [23:26] * Parts: divya (~divya@sjfw1-a.adobe.com)
- # [23:27] * Quits: dik_dak (~dik_dak@pool-108-21-63-242.nycmny.fios.verizon.net) (Quit: Leaving)
- # [23:29] * Quits: ilmgb (~ilmgb@HSI-KBW-149-172-235-107.hsi13.kabel-badenwuerttemberg.de) (Ping timeout: 240 seconds)
- # [23:36] * Quits: funtilk (~funtilk@216.113.24.67) (Remote host closed the connection)
- # [23:38] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [23:40] * Quits: iancrowther (~iancrowth@host86-156-58-143.range86-156.btcentralplus.com)
- # [23:42] * Quits: mac_ified (~mac_ified@rrcs-24-227-77-162.se.biz.rr.com) (Remote host closed the connection)
- # [23:42] * Quits: ianpirro (~ianpirro@2601:6:3b80:7da:9057:6ae3:1aec:8362) (Remote host closed the connection)
- # [23:45] * Joins: mac_ifie_ (~mac_ified@rrcs-24-227-77-162.se.biz.rr.com)
- # [23:50] * Joins: babsvik (~babsvik@cm-84.208.72.142.getinternet.no)
- # [23:50] * Joins: nszceta (~nszceta@128.237.189.43)
- # [23:52] * Quits: ryanseddon (uid1832@gateway/web/irccloud.com/x-onctuvwopkrkalti) (Quit: Connection closed for inactivity)
- # [23:52] * Quits: wast (~wasteful@1-230.dsl.iskon.hr) (Ping timeout: 265 seconds)
- # [23:52] * Quits: longbeach (~mike@AFontenayssB-152-1-17-110.w82-121.abo.wanadoo.fr)
- # [23:53] * Quits: lmclister (~lmclister@sjfw1.adobe.com)
- # [23:54] * Joins: newtron (~newtron@199.71.174.204)
- # [23:55] * Quits: nszceta (~nszceta@128.237.189.43) (Client Quit)
- # [23:58] * Quits: newtron_ (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [23:59] * Quits: newtron (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
- # Session Close: Sat May 31 00:00:00 2014
The end :)