Options:
- # Session Start: Sun Jul 22 00:00:00 2012
- # Session Ident: #html5
- # [00:03] * Joins: tomlane (~laney@5e0c033e.bb.sky.com)
- # [00:05] * Joins: r0tha (~r0tha@c-67-188-167-103.hsd1.ca.comcast.net)
- # [00:06] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [00:09] * Quits: BigKing (~BigKing@dslb-088-077-160-006.pools.arcor-ip.net) (Remote host closed the connection)
- # [00:12] * Joins: teleject (~christoph@70.116.86.65)
- # [00:16] * Quits: rehat (~rehat@ip-64-134-233-101.public.wayport.net) (Remote host closed the connection)
- # [00:20] * Quits: koggdal (~koggdal@host-95-199-200-55.mobileonline.telia.com) (Quit: koggdal)
- # [00:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [00:21] * Quits: tantek (~tantek@206-80-17-29.static.twtelecom.net) (Quit: tantek)
- # [00:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [00:30] * Quits: tomlane (~laney@5e0c033e.bb.sky.com) (Remote host closed the connection)
- # [00:32] * Joins: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net)
- # [00:33] * Joins: lilsheep (~lilsheep@108-66-118-36.lightspeed.sndgca.sbcglobal.net)
- # [00:45] * Joins: m1chael (~michael@ip68-9-70-20.ri.ri.cox.net)
- # [00:46] * Joins: hacfi (~hacfi@dslb-188-104-133-035.pools.arcor-ip.net)
- # [00:50] <m1chael> anyone know about ogg streaming?
- # [00:54] * Quits: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [01:01] * Quits: r0tha (~r0tha@c-67-188-167-103.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [01:03] * Joins: tantek (~tantek@206-80-17-29.static.twtelecom.net)
- # [01:03] * Joins: r0tha (~r0tha@c-67-188-167-103.hsd1.ca.comcast.net)
- # [01:08] * Parts: hacfi (~hacfi@dslb-188-104-133-035.pools.arcor-ip.net) ("Linkinus - http://linkinus.com")
- # [01:08] <tantek> austincheney - it's not that hard to write XML compatible HTML5 (just ignore all the XHTML NS stuff) per: http://tantek.com/2010/302/b1/xhtml-dead-long-live-xml-valid-html5
- # [01:12] * Quits: Reite (~chris@cm-84.211.71.25.getinternet.no) (Ping timeout: 264 seconds)
- # [01:12] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
- # [01:17] * Parts: roowilliams (~Roo@5e050ec5.bb.sky.com)
- # [01:17] * Quits: saschagehlich (~sascha@p5793101C.dip.t-dialin.net) (Quit: saschagehlich)
- # [01:21] * Quits: tantek (~tantek@206-80-17-29.static.twtelecom.net) (Quit: tantek)
- # [01:24] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Read error: Operation timed out)
- # [01:31] * Joins: tantek (~tantek@206-80-17-29.static.twtelecom.net)
- # [01:32] * Quits: m1chael (~michael@ip68-9-70-20.ri.ri.cox.net) (Ping timeout: 240 seconds)
- # [01:35] <austincheney> tantek: i am still thinking about writing an xhtml5 schema, because there are limitations to the structure that can be supplied to benefit accessibility out of the box where these limitations are entirely consequential
- # [01:36] <austincheney> there is no reason accessibility should ever be challenging
- # [01:36] <tantek> austincheney - indeed - it is quite ironic that accessibility itself is not very accessible.
- # [01:37] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
- # [01:37] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
- # [01:37] <austincheney> i have proven in the past that languages like html can be designed in a way where accessibility is simple and violations are costly/challenging
- # [01:37] <austincheney> there is a simple structural rule that guides this simplicity
- # [01:38] <austincheney> http://stackoverflow.com/a/9808133/1180508
- # [01:39] <austincheney> in the past HTML has failed in this regard because it does not understand the definitions of its own internal structure
- # [01:40] <austincheney> html claims to be a data structure and presentation agnostic, because presentation is the job of CSS right? errr, no, because elements are block level or inline where block level is related to display:block and inline elements are related to display:inline
- # [01:41] <austincheney> a contraditory classification
- # [01:41] * kevvaoff is now known as kevva
- # [01:41] <austincheney> contradiction aside... it is wrong anyways because it fails to describe the relationship between elements
- # [01:42] <austincheney> element "p" is a paragraph, which is a block element, but it cannot contain other block level elements unlike most other block level elements
- # [01:42] * kevva is now known as kevvaoff
- # [01:42] <austincheney> so there is something different about the structure of that element
- # [01:42] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [01:43] <austincheney> but because there are only two levels of classification for structure in HTML, this difference is outside description
- # [01:43] <austincheney> and that is wrong, because this difference is necessary
- # [01:44] <austincheney> a two level classification is then insufficient, and this insufficience is what allows accessibility to fail
- # [01:46] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [01:52] * Joins: rehat (~rehat@cpe-67-49-5-52.socal.res.rr.com)
- # [01:52] * Quits: rehat (~rehat@cpe-67-49-5-52.socal.res.rr.com) (Remote host closed the connection)
- # [01:55] * Joins: norbert_ (~norbert@82-170-113-123.ip.telfort.nl)
- # [01:55] * Quits: r0tha (~r0tha@c-67-188-167-103.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [01:56] <norbert_> does anyone here know whether W3C's canvas and WHATWG's canvas are similar?
- # [01:58] * Joins: Socii (~socialery@CPE-58-174-233-122.sa.bigpond.net.au)
- # [01:59] * Quits: Socialery (~socialery@CPE-58-174-233-122.sa.bigpond.net.au) (Ping timeout: 252 seconds)
- # [02:00] * Socii is now known as Socialery
- # [02:03] * johnkpaul-afk is now known as johnkpaul
- # [02:09] * Joins: sasori (~sasori@cm230.sigma174.maxonline.com.sg)
- # [02:10] * Quits: tantek (~tantek@206-80-17-29.static.twtelecom.net) (Quit: tantek)
- # [02:17] * johnkpaul is now known as johnkpaul-afk
- # [02:20] * Quits: debsan (~debsan@190.245.74.16) (Remote host closed the connection)
- # [02:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [02:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [02:23] * Joins: tantek (~tantek@206-80-17-29.static.twtelecom.net)
- # [02:23] * Quits: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net) (Remote host closed the connection)
- # [02:24] * Joins: fatmandown (~fatmandow@ool-457e7f5c.dyn.optonline.net)
- # [02:25] * Joins: gavin_huang (~gravof@125.116.98.30)
- # [02:31] * Joins: chousho (~dramawand@unaffiliated/chousho)
- # [02:33] * Joins: mime (~chatzilla@14.72.195.77.rev.sfr.net)
- # [02:33] * Quits: cuppsy (~mtc@99-144-132-79.lightspeed.miamfl.sbcglobal.net) (Ping timeout: 276 seconds)
- # [02:36] * Joins: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
- # [02:37] * Quits: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
- # [02:37] * Joins: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk)
- # [02:41] * Quits: meoblast001 (~meoblast@dynamic-acs-24-101-148-112.zoominternet.net) (Read error: No route to host)
- # [02:44] * Quits: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
- # [02:44] * Joins: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk)
- # [02:46] * Joins: whomp_ (~whomp@206.117.103.5)
- # [03:00] * Joins: Leeol (~Leeol@174-30-8-166.eugn.qwest.net)
- # [03:03] * Quits: Leeol2 (~Leeol@71-210-3-10.eugn.qwest.net) (Ping timeout: 264 seconds)
- # [03:05] * Quits: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [03:06] * Quits: tantek (~tantek@206-80-17-29.static.twtelecom.net) (Quit: tantek)
- # [03:08] * Quits: magellanicloud (~magellani@HSI-KBW-091-089-175-206.hsi2.kabel-badenwuerttemberg.de) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
- # [03:09] * Joins: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net)
- # [03:10] * Quits: axos411 (~axos@xdsl-84-44-209-165.netcologne.de) (Quit: Leaving.)
- # [03:14] * Quits: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust1981.wolv.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [03:15] * Quits: Crumbz (~Crumbz@host-89-241-72-39.as13285.net) (Quit: Leaving)
- # [03:22] * Vennril is now known as vennril|away
- # [03:23] * Joins: mime_ (~chatzilla@74.125.122.49)
- # [03:25] * Quits: mime (~chatzilla@14.72.195.77.rev.sfr.net) (Ping timeout: 264 seconds)
- # [03:25] * mime_ is now known as mime
- # [03:25] * Joins: ghanima (~ghanima@163.192.21.72)
- # [03:29] * Quits: mime (~chatzilla@74.125.122.49) (Ping timeout: 248 seconds)
- # [03:31] * Joins: thcipriani (~tyler@c-71-229-221-2.hsd1.co.comcast.net)
- # [03:33] * Joins: CodeDroid_ (~CodeDroid@94.27.109.53)
- # [03:36] * Quits: gavin_huang (~gravof@125.116.98.30) (Quit: Leaving)
- # [03:36] * Quits: vennril|away (~vennril@p4FCB0AE8.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
- # [03:36] * Quits: norbert_ (~norbert@82-170-113-123.ip.telfort.nl) (Quit: Leaving)
- # [03:38] * Quits: ghanima (~ghanima@163.192.21.72) (Ping timeout: 260 seconds)
- # [03:41] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Nice Scotty, now beam my clothes up too!)
- # [03:46] * Quits: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt) (Read error: Connection reset by peer)
- # [03:46] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 264 seconds)
- # [03:47] * Joins: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt)
- # [03:48] * Joins: martisj (~martisj@14-201-64-38.static.tpgi.com.au)
- # [03:51] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [03:53] * Joins: ghanima (~ghanima@163.192.12.1)
- # [03:53] * Joins: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net)
- # [03:59] <martisj> morning
- # [04:00] <grantg> night
- # [04:02] * Joins: tantek (~tantek@206-80-17-29.static.twtelecom.net)
- # [04:04] * Quits: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net) (Remote host closed the connection)
- # [04:12] * Quits: tantek (~tantek@206-80-17-29.static.twtelecom.net) (Quit: tantek)
- # [04:16] * Quits: CodeDroid_ (~CodeDroid@94.27.109.53) (Quit: ~ Trillian Astra - www.trillian.im ~)
- # [04:18] * Joins: CodeDroid_ (~CodeDroid@94.27.109.53)
- # [04:18] * Joins: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
- # [04:20] * Quits: teleject (~christoph@70.116.86.65) (Ping timeout: 255 seconds)
- # [04:21] * Quits: CodeDroid_ (~CodeDroid@94.27.109.53) (Client Quit)
- # [04:24] * Joins: JonEdney (~JonEdney@unaffiliated/jonedney)
- # [04:24] * Quits: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [04:36] * Quits: ghanima (~ghanima@163.192.12.1) (Ping timeout: 260 seconds)
- # [04:38] * Quits: TheJacquerie (radio23@newelite.bshellz.net) (Remote host closed the connection)
- # [04:41] * Joins: CodeDroid_ (~CodeDroid@94.27.109.53)
- # [04:43] * Quits: CodeDroid_ (~CodeDroid@94.27.109.53) (Client Quit)
- # [04:44] * Joins: TheJacquerie (radio23@newelite.bshellz.net)
- # [04:46] * Joins: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net)
- # [04:51] * Quits: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net) (Quit: ChatZilla 0.9.88.2 [Firefox 15.0/20120717110313])
- # [04:53] * Joins: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
- # [04:54] * Joins: ghanima (~ghanima@163.192.21.72)
- # [04:57] * Joins: miketaylr (~miketaylr@CPE0018e7cac912-CM78cd8e5bb3f5.cpe.net.cable.rogers.com)
- # [05:00] * Quits: wbednarski (~wbednarsk@scoutsretie.be) (Remote host closed the connection)
- # [05:03] * Quits: martisj (~martisj@14-201-64-38.static.tpgi.com.au) (Read error: Connection reset by peer)
- # [05:03] * Joins: martisj (~martisj@14-201-64-38.static.tpgi.com.au)
- # [05:04] * Joins: crashsky (~quassel@180.174.211.138)
- # [05:08] * Quits: martisj (~martisj@14-201-64-38.static.tpgi.com.au) (Remote host closed the connection)
- # [05:09] * Joins: carlos_antonio (~benway@173.230.152.21)
- # [05:09] * Quits: carlos_antonio (~benway@173.230.152.21) (Changing host)
- # [05:09] * Joins: carlos_antonio (~benway@unaffiliated/disusered)
- # [05:09] * Joins: jacobolu_ (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
- # [05:09] * Quits: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Read error: Connection reset by peer)
- # [05:09] * Joins: roadt (~roadt@60.168.81.76)
- # [05:10] * Quits: JonEdney (~JonEdney@unaffiliated/jonedney)
- # [05:16] * Joins: mike5w3c_ (~MikeSmith@s1106192.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [05:18] * Quits: dmachi1 (~dmachi@pool-72-66-198-190.ronkva.east.verizon.net) (Ping timeout: 255 seconds)
- # [05:19] * Quits: mike5w3c (~MikeSmith@s1106103.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 248 seconds)
- # [05:19] * mike5w3c_ is now known as mike5w3c
- # [05:19] * Joins: nrcpts (~nrcpts@118.96.80.196)
- # [05:22] * Quits: crashsky (~quassel@180.174.211.138) (Quit: No Ping reply in 180 seconds.)
- # [05:22] * Joins: crashsky (~quassel@180.174.211.138)
- # [05:25] * Joins: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net)
- # [05:28] * Quits: jgoss (~jgoss@unaffiliated/jgoss) (Remote host closed the connection)
- # [05:31] * Quits: crashsky (~quassel@180.174.211.138) (Quit: No Ping reply in 180 seconds.)
- # [05:31] * Quits: jacobolu_ (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [05:31] * Joins: crashsky (~quassel@180.174.211.138)
- # [05:34] * Joins: dev_ryan70 (~dev_ryan7@c-71-57-100-73.hsd1.in.comcast.net)
- # [05:34] * Quits: pn0 (~pn0@95-31-214-222.broadband.corbina.ru) (Quit: pn0)
- # [05:37] * Quits: dev_ryan70 (~dev_ryan7@c-71-57-100-73.hsd1.in.comcast.net) (Remote host closed the connection)
- # [05:45] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
- # [05:56] * Quits: carlos_antonio (~benway@unaffiliated/disusered) (Quit: leaving)
- # [06:03] * Joins: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net)
- # [06:04] * Quits: tk__ (~quassel@host-72-174-197-168.dur-co.client.bresnan.net) (Ping timeout: 264 seconds)
- # [06:08] * Quits: nrcpts (~nrcpts@118.96.80.196) (Read error: Connection reset by peer)
- # [06:08] * Joins: axos411 (~axos@xdsl-78-35-185-137.netcologne.de)
- # [06:09] * Quits: ghanima (~ghanima@163.192.21.72) (Quit: Leaving)
- # [06:16] * Quits: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net) (Remote host closed the connection)
- # [06:22] * Quits: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net) (Ping timeout: 260 seconds)
- # [06:24] * Joins: teleject (~christoph@70.116.86.65)
- # [06:25] * Quits: crashsky (~quassel@180.174.211.138) (Ping timeout: 264 seconds)
- # [06:27] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [06:27] * Quits: roadt (~roadt@60.168.81.76) (Ping timeout: 260 seconds)
- # [06:35] * Joins: asher^ (asher@101.166.147.73)
- # [06:35] * Quits: asher^ (asher@101.166.147.73) (Changing host)
- # [06:35] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
- # [06:36] * kevvaoff is now known as kevva
- # [06:39] * Quits: miketaylr (~miketaylr@CPE0018e7cac912-CM78cd8e5bb3f5.cpe.net.cable.rogers.com) (Quit: Leaving...)
- # [06:39] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
- # [06:44] * Joins: laughnet (~laughnet@212.29.196.121)
- # [06:50] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds)
- # [06:52] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
- # [06:54] * Joins: rehat (~rehat@2002:4331:534:0:3cb6:ccad:3c91:9979)
- # [06:55] * Joins: gavin_huang (~gravof@125.116.98.30)
- # [06:57] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Ping timeout: 260 seconds)
- # [07:03] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
- # [07:08] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [07:11] * Quits: rehat (~rehat@2002:4331:534:0:3cb6:ccad:3c91:9979) (Remote host closed the connection)
- # [07:12] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [07:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [07:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [07:24] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
- # [07:30] * Quits: GhostFreeman (~cameronki@c-24-126-240-124.hsd1.ga.comcast.net) (Ping timeout: 240 seconds)
- # [07:41] * Quits: gavin_huang (~gravof@125.116.98.30) (*.net *.split)
- # [07:41] * Quits: asher^ (asher@unaffiliated/asher/x-9381395) (*.net *.split)
- # [07:41] * Quits: mike5w3c (~MikeSmith@s1106192.xgsspn.imtp.tachikawa.spmode.ne.jp) (*.net *.split)
- # [07:41] * Quits: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt) (*.net *.split)
- # [07:41] * Quits: whomp_ (~whomp@206.117.103.5) (*.net *.split)
- # [07:41] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (*.net *.split)
- # [07:41] * Quits: Dasleah (~das@ppp121-44-205-161.lns20.syd7.internode.on.net) (*.net *.split)
- # [07:41] * Quits: kitallis (~kitallis@122.178.206.235) (*.net *.split)
- # [07:41] * Quits: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net) (*.net *.split)
- # [07:41] * Quits: AlbireoX`Laptop (~AlbireoX@99-136-83-34.lightspeed.rcsntx.sbcglobal.net) (*.net *.split)
- # [07:41] * Quits: nonge (~nonge@p5082923F.dip.t-dialin.net) (*.net *.split)
- # [07:41] * Quits: {DV8} (~Deviate@CPE001b1173fa27-CM0026f396a8ad.cpe.net.cable.rogers.com) (*.net *.split)
- # [07:41] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
- # [07:41] * Quits: daze (~daze@client-212-117-18-111.inturbo.lt) (*.net *.split)
- # [07:41] * Quits: jochen__ (jochen@nat/google/x-raxtpbxwjpxotfub) (*.net *.split)
- # [07:41] * Quits: ralphholzmann (~ralphholz@li76-151.members.linode.com) (*.net *.split)
- # [07:41] * Quits: qb (~qo@pool-71-179-9-176.bltmmd.fios.verizon.net) (*.net *.split)
- # [07:41] * Quits: oxy__ (oxy@werket.tlk.fi) (*.net *.split)
- # [07:41] * Quits: speak (speak@waret.us) (*.net *.split)
- # [07:41] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (*.net *.split)
- # [07:41] * Quits: laughnet (~laughnet@212.29.196.121) (*.net *.split)
- # [07:41] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (*.net *.split)
- # [07:41] * Quits: teear (~teear@80-186-81-142.elisa-mobile.fi) (*.net *.split)
- # [07:41] * Quits: obert- (~obert@host207-202-dynamic.47-79-r.retail.telecomitalia.it) (*.net *.split)
- # [07:41] * Quits: chanakya (darkcomet2@gateway/shell/trekweb.org/x-owqurgehsbquurlk) (*.net *.split)
- # [07:41] * Quits: Bwild (~irc@netblock-75-79-22-130.dslextreme.com) (*.net *.split)
- # [07:41] * Quits: danielfilho (~danielfil@187.31.77.7) (*.net *.split)
- # [07:41] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (*.net *.split)
- # [07:41] * Quits: aQustic (~aQustic@71.188.189.109.customer.cdi.no) (*.net *.split)
- # [07:41] * Quits: rmill (~rmill@li239-175.members.linode.com) (*.net *.split)
- # [07:41] * Quits: johnkpaul-afk (~johnkpaul@ec2-50-16-100-212.compute-1.amazonaws.com) (*.net *.split)
- # [07:41] * Quits: lilsheep (~lilsheep@108-66-118-36.lightspeed.sndgca.sbcglobal.net) (*.net *.split)
- # [07:41] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (*.net *.split)
- # [07:41] * Quits: teleject (~christoph@70.116.86.65) (*.net *.split)
- # [07:41] * Quits: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net) (*.net *.split)
- # [07:41] * Quits: Leeol (~Leeol@174-30-8-166.eugn.qwest.net) (*.net *.split)
- # [07:41] * Quits: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk) (*.net *.split)
- # [07:41] * Quits: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com) (*.net *.split)
- # [07:41] * Quits: patcito (~123@190.42.95.224) (*.net *.split)
- # [07:41] * Quits: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net) (*.net *.split)
- # [07:41] * Quits: modernrob (modernrob@crawfordneb.info) (*.net *.split)
- # [07:41] * Quits: freakazoid0223 (~matt@pool-71-246-26-142.phlapa.fios.verizon.net) (*.net *.split)
- # [07:41] * Quits: Xarthok (~Xarthok@5e004736.bb.sky.com) (*.net *.split)
- # [07:41] * Quits: abstractj|away (~abstractj@redhat/jboss/abstractj) (*.net *.split)
- # [07:41] * Quits: mariusz (~mariusz@91-237-52-142.greendata.pl) (*.net *.split)
- # [07:41] * Quits: Famic (famic@hidden.dns.ug) (*.net *.split)
- # [07:41] * Quits: dagobah_ (~dagobah@84.45.53.200) (*.net *.split)
- # [07:41] * Quits: hlb (~hlb@li381-115.members.linode.com) (*.net *.split)
- # [07:41] * Quits: roger_raymond (~roger_ray@linode.lynch-raymond.com) (*.net *.split)
- # [07:41] * Quits: actel (u48@gateway/web/irccloud.com/x-kwdbpiozimbiahsh) (*.net *.split)
- # [07:41] * Quits: Hertz (~Hertz@unaffiliated/hertz) (*.net *.split)
- # [07:41] * Quits: BBonifield (~BBonifiel@li107-227.members.linode.com) (*.net *.split)
- # [07:41] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-tkjlyxraytxwxlli) (*.net *.split)
- # [07:41] * Quits: mbrevda (users.5500@gateway/web/irccloud.com/x-civhdeidtluiscdk) (*.net *.split)
- # [07:41] * Quits: Dr4g (u3226@gateway/web/irccloud.com/x-ctiuxptjxbecdzdu) (*.net *.split)
- # [07:41] * Quits: hdv (u2376@gateway/web/irccloud.com/x-gnwaijdmffwimtmq) (*.net *.split)
- # [07:41] * Quits: morficus_ (~morficus@c-98-243-20-125.hsd1.mi.comcast.net) (*.net *.split)
- # [07:41] * Quits: ShooterMG (~shootermg@c-71-236-153-81.hsd1.or.comcast.net) (*.net *.split)
- # [07:41] * Quits: keyvan (~keyvan@unaffiliated/k3yvn) (*.net *.split)
- # [07:41] * Quits: Wesley- (~Wesley@static.43.95.46.78.clients.your-server.de) (*.net *.split)
- # [07:41] * Quits: Validatorian (~Validator@unaffiliated/phazm) (*.net *.split)
- # [07:41] * Quits: Charun (~Charun@unaffiliated/charun) (*.net *.split)
- # [07:41] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [07:41] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (*.net *.split)
- # [07:41] * Quits: leonid_ (~leonid@95.211.169.45) (*.net *.split)
- # [07:41] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (*.net *.split)
- # [07:41] * Quits: sirecote (sirecote@64.15.76.9) (*.net *.split)
- # [07:41] * Quits: symb (~symb@cthulhu.eth4.net) (*.net *.split)
- # [07:41] * Quits: thcipria1i (~tyler@li430-16.members.linode.com) (*.net *.split)
- # [07:41] * Quits: kurrent (~kurrent@unaffiliated/kurrent) (*.net *.split)
- # [07:41] * Quits: m0 (~m0@mohamedmansour.com) (*.net *.split)
- # [07:41] * Quits: jn (~jn@aurorum104-0.aurorum.se) (*.net *.split)
- # [07:41] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [07:41] * Quits: Norrin (~Joe@unaffiliated/norrinradd) (*.net *.split)
- # [07:41] * Quits: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net) (*.net *.split)
- # [07:41] * Quits: rking (~rking@unaffiliated/rking) (*.net *.split)
- # [07:41] * Quits: [Derek] (~D@unaffiliated/derek/x-8562683) (*.net *.split)
- # [07:41] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [07:41] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
- # [07:41] * Quits: levifig (~levifig@spwn.co) (*.net *.split)
- # [07:41] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (*.net *.split)
- # [07:41] * Quits: thcipriani (~tyler@c-71-229-221-2.hsd1.co.comcast.net) (*.net *.split)
- # [07:41] * Quits: sasori (~sasori@cm230.sigma174.maxonline.com.sg) (*.net *.split)
- # [07:41] * Quits: strickly (strickly@186.22.122.84) (*.net *.split)
- # [07:41] * Quits: _c0m (~c0m@ip36-183.seths.se) (*.net *.split)
- # [07:41] * Quits: M1k1 (users.6062@id-6062.hampstead.irccloud.com) (*.net *.split)
- # [07:41] * Quits: jeema (~jima@64.128.82.30) (*.net *.split)
- # [07:41] * Quits: kevva (~kevva@109.74.3.6) (*.net *.split)
- # [07:41] * Quits: gavacho (hassan@phased.us) (*.net *.split)
- # [07:41] * Quits: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01) (*.net *.split)
- # [07:41] * Quits: Huevo (~ownmeheh@c-68-35-88-96.hsd1.nm.comcast.net) (*.net *.split)
- # [07:41] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-wbitqgtvntilwjxw) (*.net *.split)
- # [07:41] * Quits: Conti (~Conti@211.51.27.44) (*.net *.split)
- # [07:41] * Quits: Adawerk (~ada@169.241.49.57) (*.net *.split)
- # [07:41] * Quits: beawesomeinstead (u1643@gateway/web/irccloud.com/x-zjfqkudlzxfrykmr) (*.net *.split)
- # [07:41] * Quits: sjefen6 (~sjefen6@2001:700:c00:200:208:74ff:feb1:de4d) (*.net *.split)
- # [07:41] * Quits: Martijnc (~Martijn@nishino.lvp-media.com) (*.net *.split)
- # [07:41] * Quits: jak (jak@box.jak.io) (*.net *.split)
- # [07:41] * Quits: Jikai (~Jikan@2001:41d0:2:401f::2) (*.net *.split)
- # [07:41] * Quits: bwq (~lolwat@2607:5300:30:1::7811) (*.net *.split)
- # [07:41] * Quits: chayin_ (quassel@nat/nokia/x-lmfjrugouweupsrn) (*.net *.split)
- # [07:42] * Quits: Fabryz (u4038@gateway/web/irccloud.com/x-evhtnahtxcfcinql) (*.net *.split)
- # [07:42] * Quits: mreeder (u4425@gateway/web/irccloud.com/x-habnmqwaukxubbgw) (*.net *.split)
- # [07:42] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-tkrhegvtzyztnyoh) (*.net *.split)
- # [07:42] * Quits: rasmusth (magic@broken.irc.so) (*.net *.split)
- # [07:42] * Quits: astearns (~astearns@192.150.22.5) (*.net *.split)
- # [07:42] * Quits: SlexAxton (~SlexAxton@ve.nvl6zjvg.vesrv.com) (*.net *.split)
- # [07:42] * Quits: qw (~jmarch@184.95.32.50) (*.net *.split)
- # [07:42] * Quits: _dsi (dsi@shell.jails.se) (*.net *.split)
- # [07:42] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [07:42] * Quits: simensen (~simensen@www000.farm001.dflydev.com) (*.net *.split)
- # [07:42] * Quits: Velmont (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [07:42] * Quits: axos411 (~axos@xdsl-78-35-185-137.netcologne.de) (*.net *.split)
- # [07:42] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (*.net *.split)
- # [07:42] * Quits: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net) (*.net *.split)
- # [07:42] * Quits: xinming (~hyy@113.248.92.144) (*.net *.split)
- # [07:42] * Quits: squeakytoy (~squeakyto@h87-96-232-107.dynamic.se.alltele.net) (*.net *.split)
- # [07:42] * Quits: coeus (~coeus@dslb-084-061-007-020.pools.arcor-ip.net) (*.net *.split)
- # [07:42] * Quits: darkc0met (darkcomet@gateway/shell/trekweb.org/x-pphmefcyilerggiu) (*.net *.split)
- # [07:42] * Quits: kirin` (telex@xn--phnix-ibb.net) (*.net *.split)
- # [07:42] * Quits: Fli-c (~c@188.234.152.158) (*.net *.split)
- # [07:42] * Quits: Graister (~graister@212-149-203-36.bb.dnainternet.fi) (*.net *.split)
- # [07:42] * Quits: iserantes (~quassel@192.10.27.77.dynamic.mundo-r.com) (*.net *.split)
- # [07:42] * Quits: ImBcmDth (~Jon@pool-173-63-154-183.nwrknj.fios.verizon.net) (*.net *.split)
- # [07:42] * Quits: loke (~elias@bb115-66-85-121.singnet.com.sg) (*.net *.split)
- # [07:42] * Quits: neersighted (neer@is.a.slave.to.neersighted.com) (*.net *.split)
- # [07:42] * Quits: yosafbridge (~yosafbrid@li125-242.members.linode.com) (*.net *.split)
- # [07:42] * Quits: nuba (~nuba@pauleira.com) (*.net *.split)
- # [07:42] * Quits: chousho (~dramawand@unaffiliated/chousho) (*.net *.split)
- # [07:42] * Quits: PavillonNoir (~Bigorneau@home.patriceblin.com) (*.net *.split)
- # [07:42] * Quits: Hornet- (~Hornet@cpc3-ipsw1-0-0-cust381.7-4.cable.virginmedia.com) (*.net *.split)
- # [07:42] * Quits: smokes2345 (~ident@knology.logicalsi.COM) (*.net *.split)
- # [07:42] * Quits: piezo (~piezo@pdpc/supporter/active/piezo) (*.net *.split)
- # [07:42] * Quits: chrisbuchholz (~cb@li189-30.members.linode.com) (*.net *.split)
- # [07:42] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (*.net *.split)
- # [07:42] * Quits: maZtah (~maztah@unaffiliated/maztah) (*.net *.split)
- # [07:42] * Quits: dman777 (~na@unaffiliated/dman777) (*.net *.split)
- # [07:42] * Quits: nostrum_ (~nostrum@almond.feralhosting.com) (*.net *.split)
- # [07:42] * Quits: chee (chee@fsf/member/chee) (*.net *.split)
- # [07:42] * Quits: grillo (~ninp0@2001:470:d:6ae:346f:1565:80f5:e091) (*.net *.split)
- # [07:42] * Quits: Stoob (~steev@2607:f358:1:fed5:22:0:7937:da8d) (*.net *.split)
- # [07:42] * Quits: timtux (~ove@77.81.242.150) (*.net *.split)
- # [07:42] * Quits: relurk (~relurk@2607:fcd0:1337:c5::7) (*.net *.split)
- # [07:42] * Quits: lasers (~lasers@unaffiliated/lasers) (*.net *.split)
- # [07:42] * Quits: Knudah (Knudah@178.74.52.128) (*.net *.split)
- # [07:42] * Quits: RichieEvan (~RichieEva@c-24-5-69-210.hsd1.ca.comcast.net) (*.net *.split)
- # [07:42] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (*.net *.split)
- # [07:42] * Quits: j_wright (jamesw@ip70-180-205-15.lv.lv.cox.net) (*.net *.split)
- # [07:42] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (*.net *.split)
- # [07:42] * Quits: Armen (~armen@dsl-69-171-154-4.acanac.net) (*.net *.split)
- # [07:42] * Quits: sunbeam (~sunbeam@79.99.2.128) (*.net *.split)
- # [07:42] * Quits: rodr1go (~nix@unaffiliated/rodr1go) (*.net *.split)
- # [07:42] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (*.net *.split)
- # [07:42] * Quits: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker) (*.net *.split)
- # [07:42] * Quits: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [07:42] * Quits: acidjazz (acidjazz@notchill.com) (*.net *.split)
- # [07:42] * Quits: marienz (marienz@freenode/staff/marienz) (*.net *.split)
- # [07:42] * Quits: TheJacquerie (radio23@newelite.bshellz.net) (*.net *.split)
- # [07:42] * Quits: callumacrae (~callumacr@phpbb/website/callumacrae) (*.net *.split)
- # [07:42] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-wboxenzezwuqwhyz) (*.net *.split)
- # [07:42] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-cslpadrfzkjlanhz) (*.net *.split)
- # [07:42] * Quits: JoeK (~Joseph@199.19.224.242) (*.net *.split)
- # [07:42] * Quits: wirehack7_ (freenode@internet.abuser.eu) (*.net *.split)
- # [07:42] * Quits: Sander^home (~sander@20.110.34.95.customer.cdi.no) (*.net *.split)
- # [07:42] * Quits: naquad (~naquad@static.88-198-170-117.clients.your-server.de) (*.net *.split)
- # [07:42] * Quits: oohnoitz (septicore@gateway/shell/xzibition.com/x-jcowrtcqeaurxeku) (*.net *.split)
- # [07:42] * Quits: tra_ (tra@www.restate.fi) (*.net *.split)
- # [07:42] * Quits: peol (~andree@unaffiliated/peol) (*.net *.split)
- # [07:42] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (*.net *.split)
- # [07:42] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (*.net *.split)
- # [07:42] * Quits: Socialery (~socialery@CPE-58-174-233-122.sa.bigpond.net.au) (*.net *.split)
- # [07:42] * Quits: nlogax (~nlogax@unaffiliated/nlogax) (*.net *.split)
- # [07:42] * Quits: inimino (~inimino@oftn/board/inimino) (*.net *.split)
- # [07:42] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (*.net *.split)
- # [07:42] * Quits: dahlfors (johan@fu.dahlfors.net) (*.net *.split)
- # [07:42] * Quits: r126t_ (~ruwin126@120.142.67.254) (*.net *.split)
- # [07:42] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (*.net *.split)
- # [07:42] * Quits: Pomax (~Pomax@d173-183-90-226.bchsia.telus.net) (*.net *.split)
- # [07:42] * Quits: Dev0n_ (~Dev0n@host-2-103-162-181.as13285.net) (*.net *.split)
- # [07:42] * Quits: io__ (u4598@gateway/web/irccloud.com/x-foohxtmrevxbuzhj) (*.net *.split)
- # [07:42] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-akmyqpsfqsrhxxzl) (*.net *.split)
- # [07:42] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-sdhuwddupaykpedq) (*.net *.split)
- # [07:42] * Quits: Phae (u455@gateway/web/irccloud.com/x-vkzosasmiwtptzhm) (*.net *.split)
- # [07:42] * Quits: ChoiZ (~ChoiZ@213.246.52.5) (*.net *.split)
- # [07:42] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
- # [07:42] * Quits: eLenoAr (eLenoAr@you-go.mooo.com) (*.net *.split)
- # [07:42] * Quits: retlehs (~ben@sotf.org) (*.net *.split)
- # [07:42] * Quits: blast_hardcheese (~blast_har@unaffiliated/blast-hardcheese/x-0199635) (Max SendQ exceeded)
- # [07:52] * Joins: marienz (marienz@freenode/staff/marienz)
- # [07:52] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [07:52] * Joins: nuba (~nuba@pauleira.com)
- # [07:52] * Joins: yosafbridge (~yosafbrid@li125-242.members.linode.com)
- # [07:52] * Joins: neersighted (neer@is.a.slave.to.neersighted.com)
- # [07:52] * Joins: ImBcmDth (~Jon@pool-173-63-154-183.nwrknj.fios.verizon.net)
- # [07:52] * Joins: iserantes (~quassel@192.10.27.77.dynamic.mundo-r.com)
- # [07:52] * Joins: loke (~elias@bb115-66-85-121.singnet.com.sg)
- # [07:52] * Joins: Graister (~graister@212-149-203-36.bb.dnainternet.fi)
- # [07:52] * Joins: Fli-c (~c@188.234.152.158)
- # [07:52] * Joins: darkc0met (darkcomet@gateway/shell/trekweb.org/x-pphmefcyilerggiu)
- # [07:52] * Joins: coeus (~coeus@dslb-084-061-007-020.pools.arcor-ip.net)
- # [07:52] * Joins: squeakytoy (~squeakyto@h87-96-232-107.dynamic.se.alltele.net)
- # [07:52] * Joins: xinming (~hyy@113.248.92.144)
- # [07:52] * Joins: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net)
- # [07:52] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [07:52] * Joins: axos411 (~axos@xdsl-78-35-185-137.netcologne.de)
- # [07:52] * Joins: retlehs (~ben@sotf.org)
- # [07:52] * Joins: eLenoAr (eLenoAr@you-go.mooo.com)
- # [07:52] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
- # [07:52] * Joins: ChoiZ (~ChoiZ@213.246.52.5)
- # [07:52] * Joins: Phae (u455@gateway/web/irccloud.com/x-vkzosasmiwtptzhm)
- # [07:52] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-akmyqpsfqsrhxxzl)
- # [07:52] * Joins: io__ (u4598@gateway/web/irccloud.com/x-foohxtmrevxbuzhj)
- # [07:52] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-sdhuwddupaykpedq)
- # [07:52] * Joins: Dev0n_ (~Dev0n@host-2-103-162-181.as13285.net)
- # [07:52] * Joins: Pomax (~Pomax@d173-183-90-226.bchsia.telus.net)
- # [07:52] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [07:52] * Joins: r126t_ (~ruwin126@120.142.67.254)
- # [07:52] * Joins: dahlfors (johan@fu.dahlfors.net)
- # [07:52] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [07:52] * Joins: inimino (~inimino@oftn/board/inimino)
- # [07:52] * Joins: nlogax (~nlogax@unaffiliated/nlogax)
- # [07:52] * Joins: Socialery (~socialery@CPE-58-174-233-122.sa.bigpond.net.au)
- # [07:52] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
- # [07:52] * Joins: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
- # [07:52] * Joins: acidjazz (acidjazz@notchill.com)
- # [07:52] * Joins: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker)
- # [07:52] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
- # [07:52] * Joins: rodr1go (~nix@unaffiliated/rodr1go)
- # [07:52] * Joins: sunbeam (~sunbeam@79.99.2.128)
- # [07:52] * Joins: Armen (~armen@dsl-69-171-154-4.acanac.net)
- # [07:52] * Joins: j_wright (jamesw@ip70-180-205-15.lv.lv.cox.net)
- # [07:52] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
- # [07:52] * Joins: RichieEvan (~RichieEva@c-24-5-69-210.hsd1.ca.comcast.net)
- # [07:52] * Joins: Knudah (Knudah@178.74.52.128)
- # [07:52] * Joins: Jikai (~Jikan@2001:41d0:2:401f::2)
- # [07:52] * Joins: jak (jak@box.jak.io)
- # [07:52] * Joins: Martijnc (~Martijn@nishino.lvp-media.com)
- # [07:52] * Joins: sjefen6 (~sjefen6@2001:700:c00:200:208:74ff:feb1:de4d)
- # [07:52] * Joins: bwq (~lolwat@2607:5300:30:1::7811)
- # [07:52] * Joins: beawesomeinstead (u1643@gateway/web/irccloud.com/x-zjfqkudlzxfrykmr)
- # [07:52] * Joins: Adawerk (~ada@169.241.49.57)
- # [07:52] * Joins: Conti (~Conti@211.51.27.44)
- # [07:52] * Joins: iaincarsberg (u1388@gateway/web/irccloud.com/x-wbitqgtvntilwjxw)
- # [07:52] * Joins: Huevo (~ownmeheh@c-68-35-88-96.hsd1.nm.comcast.net)
- # [07:52] * Joins: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01)
- # [07:52] * Joins: gavacho (hassan@phased.us)
- # [07:52] * Joins: kevva (~kevva@109.74.3.6)
- # [07:52] * Joins: jeema (~jima@64.128.82.30)
- # [07:52] * Joins: M1k1 (users.6062@id-6062.hampstead.irccloud.com)
- # [07:52] * Joins: _c0m (~c0m@ip36-183.seths.se)
- # [07:52] * Joins: sasori (~sasori@cm230.sigma174.maxonline.com.sg)
- # [07:52] * Joins: thcipriani (~tyler@c-71-229-221-2.hsd1.co.comcast.net)
- # [07:52] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [07:52] * Joins: jochen__ (jochen@nat/google/x-raxtpbxwjpxotfub)
- # [07:52] * Joins: daze (~daze@client-212-117-18-111.inturbo.lt)
- # [07:52] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [07:52] * Joins: {DV8} (~Deviate@CPE001b1173fa27-CM0026f396a8ad.cpe.net.cable.rogers.com)
- # [07:52] * Joins: AlbireoX`Laptop (~AlbireoX@99-136-83-34.lightspeed.rcsntx.sbcglobal.net)
- # [07:52] * Joins: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net)
- # [07:52] * Joins: kitallis (~kitallis@122.178.206.235)
- # [07:52] * Joins: Dasleah (~das@ppp121-44-205-161.lns20.syd7.internode.on.net)
- # [07:52] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
- # [07:52] * Joins: whomp_ (~whomp@206.117.103.5)
- # [07:52] * Joins: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt)
- # [07:52] * Joins: mike5w3c (~MikeSmith@s1106192.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [07:52] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
- # [07:52] * Joins: gavin_huang (~gravof@125.116.98.30)
- # [07:52] * Joins: tw2113 (~tw2113@host-247-54-230-24.midco.net)
- # [07:52] * Joins: lasers (~lasers@unaffiliated/lasers)
- # [07:52] * Joins: relurk (~relurk@2607:fcd0:1337:c5::7)
- # [07:52] * Joins: timtux (~ove@77.81.242.150)
- # [07:52] * Joins: grillo (~ninp0@2001:470:d:6ae:346f:1565:80f5:e091)
- # [07:52] * Joins: chee (chee@fsf/member/chee)
- # [07:52] * Joins: nostrum_ (~nostrum@almond.feralhosting.com)
- # [07:52] * Joins: dman777 (~na@unaffiliated/dman777)
- # [07:52] * Joins: maZtah (~maztah@unaffiliated/maztah)
- # [07:52] * Joins: chrisbuchholz (~cb@li189-30.members.linode.com)
- # [07:52] * Joins: piezo (~piezo@pdpc/supporter/active/piezo)
- # [07:52] * Joins: smokes2345 (~ident@knology.logicalsi.COM)
- # [07:52] * Joins: Hornet- (~Hornet@cpc3-ipsw1-0-0-cust381.7-4.cable.virginmedia.com)
- # [07:52] * Joins: PavillonNoir (~Bigorneau@home.patriceblin.com)
- # [07:52] * Joins: chousho (~dramawand@unaffiliated/chousho)
- # [07:52] * Joins: Velmont (odinho@dalvik.ping.uio.no)
- # [07:52] * Joins: simensen (~simensen@www000.farm001.dflydev.com)
- # [07:52] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [07:52] * Joins: _dsi (dsi@shell.jails.se)
- # [07:52] * Joins: qw (~jmarch@184.95.32.50)
- # [07:52] * Joins: SlexAxton (~SlexAxton@ve.nvl6zjvg.vesrv.com)
- # [07:52] * Joins: astearns (~astearns@192.150.22.5)
- # [07:52] * Joins: rasmusth (magic@broken.irc.so)
- # [07:52] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-tkrhegvtzyztnyoh)
- # [07:52] * Joins: mreeder (u4425@gateway/web/irccloud.com/x-habnmqwaukxubbgw)
- # [07:52] * Joins: Fabryz (u4038@gateway/web/irccloud.com/x-evhtnahtxcfcinql)
- # [07:52] * Joins: chayin_ (quassel@nat/nokia/x-lmfjrugouweupsrn)
- # [07:52] * Joins: roger_raymond (~roger_ray@linode.lynch-raymond.com)
- # [07:52] * Joins: hlb (~hlb@li381-115.members.linode.com)
- # [07:52] * Joins: dagobah_ (~dagobah@84.45.53.200)
- # [07:52] * Joins: Famic (famic@hidden.dns.ug)
- # [07:52] * Joins: sirecote (sirecote@64.15.76.9)
- # [07:52] * Joins: symb (~symb@cthulhu.eth4.net)
- # [07:52] * Joins: thcipria1i (~tyler@li430-16.members.linode.com)
- # [07:52] * Joins: kurrent (~kurrent@unaffiliated/kurrent)
- # [07:52] * Joins: levifig (~levifig@spwn.co)
- # [07:52] * Joins: Wesley- (~Wesley@static.43.95.46.78.clients.your-server.de)
- # [07:52] * Joins: Charun (~Charun@unaffiliated/charun)
- # [07:52] * Joins: m0 (~m0@mohamedmansour.com)
- # [07:52] * Joins: jn (~jn@aurorum104-0.aurorum.se)
- # [07:52] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [07:52] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [07:52] * Joins: hober (~ted@unaffiliated/hober)
- # [07:52] * Joins: [Derek] (~D@unaffiliated/derek/x-8562683)
- # [07:52] * Joins: keyvan (~keyvan@unaffiliated/k3yvn)
- # [07:52] * Joins: rking (~rking@unaffiliated/rking)
- # [07:52] * Joins: Validatorian (~Validator@unaffiliated/phazm)
- # [07:52] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
- # [07:52] * Joins: rmill (~rmill@li239-175.members.linode.com)
- # [07:52] * Joins: aQustic (~aQustic@71.188.189.109.customer.cdi.no)
- # [07:52] * Joins: johnkpaul-afk (~johnkpaul@ec2-50-16-100-212.compute-1.amazonaws.com)
- # [07:52] * Joins: qb (~qo@pool-71-179-9-176.bltmmd.fios.verizon.net)
- # [07:52] * Joins: oxy__ (oxy@werket.tlk.fi)
- # [07:52] * Joins: ShooterMG (~shootermg@c-71-236-153-81.hsd1.or.comcast.net)
- # [07:52] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
- # [07:52] * Joins: morficus_ (~morficus@c-98-243-20-125.hsd1.mi.comcast.net)
- # [07:52] * Joins: leonid_ (~leonid@95.211.169.45)
- # [07:52] * Joins: speak (speak@waret.us)
- # [07:52] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
- # [07:52] * Joins: globbot (~logbot@lump.glob.com.au)
- # [07:52] * Joins: hdv (u2376@gateway/web/irccloud.com/x-gnwaijdmffwimtmq)
- # [07:52] * Joins: Dr4g (u3226@gateway/web/irccloud.com/x-ctiuxptjxbecdzdu)
- # [07:52] * Joins: niftylettuce (u2733@gateway/web/irccloud.com/x-tkjlyxraytxwxlli)
- # [07:52] * Joins: BBonifield (~BBonifiel@li107-227.members.linode.com)
- # [07:52] * Joins: Hertz (~Hertz@unaffiliated/hertz)
- # [07:52] * Joins: actel (u48@gateway/web/irccloud.com/x-kwdbpiozimbiahsh)
- # [07:52] * Joins: mariusz (~mariusz@91-237-52-142.greendata.pl)
- # [07:52] * Joins: abstractj|away (~abstractj@redhat/jboss/abstractj)
- # [07:52] * Joins: mbrevda (users.5500@gateway/web/irccloud.com/x-civhdeidtluiscdk)
- # [07:52] * Joins: Xarthok (~Xarthok@5e004736.bb.sky.com)
- # [07:52] * Joins: danielfilho (~danielfil@187.31.77.7)
- # [07:52] * Joins: freakazoid0223 (~matt@pool-71-246-26-142.phlapa.fios.verizon.net)
- # [07:52] * Joins: modernrob (modernrob@crawfordneb.info)
- # [07:52] * Joins: Bwild (~irc@netblock-75-79-22-130.dslextreme.com)
- # [07:52] * Joins: chanakya (darkcomet2@gateway/shell/trekweb.org/x-owqurgehsbquurlk)
- # [07:52] * Joins: obert- (~obert@host207-202-dynamic.47-79-r.retail.telecomitalia.it)
- # [07:52] * Joins: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net)
- # [07:52] * Joins: patcito (~123@190.42.95.224)
- # [07:52] * Joins: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com)
- # [07:52] * Joins: Norrin (~Joe@unaffiliated/norrinradd)
- # [07:52] * Joins: ralphholzmann (~ralphholz@li76-151.members.linode.com)
- # [07:52] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [07:52] * Joins: teear (~teear@80-186-81-142.elisa-mobile.fi)
- # [07:52] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
- # [07:52] * Joins: lilsheep (~lilsheep@108-66-118-36.lightspeed.sndgca.sbcglobal.net)
- # [07:52] * Joins: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk)
- # [07:52] * Joins: Leeol (~Leeol@174-30-8-166.eugn.qwest.net)
- # [07:52] * Joins: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net)
- # [07:52] * Joins: teleject (~christoph@70.116.86.65)
- # [07:52] * Joins: laughnet (~laughnet@212.29.196.121)
- # [07:52] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [07:52] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [07:52] * Joins: kirin` (telex@xn--phnix-ibb.net)
- # [07:52] * Joins: TheJacquerie (radio23@newelite.bshellz.net)
- # [07:52] * Joins: callumacrae (~callumacr@phpbb/website/callumacrae)
- # [07:52] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-wboxenzezwuqwhyz)
- # [07:52] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-cslpadrfzkjlanhz)
- # [07:52] * Joins: JoeK (~Joseph@199.19.224.242)
- # [07:52] * Joins: wirehack7_ (freenode@internet.abuser.eu)
- # [07:52] * Joins: Sander^home (~sander@20.110.34.95.customer.cdi.no)
- # [07:52] * Joins: naquad (~naquad@static.88-198-170-117.clients.your-server.de)
- # [07:52] * Joins: oohnoitz (septicore@gateway/shell/xzibition.com/x-jcowrtcqeaurxeku)
- # [07:52] * Joins: tra_ (tra@www.restate.fi)
- # [07:52] * Joins: peol (~andree@unaffiliated/peol)
- # [07:52] * Quits: kirin` (telex@xn--phnix-ibb.net) (Max SendQ exceeded)
- # [07:52] * Joins: blast_hardcheese (~blast_har@cpe-98-151-31-186.socal.res.rr.com)
- # [07:52] * Joins: kirin`_ (telex@xn--phnix-ibb.net)
- # [07:52] * Quits: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net) (Excess Flood)
- # [07:52] * Quits: tw2113 (~tw2113@host-247-54-230-24.midco.net) (Changing host)
- # [07:52] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [07:52] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
- # [07:53] * Joins: nrcpts (~nrcpts@118.96.80.196)
- # [07:54] * Quits: blast_hardcheese (~blast_har@cpe-98-151-31-186.socal.res.rr.com) (Changing host)
- # [07:54] * Joins: blast_hardcheese (~blast_har@unaffiliated/blast-hardcheese/x-0199635)
- # [07:54] * Joins: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net)
- # [07:56] * Quits: blast_hardcheese (~blast_har@unaffiliated/blast-hardcheese/x-0199635) (Excess Flood)
- # [08:00] * Quits: axos411 (~axos@xdsl-78-35-185-137.netcologne.de) (Ping timeout: 264 seconds)
- # [08:01] * Joins: Stoob (~steev@2607:f358:1:fed5:22:0:7937:da8d)
- # [08:03] * Joins: blast_hardcheese (~blast_har@unaffiliated/blast-hardcheese/x-0199635)
- # [08:08] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [08:20] * Joins: tristanseifert (~tristanse@cpe-72-177-37-13.austin.res.rr.com)
- # [08:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [08:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [08:28] * Joins: CodeDroid_ (~CodeDroid@94.27.109.53)
- # [08:34] * Joins: roadt (~roadt@60.168.81.76)
- # [08:49] * Joins: GhostFreeman (~cameronki@c-24-98-246-138.hsd1.ga.comcast.net)
- # [08:50] * Quits: gavin_huang (~gravof@125.116.98.30) (Quit: Leaving)
- # [08:53] * Joins: gyzmodo (x@89.146.122.77)
- # [08:58] * Quits: Stoob (~steev@2607:f358:1:fed5:22:0:7937:da8d) (Quit: No Ping reply in 180 seconds.)
- # [09:00] * Joins: vidu (u5404@gateway/web/irccloud.com/x-dxivqqnvtbffqjtf)
- # [09:02] * Joins: rehat_ (~rehat@76.91.111.33)
- # [09:03] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 264 seconds)
- # [09:06] * Quits: chousho (~dramawand@unaffiliated/chousho) (Ping timeout: 245 seconds)
- # [09:08] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [09:09] * Joins: N1X (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [09:09] * N1X is now known as Guest9579
- # [09:12] * Quits: rehat_ (~rehat@76.91.111.33) (Remote host closed the connection)
- # [09:13] * Joins: rehat (~rehat@76.91.111.33)
- # [09:13] * Quits: AlbireoX`Laptop (~AlbireoX@99-136-83-34.lightspeed.rcsntx.sbcglobal.net) (Remote host closed the connection)
- # [09:19] * Quits: GhostFreeman (~cameronki@c-24-98-246-138.hsd1.ga.comcast.net) (Ping timeout: 252 seconds)
- # [09:24] * Joins: chousho (~dramawand@unaffiliated/chousho)
- # [09:38] * Quits: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net) (Quit: Computer has gone to sleep.)
- # [09:44] * Joins: crashsky (~quassel@180.174.211.138)
- # [09:49] * Quits: nrcpts (~nrcpts@118.96.80.196) (Remote host closed the connection)
- # [09:54] * Joins: mike5w3c_ (~MikeSmith@s1106078.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [09:55] * Quits: roadt (~roadt@60.168.81.76) (Ping timeout: 260 seconds)
- # [09:57] * Quits: mike5w3c (~MikeSmith@s1106192.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 256 seconds)
- # [09:57] * mike5w3c_ is now known as mike5w3c
- # [09:58] * Joins: dmachi1 (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net)
- # [09:58] * Quits: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [09:58] * Quits: patcito (~123@190.42.95.224) (Read error: Connection reset by peer)
- # [10:08] * Joins: thirdknife (~thirdknif@39.47.128.152)
- # [10:13] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [10:13] * Joins: roadt (~roadt@60.168.81.76)
- # [10:17] * Joins: MCHammel (~mchammer@31-16-3-247-dynip.superkabel.de)
- # [10:17] * Quits: Guest9579 (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [10:20] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
- # [10:23] * Joins: N1X (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [10:23] * N1X is now known as Guest83559
- # [10:23] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Never look down on someone unless you're helping them up.)
- # [10:27] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [10:32] * Joins: BigKing (~BigKing@dslb-146-060-121-184.pools.arcor-ip.net)
- # [10:41] * Joins: nadirvardar (~nadirvard@c-24-23-197-211.hsd1.ca.comcast.net)
- # [10:43] * Joins: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net)
- # [10:45] * Joins: Reite (~chris@cm-84.211.71.25.getinternet.no)
- # [10:49] * Quits: CodeDroid_ (~CodeDroid@94.27.109.53) (Quit: ~ Trillian Astra - www.trillian.im ~)
- # [10:58] * Quits: nadirvardar (~nadirvard@c-24-23-197-211.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
- # [11:00] * Quits: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net) (Quit: Leaving)
- # [11:07] * Joins: saschagehlich (~sascha@p5793101C.dip.t-dialin.net)
- # [11:11] * Quits: laughnet (~laughnet@212.29.196.121) (Ping timeout: 240 seconds)
- # [11:11] * Quits: thirdknife (~thirdknif@39.47.128.152) (Read error: Operation timed out)
- # [11:14] * Joins: drublic (~drublic@frbg-5f733faf.pool.mediaWays.net)
- # [11:18] * Joins: grange (~grange@chello080108165027.2.12.vie.surfer.at)
- # [11:19] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [11:25] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 255 seconds)
- # [11:32] * Quits: MCHammel (~mchammer@31-16-3-247-dynip.superkabel.de) (Remote host closed the connection)
- # [11:34] * Quits: Guest83559 (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [11:34] * Quits: roadt (~roadt@60.168.81.76) (Ping timeout: 260 seconds)
- # [11:37] * Joins: niloy (~niloy@42.105.119.53)
- # [11:40] * kevva is now known as kevvaoff
- # [11:45] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [11:47] * Quits: thcipriani (~tyler@c-71-229-221-2.hsd1.co.comcast.net) (Ping timeout: 248 seconds)
- # [12:02] * Quits: jochen__ (jochen@nat/google/x-raxtpbxwjpxotfub) (Remote host closed the connection)
- # [12:02] * Joins: jochen__ (jochen@nat/google/x-myrfftogeytrgseu)
- # [12:02] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: shepazu)
- # [12:03] * Quits: saschagehlich (~sascha@p5793101C.dip.t-dialin.net) (Quit: saschagehlich)
- # [12:05] * Joins: Ms2ger (~Ms2ger@91.181.39.177)
- # [12:14] * Joins: gavin_huang (~gravof@125.116.98.30)
- # [12:19] * Joins: Stoob (~steev@2607:f358:1:fed5:22:0:7937:da8d)
- # [12:28] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust1981.wolv.cable.virginmedia.com)
- # [12:29] * Quits: crashsky (~quassel@180.174.211.138) (Ping timeout: 260 seconds)
- # [12:30] * Quits: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt) (Remote host closed the connection)
- # [12:31] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
- # [12:38] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [12:38] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [12:39] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [12:39] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [12:39] * Joins: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt)
- # [12:41] * Joins: roadt (~roadt@60.168.81.76)
- # [12:45] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [12:45] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [12:45] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [12:45] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [12:45] * Joins: nrcpts (~nrcpts@180.245.48.58)
- # [12:45] * Joins: crashsky (~quassel@180.174.211.138)
- # [12:46] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [12:47] * Joins: MCHammel (~mchammer@31-16-3-247-dynip.superkabel.de)
- # [12:51] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [12:51] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [12:51] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [12:51] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [12:54] * Quits: crashsky (~quassel@180.174.211.138) (Quit: No Ping reply in 180 seconds.)
- # [12:54] * Joins: crashsky (~quassel@180.174.211.138)
- # [12:56] * Joins: laughnet (~laughnet@212.29.196.121)
- # [12:59] * Quits: roadt (~roadt@60.168.81.76) (Ping timeout: 264 seconds)
- # [13:03] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [13:03] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [13:03] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [13:03] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [13:04] * Quits: xinming (~hyy@113.248.92.144) (Ping timeout: 264 seconds)
- # [13:04] * Joins: xinming (~hyy@113.248.101.125)
- # [13:06] * Quits: chousho (~dramawand@unaffiliated/chousho) (Ping timeout: 272 seconds)
- # [13:07] * Joins: chousho (~dramawand@unaffiliated/chousho)
- # [13:09] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [13:10] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [13:10] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [13:10] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [13:10] * Quits: laughnet (~laughnet@212.29.196.121) (Ping timeout: 248 seconds)
- # [13:11] * Joins: sean` (~seankoole@D97A9B72.cm-3-3c.dynamic.ziggo.nl)
- # [13:12] * Joins: roadt (~roadt@60.168.92.11)
- # [13:15] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 264 seconds)
- # [13:16] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [13:16] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [13:16] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [13:16] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [13:17] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [13:18] * Quits: lilsheep (~lilsheep@108-66-118-36.lightspeed.sndgca.sbcglobal.net) (Ping timeout: 240 seconds)
- # [13:19] * Joins: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de)
- # [13:19] * Joins: newswami (~chatzilla@117.207.164.190)
- # [13:23] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [13:23] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [13:23] * Quits: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de) (Client Quit)
- # [13:23] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [13:23] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [13:23] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [13:23] * Quits: newswami (~chatzilla@117.207.164.190) (Client Quit)
- # [13:24] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Read error: Operation timed out)
- # [13:27] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
- # [13:28] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [13:29] * Quits: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com) (Read error: No route to host)
- # [13:29] * Joins: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com)
- # [13:29] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [13:29] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [13:30] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [13:30] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [13:33] * Quits: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt) (Remote host closed the connection)
- # [13:34] * Quits: DrAwesomeClaws (~DrAwesome@c-71-234-86-254.hsd1.ct.comcast.net) (Remote host closed the connection)
- # [13:35] * Joins: DrAwesomeClaws (~DrAwesome@2002:47ea:56fe:0:b4c8:a6b5:18d4:d195)
- # [13:36] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [13:36] * Joins: beeeviz (~beevi2@p57BD6836.dip0.t-ipconnect.de)
- # [13:36] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [13:36] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [13:36] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [13:37] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [13:37] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
- # [13:39] * Quits: DrAwesomeClaws (~DrAwesome@2002:47ea:56fe:0:b4c8:a6b5:18d4:d195) (Ping timeout: 245 seconds)
- # [13:42] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [13:42] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [13:42] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [13:42] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [13:43] * Quits: kitallis (~kitallis@122.178.206.235) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [13:46] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
- # [13:46] * Joins: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de)
- # [13:49] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [13:49] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [13:49] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [13:49] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [13:49] * Joins: Nabstylez (Nabstylez@c83-255-69-126.bredband.comhem.se)
- # [13:49] * Joins: DrAwesomeClaws (~DrAwesome@c-71-234-86-254.hsd1.ct.comcast.net)
- # [13:55] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [13:55] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [13:55] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [13:55] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [13:57] * Joins: laughnet (~laughnet@212.29.196.121)
- # [13:59] * Quits: crashsky (~quassel@180.174.211.138) (Remote host closed the connection)
- # [14:02] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [14:02] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [14:02] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [14:02] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [14:04] * Joins: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net)
- # [14:08] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Ping timeout: 245 seconds)
- # [14:08] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [14:08] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [14:08] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [14:08] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [14:11] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [14:14] * Joins: thirdknife (~thirdknif@39.47.63.42)
- # [14:15] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [14:15] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [14:15] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [14:15] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [14:18] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 248 seconds)
- # [14:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [14:21] * Joins: SevenMachines (~SevenMach@93.182.139.204)
- # [14:21] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [14:21] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [14:21] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [14:21] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [14:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [14:23] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [14:24] * Joins: aviraldg (~aviraldg@117.200.86.108)
- # [14:28] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [14:28] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [14:28] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [14:28] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [14:30] * Joins: theCole (~cole@cable-158-181-94-2.cust.telecolumbus.net)
- # [14:30] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [14:34] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [14:34] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [14:34] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [14:34] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [14:35] * Quits: nrcpts (~nrcpts@180.245.48.58) (Remote host closed the connection)
- # [14:41] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [14:41] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [14:41] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [14:41] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [14:41] * Quits: theCole (~cole@cable-158-181-94-2.cust.telecolumbus.net) (Quit: theCole)
- # [14:44] * Joins: vennril|away (~vennril@p4FCB0252.dip0.t-ipconnect.de)
- # [14:44] * Quits: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net) (Quit: Leaving)
- # [14:46] * Quits: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de) (Quit: solocio)
- # [14:47] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
- # [14:47] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [14:47] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [14:47] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [14:47] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [14:50] * Quits: SevenMachines (~SevenMach@93.182.139.204) (Ping timeout: 260 seconds)
- # [14:50] * Joins: magellanicloud (~magellani@HSI-KBW-091-089-175-206.hsi2.kabel-badenwuerttemberg.de)
- # [14:52] * Joins: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de)
- # [14:54] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [14:54] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [14:54] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [14:54] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [14:54] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl)
- # [15:00] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [15:00] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [15:00] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [15:00] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [15:02] * Quits: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net) (Ping timeout: 264 seconds)
- # [15:03] * Joins: theCole (~cole@p5795AD24.dip.t-dialin.net)
- # [15:06] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [15:06] * Quits: teear (~teear@80-186-81-142.elisa-mobile.fi) (Ping timeout: 240 seconds)
- # [15:07] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [15:07] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [15:07] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [15:07] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [15:08] * Quits: MCHammel (~mchammer@31-16-3-247-dynip.superkabel.de) (Remote host closed the connection)
- # [15:13] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [15:13] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [15:13] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [15:13] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [15:14] * Quits: DrAwesomeClaws (~DrAwesome@c-71-234-86-254.hsd1.ct.comcast.net) (Remote host closed the connection)
- # [15:14] * Joins: teear (teear@85-156-0-182.elisa-mobile.fi)
- # [15:15] * Joins: DrAwesomeClaws (~DrAwesome@2002:47ea:56fe:0:7d:a172:ba27:7f2b)
- # [15:20] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [15:20] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [15:20] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [15:20] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [15:22] * Joins: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net)
- # [15:22] * Quits: laughnet (~laughnet@212.29.196.121) (Ping timeout: 252 seconds)
- # [15:26] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [15:26] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [15:26] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [15:26] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [15:27] * Joins: tk___ (~quassel@host-72-174-197-168.dur-co.client.bresnan.net)
- # [15:27] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 252 seconds)
- # [15:33] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [15:33] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [15:33] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [15:33] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [15:36] * Quits: DrAwesomeClaws (~DrAwesome@2002:47ea:56fe:0:7d:a172:ba27:7f2b) (Remote host closed the connection)
- # [15:39] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [15:39] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [15:39] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [15:39] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [15:40] * Quits: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [15:40] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
- # [15:42] * Quits: tk___ (~quassel@host-72-174-197-168.dur-co.client.bresnan.net) (Ping timeout: 264 seconds)
- # [15:46] * Joins: paladinn (~paladin@unaffiliated/paladinn)
- # [15:46] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [15:46] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [15:46] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [15:46] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [15:52] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [15:52] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [15:53] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [15:53] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [15:54] * Quits: Dasleah (~das@ppp121-44-205-161.lns20.syd7.internode.on.net) (Quit: Leaving)
- # [15:59] * Quits: thirdknife (~thirdknif@39.47.63.42) (Ping timeout: 245 seconds)
- # [15:59] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [15:59] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [15:59] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [15:59] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [16:02] * Quits: gavin_huang (~gravof@125.116.98.30) (Quit: Leaving)
- # [16:03] * Joins: thirdknife (~thirdknif@39.47.93.4)
- # [16:05] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [16:05] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [16:06] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [16:06] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [16:06] * Joins: saschagehlich (~sascha@p5793101C.dip.t-dialin.net)
- # [16:09] * Joins: DrAwesomeClaws (~DrAwesome@c-71-234-86-254.hsd1.ct.comcast.net)
- # [16:12] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [16:12] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [16:12] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [16:12] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [16:15] * Quits: chanakya (darkcomet2@gateway/shell/trekweb.org/x-owqurgehsbquurlk) (Ping timeout: 240 seconds)
- # [16:17] * Quits: darkc0met (darkcomet@gateway/shell/trekweb.org/x-pphmefcyilerggiu) (Ping timeout: 264 seconds)
- # [16:18] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [16:18] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [16:18] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [16:18] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [16:24] * Quits: thirdknife (~thirdknif@39.47.93.4) (Ping timeout: 260 seconds)
- # [16:25] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [16:25] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [16:25] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [16:25] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [16:27] * kevvaoff is now known as kevva
- # [16:28] * kevva is now known as kevvaoff
- # [16:28] * kevvaoff is now known as kevva
- # [16:29] * Quits: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com) (Read error: Connection reset by peer)
- # [16:30] * Joins: SevenMachines_ (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [16:30] * Joins: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com)
- # [16:30] * abstractj|away is now known as abstractj
- # [16:31] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Ping timeout: 245 seconds)
- # [16:31] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [16:31] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [16:31] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [16:31] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [16:32] * Joins: arkiver (~akshay@122.169.5.66)
- # [16:34] * abstractj is now known as abstractj|away
- # [16:35] <arkiver> How to prevent your page from breaking when zooming in and out ?
- # [16:35] <arkiver> happens on all browsers..
- # [16:36] <arkiver> I am creating a login box with fields inside the box. But on zooming too much the inner fields just spread outside the outer divs.
- # [16:36] <arkiver> I can pastebin the code if necessary
- # [16:37] * abstractj|away is now known as abstractj
- # [16:38] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [16:38] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [16:38] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [16:38] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [16:42] * Joins: CodeDroid_ (~CodeDroid@94.27.109.53)
- # [16:44] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [16:44] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [16:44] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [16:44] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [16:45] * Joins: miketaylr (~miketaylr@CPE000acd1846a0-CM00222dd6824d.cpe.net.cable.rogers.com)
- # [16:50] * Quits: drublic (~drublic@frbg-5f733faf.pool.mediaWays.net) (Remote host closed the connection)
- # [16:51] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [16:51] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [16:51] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [16:51] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [16:53] * Quits: niloy (~niloy@42.105.119.53) (Read error: Connection reset by peer)
- # [16:57] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [16:57] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [16:57] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [16:57] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [16:58] * Joins: strickly (strickly@186.22.122.84)
- # [17:00] * Quits: CodeDroid_ (~CodeDroid@94.27.109.53) (Ping timeout: 260 seconds)
- # [17:03] * Quits: Nabstylez (Nabstylez@c83-255-69-126.bredband.comhem.se) (Ping timeout: 255 seconds)
- # [17:03] * Joins: Nabstylez (Nabstylez@c83-255-69-126.bredband.comhem.se)
- # [17:04] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Read error: Operation timed out)
- # [17:04] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [17:04] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [17:04] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [17:04] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [17:07] * Quits: theCole (~cole@p5795AD24.dip.t-dialin.net) (Quit: theCole)
- # [17:10] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [17:10] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [17:10] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [17:10] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [17:14] * Joins: darkc0met (darkcomet@gateway/shell/trekweb.org/x-twkwxeyjjeyxhntw)
- # [17:17] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [17:17] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [17:17] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [17:17] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [17:22] * Joins: thirdknife (~thirdknif@39.47.93.4)
- # [17:23] * Joins: chanakya (darkcomet2@gateway/shell/trekweb.org/x-wsjyfabxgdjwrxgg)
- # [17:23] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [17:23] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [17:23] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [17:23] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [17:28] * abstractj is now known as abstractj|away
- # [17:29] * Joins: boogyman (~boogy@pdpc/supporter/professional/boogyman)
- # [17:30] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
- # [17:30] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
- # [17:30] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
- # [17:30] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
- # [17:30] * Joins: rickibalboa (~ricki@84.19.108.75)
- # [17:31] * Joins: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net)
- # [17:37] * Joins: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net)
- # [17:38] * Joins: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net)
- # [17:38] * Quits: miketaylr (~miketaylr@CPE000acd1846a0-CM00222dd6824d.cpe.net.cable.rogers.com) (Quit: Leaving...)
- # [17:39] * Quits: sean` (~seankoole@D97A9B72.cm-3-3c.dynamic.ziggo.nl) (Quit: Ik ga weg)
- # [17:44] * Joins: zirman (~zirman@pdpc/supporter/active/zirman)
- # [17:47] * Joins: polyurethane (~sara_@unaffiliated/polyurethane)
- # [17:49] * Quits: thirdknife (~thirdknif@39.47.93.4) (Remote host closed the connection)
- # [17:51] * Joins: thirdknife (~thirdknif@39.47.93.4)
- # [17:53] * Quits: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com) (Remote host closed the connection)
- # [17:56] * Joins: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com)
- # [17:58] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [18:02] * Joins: miketaylr (~miketaylr@CPE000acd1846a0-CM00222dd6824d.cpe.net.cable.rogers.com)
- # [18:05] * Quits: SevenMachines_ (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Quit: Ex-Chat)
- # [18:08] * Joins: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net)
- # [18:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [18:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [18:28] * Joins: debsan (~debsan@190.245.74.16)
- # [18:30] * Quits: thirdknife (~thirdknif@39.47.93.4) (Quit: Leaving)
- # [18:31] * Norrin is now known as NorrinRadd
- # [18:32] * Joins: theCole (~cole@cable-158-181-94-2.cust.telecolumbus.net)
- # [18:44] * Joins: scorn (~scorn@90-230-91-195-no148.tbcn.telia.com)
- # [18:45] * Joins: thirdknife (~thirdknif@39.47.93.4)
- # [18:48] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [18:48] * Quits: miketaylr (~miketaylr@CPE000acd1846a0-CM00222dd6824d.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
- # [18:50] * Quits: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com) (Read error: No route to host)
- # [18:50] * Joins: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com)
- # [18:55] * NorrinRadd is now known as Norrin
- # [18:56] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
- # [18:57] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
- # [18:57] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
- # [18:58] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
- # [18:59] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
- # [18:59] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
- # [19:00] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
- # [19:01] * Joins: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net)
- # [19:01] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
- # [19:01] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
- # [19:02] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
- # [19:04] * Quits: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
- # [19:04] * Joins: tk___ (~quassel@host-72-174-197-168.dur-co.client.bresnan.net)
- # [19:04] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [19:04] * Joins: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk)
- # [19:04] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
- # [19:05] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
- # [19:06] * Quits: dmachi1 (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net) (Quit: Leaving.)
- # [19:06] * Joins: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net)
- # [19:06] * Joins: N1X (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [19:06] * Quits: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [19:07] * N1X is now known as Guest52157
- # [19:11] * Quits: xinming (~hyy@113.248.101.125) (Ping timeout: 252 seconds)
- # [19:12] * Joins: xinming (~hyy@125.82.200.79)
- # [19:14] * Quits: Guest52157 (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [19:14] * Joins: cheesyquaver (~PLUR@unaffiliated/plur)
- # [19:17] * Joins: koggdal (~koggdal@host-95-199-151-9.mobileonline.telia.com)
- # [19:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [19:21] * Quits: polyurethane (~sara_@unaffiliated/polyurethane) (Read error: Connection reset by peer)
- # [19:21] * Quits: thirdknife (~thirdknif@39.47.93.4) (Ping timeout: 248 seconds)
- # [19:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [19:22] * Quits: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de) (Quit: solocio)
- # [19:22] * Quits: rickibalboa (~ricki@84.19.108.75) (Quit: Leaving)
- # [19:22] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
- # [19:23] * Joins: polyurethane (~sara_@178.236.112.107)
- # [19:23] * Quits: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net) (Remote host closed the connection)
- # [19:24] * Joins: drublic (~drublic@frbg-5f733faf.pool.mediaWays.net)
- # [19:30] * Quits: scorn (~scorn@90-230-91-195-no148.tbcn.telia.com) (Quit: Ex-Chat)
- # [19:31] * Quits: asher^ (asher@unaffiliated/asher/x-9381395)
- # [19:31] * Joins: patcito (~123@190.43.56.214)
- # [19:32] * Quits: sasori (~sasori@cm230.sigma174.maxonline.com.sg) (Ping timeout: 248 seconds)
- # [19:33] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 252 seconds)
- # [19:35] * Quits: rehat (~rehat@76.91.111.33) (Remote host closed the connection)
- # [19:38] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [19:54] * Joins: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net)
- # [19:56] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [19:58] * Quits: aviraldg (~aviraldg@117.200.86.108) (Ping timeout: 248 seconds)
- # [20:02] * Joins: rehat (~rehat@ip-64-134-233-101.public.wayport.net)
- # [20:12] * Joins: aviraldg (~aviraldg@117.200.84.72)
- # [20:13] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Going!)
- # [20:16] * Joins: Z33K|Lux (~highoh@c-67-171-35-186.hsd1.wa.comcast.net)
- # [20:18] * Joins: snearch (~snearch@f053009037.adsl.alicedsl.de)
- # [20:20] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [20:20] * Joins: shepazu (~shepazu@65-122-15-169.dia.static.qwest.net)
- # [20:22] * Quits: zirman (~zirman@pdpc/supporter/active/zirman) (Quit: zirman)
- # [20:27] * Joins: Rochefort (~rochefort@78.179.124.197)
- # [20:30] * Quits: arkiver (~akshay@122.169.5.66) (Quit: Leaving)
- # [20:31] * Quits: Rochefort (~rochefort@78.179.124.197) (Remote host closed the connection)
- # [20:33] * Quits: danielfilho (~danielfil@187.31.77.7) (Read error: Connection reset by peer)
- # [20:33] * Joins: danielfilho (~danielfil@2804:13c:2:c117:f58d:8cc6:6049:f765)
- # [20:33] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 260 seconds)
- # [20:40] * Joins: miketaylr (~miketaylr@209.226.201.250)
- # [20:46] * Quits: PavillonNoir (~Bigorneau@home.patriceblin.com) (Remote host closed the connection)
- # [20:50] * Joins: AlbireoX`Laptop (~AlbireoX@99-136-83-34.lightspeed.rcsntx.sbcglobal.net)
- # [20:50] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [20:55] * Joins: thirdknife (~thirdknif@39.47.93.4)
- # [20:56] * Quits: aviraldg (~aviraldg@117.200.84.72) (Quit: Leaving)
- # [20:58] * Quits: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net) (Quit: Computer has gone to sleep.)
- # [21:12] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [21:20] * johnkpaul-afk is now known as johnkpaul
- # [21:26] * Joins: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net)
- # [21:26] * Hornet- is now known as Hornet
- # [21:27] * Joins: Rochefort (~rochefort@95.14.113.205)
- # [21:27] * Quits: Rochefort (~rochefort@95.14.113.205) (Remote host closed the connection)
- # [21:31] * Quits: tristanseifert (~tristanse@cpe-72-177-37-13.austin.res.rr.com) (Ping timeout: 248 seconds)
- # [21:32] * Joins: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
- # [21:32] * Joins: tristanseifert (~tristanse@cpe-72-177-37-13.austin.res.rr.com)
- # [21:33] * Quits: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Client Quit)
- # [21:49] * Quits: BigKing (~BigKing@dslb-146-060-121-184.pools.arcor-ip.net) (Ping timeout: 260 seconds)
- # [21:49] * Quits: thirdknife (~thirdknif@39.47.93.4) (Quit: Leaving)
- # [21:50] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
- # [21:50] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
- # [21:52] * Joins: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net)
- # [21:53] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
- # [21:53] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
- # [21:55] * Joins: BigKing (~BigKing@dslb-146-060-121-184.pools.arcor-ip.net)
- # [21:58] * Joins: manuchill (~mstalfoor@546AF501.cm-12-3d.dynamic.ziggo.nl)
- # [21:58] * Quits: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [21:58] * Joins: dmachi1 (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net)
- # [22:03] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
- # [22:03] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
- # [22:06] * Quits: roadt (~roadt@60.168.92.11) (Ping timeout: 245 seconds)
- # [22:08] * Quits: miketaylr (~miketaylr@209.226.201.250) (Quit: Leaving...)
- # [22:11] * Quits: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [22:11] * abstractj|away is now known as abstractj
- # [22:12] <grantg> god damn mobile safari is slower than IE8...
- # [22:12] * abstractj is now known as abstractj|away
- # [22:12] <grantg> :(
- # [22:12] * Joins: Criztian (~criztian@host152-220-dynamic.7-87-r.retail.telecomitalia.it)
- # [22:12] <grantg> nitro feels slower than IE8's js engine
- # [22:13] * Quits: snearch (~snearch@f053009037.adsl.alicedsl.de) (Quit: Verlassend)
- # [22:13] * Quits: tristanseifert (~tristanse@cpe-72-177-37-13.austin.res.rr.com) (Quit: Insert quarter and press 1 for quit message.)
- # [22:13] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
- # [22:13] * Quits: shepazu (~shepazu@65-122-15-169.dia.static.qwest.net) (Quit: shepazu)
- # [22:14] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
- # [22:14] * kevva is now known as kevvaoff
- # [22:14] * Joins: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net)
- # [22:15] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
- # [22:15] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
- # [22:16] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
- # [22:16] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
- # [22:17] * Joins: tristanseifert (~tristanse@cpe-72-177-37-13.austin.res.rr.com)
- # [22:17] * Quits: dmachi1 (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net) (Ping timeout: 255 seconds)
- # [22:18] * Quits: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net)
- # [22:18] * Joins: dmachi (~dmachi@pool-71-254-75-47.ronkva.east.verizon.net)
- # [22:22] * Quits: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net) (Ping timeout: 255 seconds)
- # [22:22] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
- # [22:22] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [22:22] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
- # [22:22] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (Read error: Operation timed out)
- # [22:25] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [22:26] * Quits: dmachi (~dmachi@pool-71-254-75-47.ronkva.east.verizon.net) (Ping timeout: 260 seconds)
- # [22:27] * Joins: dmachi (~dmachi@pool-71-254-71-230.ronkva.east.verizon.net)
- # [22:27] * Quits: patcito (~123@190.43.56.214) (Read error: Connection reset by peer)
- # [22:28] * Joins: patcito (~123@190.43.56.214)
- # [22:29] * Quits: polyurethane (~sara_@178.236.112.107) (Changing host)
- # [22:29] * Joins: polyurethane (~sara_@unaffiliated/polyurethane)
- # [22:30] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
- # [22:31] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
- # [22:32] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [22:33] * Quits: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [22:34] * Joins: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net)
- # [22:38] * Parts: ordinaryman09 (~RichardPC@cpe-75-85-50-188.socal.res.rr.com)
- # [22:39] * Quits: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net) (Quit: Computer has gone to sleep.)
- # [22:49] * Joins: Dasleah (~das@ppp121-44-51-104.lns20.syd6.internode.on.net)
- # [22:50] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 248 seconds)
- # [22:50] * Quits: paladinn (~paladin@unaffiliated/paladinn) (Quit: HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!)
- # [22:51] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [22:54] * Joins: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net)
- # [23:01] * Quits: Ms2ger (~Ms2ger@91.181.39.177) (Quit: nn)
- # [23:05] * Joins: niloy (~niloy@42.104.99.7)
- # [23:08] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
- # [23:13] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [23:13] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Ping timeout: 245 seconds)
- # [23:16] * Quits: gyzmodo (x@89.146.122.77)
- # [23:16] * Quits: rehat (~rehat@ip-64-134-233-101.public.wayport.net) (Remote host closed the connection)
- # [23:18] * Joins: grange|blubb (~grange@chello080108165027.2.12.vie.surfer.at)
- # [23:20] * Quits: grange (~grange@chello080108165027.2.12.vie.surfer.at) (Ping timeout: 255 seconds)
- # [23:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [23:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [23:26] * Quits: manuchill (~mstalfoor@546AF501.cm-12-3d.dynamic.ziggo.nl) (Quit: kthxbai)
- # [23:28] * Joins: cloudpopup (~squeakyto@h87-96-232-107.dynamic.se.alltele.net)
- # [23:33] * Quits: BigKing (~BigKing@dslb-146-060-121-184.pools.arcor-ip.net) (Remote host closed the connection)
- # [23:38] * Joins: GhostFreeman (~cameronki@67.218.172.11)
- # [23:41] * Quits: squeakytoy (~squeakyto@h87-96-232-107.dynamic.se.alltele.net) (Quit: Leaving)
- # [23:41] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [23:44] * Quits: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net) (Quit: idling out)
- # [23:46] * Joins: lilsheep (~lilsheep@108-66-118-36.lightspeed.sndgca.sbcglobal.net)
- # [23:51] * Joins: nonge (~nonge@p508295D7.dip.t-dialin.net)
- # [23:53] * Joins: pn0 (~pn0@95-31-214-222.broadband.corbina.ru)
- # [23:53] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 240 seconds)
- # [23:55] * Quits: niloy (~niloy@42.104.99.7) (Read error: Connection reset by peer)
- # [23:56] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
- # [23:56] * Joins: imsky (~imsky@c-71-194-152-46.hsd1.in.comcast.net)
- # Session Close: Mon Jul 23 00:00:00 2012
The end :)