/irc-logs / freenode / #html5 / 2012-07-22 / end

Options:

  1. # Session Start: Sun Jul 22 00:00:00 2012
  2. # Session Ident: #html5
  3. # [00:03] * Joins: tomlane (~laney@5e0c033e.bb.sky.com)
  4. # [00:05] * Joins: r0tha (~r0tha@c-67-188-167-103.hsd1.ca.comcast.net)
  5. # [00:06] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  6. # [00:09] * Quits: BigKing (~BigKing@dslb-088-077-160-006.pools.arcor-ip.net) (Remote host closed the connection)
  7. # [00:12] * Joins: teleject (~christoph@70.116.86.65)
  8. # [00:16] * Quits: rehat (~rehat@ip-64-134-233-101.public.wayport.net) (Remote host closed the connection)
  9. # [00:20] * Quits: koggdal (~koggdal@host-95-199-200-55.mobileonline.telia.com) (Quit: koggdal)
  10. # [00:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
  11. # [00:21] * Quits: tantek (~tantek@206-80-17-29.static.twtelecom.net) (Quit: tantek)
  12. # [00:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
  13. # [00:30] * Quits: tomlane (~laney@5e0c033e.bb.sky.com) (Remote host closed the connection)
  14. # [00:32] * Joins: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net)
  15. # [00:33] * Joins: lilsheep (~lilsheep@108-66-118-36.lightspeed.sndgca.sbcglobal.net)
  16. # [00:45] * Joins: m1chael (~michael@ip68-9-70-20.ri.ri.cox.net)
  17. # [00:46] * Joins: hacfi (~hacfi@dslb-188-104-133-035.pools.arcor-ip.net)
  18. # [00:50] <m1chael> anyone know about ogg streaming?
  19. # [00:54] * Quits: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net) (Remote host closed the connection)
  20. # [01:01] * Quits: r0tha (~r0tha@c-67-188-167-103.hsd1.ca.comcast.net) (Remote host closed the connection)
  21. # [01:03] * Joins: tantek (~tantek@206-80-17-29.static.twtelecom.net)
  22. # [01:03] * Joins: r0tha (~r0tha@c-67-188-167-103.hsd1.ca.comcast.net)
  23. # [01:08] * Parts: hacfi (~hacfi@dslb-188-104-133-035.pools.arcor-ip.net) ("Linkinus - http://linkinus.com")
  24. # [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
  25. # [01:12] * Quits: Reite (~chris@cm-84.211.71.25.getinternet.no) (Ping timeout: 264 seconds)
  26. # [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])
  27. # [01:17] * Parts: roowilliams (~Roo@5e050ec5.bb.sky.com)
  28. # [01:17] * Quits: saschagehlich (~sascha@p5793101C.dip.t-dialin.net) (Quit: saschagehlich)
  29. # [01:21] * Quits: tantek (~tantek@206-80-17-29.static.twtelecom.net) (Quit: tantek)
  30. # [01:24] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Read error: Operation timed out)
  31. # [01:31] * Joins: tantek (~tantek@206-80-17-29.static.twtelecom.net)
  32. # [01:32] * Quits: m1chael (~michael@ip68-9-70-20.ri.ri.cox.net) (Ping timeout: 240 seconds)
  33. # [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
  34. # [01:36] <austincheney> there is no reason accessibility should ever be challenging
  35. # [01:36] <tantek> austincheney - indeed - it is quite ironic that accessibility itself is not very accessible.
  36. # [01:37] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
  37. # [01:37] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
  38. # [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
  39. # [01:37] <austincheney> there is a simple structural rule that guides this simplicity
  40. # [01:38] <austincheney> http://stackoverflow.com/a/9808133/1180508
  41. # [01:39] <austincheney> in the past HTML has failed in this regard because it does not understand the definitions of its own internal structure
  42. # [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
  43. # [01:41] <austincheney> a contraditory classification
  44. # [01:41] * kevvaoff is now known as kevva
  45. # [01:41] <austincheney> contradiction aside... it is wrong anyways because it fails to describe the relationship between elements
  46. # [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
  47. # [01:42] * kevva is now known as kevvaoff
  48. # [01:42] <austincheney> so there is something different about the structure of that element
  49. # [01:42] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
  50. # [01:43] <austincheney> but because there are only two levels of classification for structure in HTML, this difference is outside description
  51. # [01:43] <austincheney> and that is wrong, because this difference is necessary
  52. # [01:44] <austincheney> a two level classification is then insufficient, and this insufficience is what allows accessibility to fail
  53. # [01:46] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
  54. # [01:52] * Joins: rehat (~rehat@cpe-67-49-5-52.socal.res.rr.com)
  55. # [01:52] * Quits: rehat (~rehat@cpe-67-49-5-52.socal.res.rr.com) (Remote host closed the connection)
  56. # [01:55] * Joins: norbert_ (~norbert@82-170-113-123.ip.telfort.nl)
  57. # [01:55] * Quits: r0tha (~r0tha@c-67-188-167-103.hsd1.ca.comcast.net) (Remote host closed the connection)
  58. # [01:56] <norbert_> does anyone here know whether W3C's canvas and WHATWG's canvas are similar?
  59. # [01:58] * Joins: Socii (~socialery@CPE-58-174-233-122.sa.bigpond.net.au)
  60. # [01:59] * Quits: Socialery (~socialery@CPE-58-174-233-122.sa.bigpond.net.au) (Ping timeout: 252 seconds)
  61. # [02:00] * Socii is now known as Socialery
  62. # [02:03] * johnkpaul-afk is now known as johnkpaul
  63. # [02:09] * Joins: sasori (~sasori@cm230.sigma174.maxonline.com.sg)
  64. # [02:10] * Quits: tantek (~tantek@206-80-17-29.static.twtelecom.net) (Quit: tantek)
  65. # [02:17] * johnkpaul is now known as johnkpaul-afk
  66. # [02:20] * Quits: debsan (~debsan@190.245.74.16) (Remote host closed the connection)
  67. # [02:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
  68. # [02:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
  69. # [02:23] * Joins: tantek (~tantek@206-80-17-29.static.twtelecom.net)
  70. # [02:23] * Quits: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net) (Remote host closed the connection)
  71. # [02:24] * Joins: fatmandown (~fatmandow@ool-457e7f5c.dyn.optonline.net)
  72. # [02:25] * Joins: gavin_huang (~gravof@125.116.98.30)
  73. # [02:31] * Joins: chousho (~dramawand@unaffiliated/chousho)
  74. # [02:33] * Joins: mime (~chatzilla@14.72.195.77.rev.sfr.net)
  75. # [02:33] * Quits: cuppsy (~mtc@99-144-132-79.lightspeed.miamfl.sbcglobal.net) (Ping timeout: 276 seconds)
  76. # [02:36] * Joins: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
  77. # [02:37] * Quits: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  78. # [02:37] * Joins: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk)
  79. # [02:41] * Quits: meoblast001 (~meoblast@dynamic-acs-24-101-148-112.zoominternet.net) (Read error: No route to host)
  80. # [02:44] * Quits: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  81. # [02:44] * Joins: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk)
  82. # [02:46] * Joins: whomp_ (~whomp@206.117.103.5)
  83. # [03:00] * Joins: Leeol (~Leeol@174-30-8-166.eugn.qwest.net)
  84. # [03:03] * Quits: Leeol2 (~Leeol@71-210-3-10.eugn.qwest.net) (Ping timeout: 264 seconds)
  85. # [03:05] * Quits: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Remote host closed the connection)
  86. # [03:06] * Quits: tantek (~tantek@206-80-17-29.static.twtelecom.net) (Quit: tantek)
  87. # [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/)
  88. # [03:09] * Joins: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net)
  89. # [03:10] * Quits: axos411 (~axos@xdsl-84-44-209-165.netcologne.de) (Quit: Leaving.)
  90. # [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 ))
  91. # [03:15] * Quits: Crumbz (~Crumbz@host-89-241-72-39.as13285.net) (Quit: Leaving)
  92. # [03:22] * Vennril is now known as vennril|away
  93. # [03:23] * Joins: mime_ (~chatzilla@74.125.122.49)
  94. # [03:25] * Quits: mime (~chatzilla@14.72.195.77.rev.sfr.net) (Ping timeout: 264 seconds)
  95. # [03:25] * mime_ is now known as mime
  96. # [03:25] * Joins: ghanima (~ghanima@163.192.21.72)
  97. # [03:29] * Quits: mime (~chatzilla@74.125.122.49) (Ping timeout: 248 seconds)
  98. # [03:31] * Joins: thcipriani (~tyler@c-71-229-221-2.hsd1.co.comcast.net)
  99. # [03:33] * Joins: CodeDroid_ (~CodeDroid@94.27.109.53)
  100. # [03:36] * Quits: gavin_huang (~gravof@125.116.98.30) (Quit: Leaving)
  101. # [03:36] * Quits: vennril|away (~vennril@p4FCB0AE8.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
  102. # [03:36] * Quits: norbert_ (~norbert@82-170-113-123.ip.telfort.nl) (Quit: Leaving)
  103. # [03:38] * Quits: ghanima (~ghanima@163.192.21.72) (Ping timeout: 260 seconds)
  104. # [03:41] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Nice Scotty, now beam my clothes up too!)
  105. # [03:46] * Quits: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt) (Read error: Connection reset by peer)
  106. # [03:46] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 264 seconds)
  107. # [03:47] * Joins: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt)
  108. # [03:48] * Joins: martisj (~martisj@14-201-64-38.static.tpgi.com.au)
  109. # [03:51] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
  110. # [03:53] * Joins: ghanima (~ghanima@163.192.12.1)
  111. # [03:53] * Joins: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net)
  112. # [03:59] <martisj> morning
  113. # [04:00] <grantg> night
  114. # [04:02] * Joins: tantek (~tantek@206-80-17-29.static.twtelecom.net)
  115. # [04:04] * Quits: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net) (Remote host closed the connection)
  116. # [04:12] * Quits: tantek (~tantek@206-80-17-29.static.twtelecom.net) (Quit: tantek)
  117. # [04:16] * Quits: CodeDroid_ (~CodeDroid@94.27.109.53) (Quit: ~ Trillian Astra - www.trillian.im ~)
  118. # [04:18] * Joins: CodeDroid_ (~CodeDroid@94.27.109.53)
  119. # [04:18] * Joins: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
  120. # [04:20] * Quits: teleject (~christoph@70.116.86.65) (Ping timeout: 255 seconds)
  121. # [04:21] * Quits: CodeDroid_ (~CodeDroid@94.27.109.53) (Client Quit)
  122. # [04:24] * Joins: JonEdney (~JonEdney@unaffiliated/jonedney)
  123. # [04:24] * Quits: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Remote host closed the connection)
  124. # [04:36] * Quits: ghanima (~ghanima@163.192.12.1) (Ping timeout: 260 seconds)
  125. # [04:38] * Quits: TheJacquerie (radio23@newelite.bshellz.net) (Remote host closed the connection)
  126. # [04:41] * Joins: CodeDroid_ (~CodeDroid@94.27.109.53)
  127. # [04:43] * Quits: CodeDroid_ (~CodeDroid@94.27.109.53) (Client Quit)
  128. # [04:44] * Joins: TheJacquerie (radio23@newelite.bshellz.net)
  129. # [04:46] * Joins: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net)
  130. # [04:51] * Quits: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net) (Quit: ChatZilla 0.9.88.2 [Firefox 15.0/20120717110313])
  131. # [04:53] * Joins: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
  132. # [04:54] * Joins: ghanima (~ghanima@163.192.21.72)
  133. # [04:57] * Joins: miketaylr (~miketaylr@CPE0018e7cac912-CM78cd8e5bb3f5.cpe.net.cable.rogers.com)
  134. # [05:00] * Quits: wbednarski (~wbednarsk@scoutsretie.be) (Remote host closed the connection)
  135. # [05:03] * Quits: martisj (~martisj@14-201-64-38.static.tpgi.com.au) (Read error: Connection reset by peer)
  136. # [05:03] * Joins: martisj (~martisj@14-201-64-38.static.tpgi.com.au)
  137. # [05:04] * Joins: crashsky (~quassel@180.174.211.138)
  138. # [05:08] * Quits: martisj (~martisj@14-201-64-38.static.tpgi.com.au) (Remote host closed the connection)
  139. # [05:09] * Joins: carlos_antonio (~benway@173.230.152.21)
  140. # [05:09] * Quits: carlos_antonio (~benway@173.230.152.21) (Changing host)
  141. # [05:09] * Joins: carlos_antonio (~benway@unaffiliated/disusered)
  142. # [05:09] * Joins: jacobolu_ (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
  143. # [05:09] * Quits: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Read error: Connection reset by peer)
  144. # [05:09] * Joins: roadt (~roadt@60.168.81.76)
  145. # [05:10] * Quits: JonEdney (~JonEdney@unaffiliated/jonedney)
  146. # [05:16] * Joins: mike5w3c_ (~MikeSmith@s1106192.xgsspn.imtp.tachikawa.spmode.ne.jp)
  147. # [05:18] * Quits: dmachi1 (~dmachi@pool-72-66-198-190.ronkva.east.verizon.net) (Ping timeout: 255 seconds)
  148. # [05:19] * Quits: mike5w3c (~MikeSmith@s1106103.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 248 seconds)
  149. # [05:19] * mike5w3c_ is now known as mike5w3c
  150. # [05:19] * Joins: nrcpts (~nrcpts@118.96.80.196)
  151. # [05:22] * Quits: crashsky (~quassel@180.174.211.138) (Quit: No Ping reply in 180 seconds.)
  152. # [05:22] * Joins: crashsky (~quassel@180.174.211.138)
  153. # [05:25] * Joins: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net)
  154. # [05:28] * Quits: jgoss (~jgoss@unaffiliated/jgoss) (Remote host closed the connection)
  155. # [05:31] * Quits: crashsky (~quassel@180.174.211.138) (Quit: No Ping reply in 180 seconds.)
  156. # [05:31] * Quits: jacobolu_ (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Remote host closed the connection)
  157. # [05:31] * Joins: crashsky (~quassel@180.174.211.138)
  158. # [05:34] * Joins: dev_ryan70 (~dev_ryan7@c-71-57-100-73.hsd1.in.comcast.net)
  159. # [05:34] * Quits: pn0 (~pn0@95-31-214-222.broadband.corbina.ru) (Quit: pn0)
  160. # [05:37] * Quits: dev_ryan70 (~dev_ryan7@c-71-57-100-73.hsd1.in.comcast.net) (Remote host closed the connection)
  161. # [05:45] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
  162. # [05:56] * Quits: carlos_antonio (~benway@unaffiliated/disusered) (Quit: leaving)
  163. # [06:03] * Joins: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net)
  164. # [06:04] * Quits: tk__ (~quassel@host-72-174-197-168.dur-co.client.bresnan.net) (Ping timeout: 264 seconds)
  165. # [06:08] * Quits: nrcpts (~nrcpts@118.96.80.196) (Read error: Connection reset by peer)
  166. # [06:08] * Joins: axos411 (~axos@xdsl-78-35-185-137.netcologne.de)
  167. # [06:09] * Quits: ghanima (~ghanima@163.192.21.72) (Quit: Leaving)
  168. # [06:16] * Quits: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net) (Remote host closed the connection)
  169. # [06:22] * Quits: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net) (Ping timeout: 260 seconds)
  170. # [06:24] * Joins: teleject (~christoph@70.116.86.65)
  171. # [06:25] * Quits: crashsky (~quassel@180.174.211.138) (Ping timeout: 264 seconds)
  172. # [06:27] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  173. # [06:27] * Quits: roadt (~roadt@60.168.81.76) (Ping timeout: 260 seconds)
  174. # [06:35] * Joins: asher^ (asher@101.166.147.73)
  175. # [06:35] * Quits: asher^ (asher@101.166.147.73) (Changing host)
  176. # [06:35] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
  177. # [06:36] * kevvaoff is now known as kevva
  178. # [06:39] * Quits: miketaylr (~miketaylr@CPE0018e7cac912-CM78cd8e5bb3f5.cpe.net.cable.rogers.com) (Quit: Leaving...)
  179. # [06:39] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
  180. # [06:44] * Joins: laughnet (~laughnet@212.29.196.121)
  181. # [06:50] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds)
  182. # [06:52] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
  183. # [06:54] * Joins: rehat (~rehat@2002:4331:534:0:3cb6:ccad:3c91:9979)
  184. # [06:55] * Joins: gavin_huang (~gravof@125.116.98.30)
  185. # [06:57] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Ping timeout: 260 seconds)
  186. # [07:03] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
  187. # [07:08] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
  188. # [07:11] * Quits: rehat (~rehat@2002:4331:534:0:3cb6:ccad:3c91:9979) (Remote host closed the connection)
  189. # [07:12] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
  190. # [07:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
  191. # [07:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
  192. # [07:24] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
  193. # [07:30] * Quits: GhostFreeman (~cameronki@c-24-126-240-124.hsd1.ga.comcast.net) (Ping timeout: 240 seconds)
  194. # [07:41] * Quits: gavin_huang (~gravof@125.116.98.30) (*.net *.split)
  195. # [07:41] * Quits: asher^ (asher@unaffiliated/asher/x-9381395) (*.net *.split)
  196. # [07:41] * Quits: mike5w3c (~MikeSmith@s1106192.xgsspn.imtp.tachikawa.spmode.ne.jp) (*.net *.split)
  197. # [07:41] * Quits: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt) (*.net *.split)
  198. # [07:41] * Quits: whomp_ (~whomp@206.117.103.5) (*.net *.split)
  199. # [07:41] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (*.net *.split)
  200. # [07:41] * Quits: Dasleah (~das@ppp121-44-205-161.lns20.syd7.internode.on.net) (*.net *.split)
  201. # [07:41] * Quits: kitallis (~kitallis@122.178.206.235) (*.net *.split)
  202. # [07:41] * Quits: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net) (*.net *.split)
  203. # [07:41] * Quits: AlbireoX`Laptop (~AlbireoX@99-136-83-34.lightspeed.rcsntx.sbcglobal.net) (*.net *.split)
  204. # [07:41] * Quits: nonge (~nonge@p5082923F.dip.t-dialin.net) (*.net *.split)
  205. # [07:41] * Quits: {DV8} (~Deviate@CPE001b1173fa27-CM0026f396a8ad.cpe.net.cable.rogers.com) (*.net *.split)
  206. # [07:41] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
  207. # [07:41] * Quits: daze (~daze@client-212-117-18-111.inturbo.lt) (*.net *.split)
  208. # [07:41] * Quits: jochen__ (jochen@nat/google/x-raxtpbxwjpxotfub) (*.net *.split)
  209. # [07:41] * Quits: ralphholzmann (~ralphholz@li76-151.members.linode.com) (*.net *.split)
  210. # [07:41] * Quits: qb (~qo@pool-71-179-9-176.bltmmd.fios.verizon.net) (*.net *.split)
  211. # [07:41] * Quits: oxy__ (oxy@werket.tlk.fi) (*.net *.split)
  212. # [07:41] * Quits: speak (speak@waret.us) (*.net *.split)
  213. # [07:41] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (*.net *.split)
  214. # [07:41] * Quits: laughnet (~laughnet@212.29.196.121) (*.net *.split)
  215. # [07:41] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (*.net *.split)
  216. # [07:41] * Quits: teear (~teear@80-186-81-142.elisa-mobile.fi) (*.net *.split)
  217. # [07:41] * Quits: obert- (~obert@host207-202-dynamic.47-79-r.retail.telecomitalia.it) (*.net *.split)
  218. # [07:41] * Quits: chanakya (darkcomet2@gateway/shell/trekweb.org/x-owqurgehsbquurlk) (*.net *.split)
  219. # [07:41] * Quits: Bwild (~irc@netblock-75-79-22-130.dslextreme.com) (*.net *.split)
  220. # [07:41] * Quits: danielfilho (~danielfil@187.31.77.7) (*.net *.split)
  221. # [07:41] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (*.net *.split)
  222. # [07:41] * Quits: aQustic (~aQustic@71.188.189.109.customer.cdi.no) (*.net *.split)
  223. # [07:41] * Quits: rmill (~rmill@li239-175.members.linode.com) (*.net *.split)
  224. # [07:41] * Quits: johnkpaul-afk (~johnkpaul@ec2-50-16-100-212.compute-1.amazonaws.com) (*.net *.split)
  225. # [07:41] * Quits: lilsheep (~lilsheep@108-66-118-36.lightspeed.sndgca.sbcglobal.net) (*.net *.split)
  226. # [07:41] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (*.net *.split)
  227. # [07:41] * Quits: teleject (~christoph@70.116.86.65) (*.net *.split)
  228. # [07:41] * Quits: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net) (*.net *.split)
  229. # [07:41] * Quits: Leeol (~Leeol@174-30-8-166.eugn.qwest.net) (*.net *.split)
  230. # [07:41] * Quits: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk) (*.net *.split)
  231. # [07:41] * Quits: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com) (*.net *.split)
  232. # [07:41] * Quits: patcito (~123@190.42.95.224) (*.net *.split)
  233. # [07:41] * Quits: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net) (*.net *.split)
  234. # [07:41] * Quits: modernrob (modernrob@crawfordneb.info) (*.net *.split)
  235. # [07:41] * Quits: freakazoid0223 (~matt@pool-71-246-26-142.phlapa.fios.verizon.net) (*.net *.split)
  236. # [07:41] * Quits: Xarthok (~Xarthok@5e004736.bb.sky.com) (*.net *.split)
  237. # [07:41] * Quits: abstractj|away (~abstractj@redhat/jboss/abstractj) (*.net *.split)
  238. # [07:41] * Quits: mariusz (~mariusz@91-237-52-142.greendata.pl) (*.net *.split)
  239. # [07:41] * Quits: Famic (famic@hidden.dns.ug) (*.net *.split)
  240. # [07:41] * Quits: dagobah_ (~dagobah@84.45.53.200) (*.net *.split)
  241. # [07:41] * Quits: hlb (~hlb@li381-115.members.linode.com) (*.net *.split)
  242. # [07:41] * Quits: roger_raymond (~roger_ray@linode.lynch-raymond.com) (*.net *.split)
  243. # [07:41] * Quits: actel (u48@gateway/web/irccloud.com/x-kwdbpiozimbiahsh) (*.net *.split)
  244. # [07:41] * Quits: Hertz (~Hertz@unaffiliated/hertz) (*.net *.split)
  245. # [07:41] * Quits: BBonifield (~BBonifiel@li107-227.members.linode.com) (*.net *.split)
  246. # [07:41] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-tkjlyxraytxwxlli) (*.net *.split)
  247. # [07:41] * Quits: mbrevda (users.5500@gateway/web/irccloud.com/x-civhdeidtluiscdk) (*.net *.split)
  248. # [07:41] * Quits: Dr4g (u3226@gateway/web/irccloud.com/x-ctiuxptjxbecdzdu) (*.net *.split)
  249. # [07:41] * Quits: hdv (u2376@gateway/web/irccloud.com/x-gnwaijdmffwimtmq) (*.net *.split)
  250. # [07:41] * Quits: morficus_ (~morficus@c-98-243-20-125.hsd1.mi.comcast.net) (*.net *.split)
  251. # [07:41] * Quits: ShooterMG (~shootermg@c-71-236-153-81.hsd1.or.comcast.net) (*.net *.split)
  252. # [07:41] * Quits: keyvan (~keyvan@unaffiliated/k3yvn) (*.net *.split)
  253. # [07:41] * Quits: Wesley- (~Wesley@static.43.95.46.78.clients.your-server.de) (*.net *.split)
  254. # [07:41] * Quits: Validatorian (~Validator@unaffiliated/phazm) (*.net *.split)
  255. # [07:41] * Quits: Charun (~Charun@unaffiliated/charun) (*.net *.split)
  256. # [07:41] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
  257. # [07:41] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (*.net *.split)
  258. # [07:41] * Quits: leonid_ (~leonid@95.211.169.45) (*.net *.split)
  259. # [07:41] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (*.net *.split)
  260. # [07:41] * Quits: sirecote (sirecote@64.15.76.9) (*.net *.split)
  261. # [07:41] * Quits: symb (~symb@cthulhu.eth4.net) (*.net *.split)
  262. # [07:41] * Quits: thcipria1i (~tyler@li430-16.members.linode.com) (*.net *.split)
  263. # [07:41] * Quits: kurrent (~kurrent@unaffiliated/kurrent) (*.net *.split)
  264. # [07:41] * Quits: m0 (~m0@mohamedmansour.com) (*.net *.split)
  265. # [07:41] * Quits: jn (~jn@aurorum104-0.aurorum.se) (*.net *.split)
  266. # [07:41] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
  267. # [07:41] * Quits: Norrin (~Joe@unaffiliated/norrinradd) (*.net *.split)
  268. # [07:41] * Quits: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net) (*.net *.split)
  269. # [07:41] * Quits: rking (~rking@unaffiliated/rking) (*.net *.split)
  270. # [07:41] * Quits: [Derek] (~D@unaffiliated/derek/x-8562683) (*.net *.split)
  271. # [07:41] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
  272. # [07:41] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
  273. # [07:41] * Quits: levifig (~levifig@spwn.co) (*.net *.split)
  274. # [07:41] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (*.net *.split)
  275. # [07:41] * Quits: thcipriani (~tyler@c-71-229-221-2.hsd1.co.comcast.net) (*.net *.split)
  276. # [07:41] * Quits: sasori (~sasori@cm230.sigma174.maxonline.com.sg) (*.net *.split)
  277. # [07:41] * Quits: strickly (strickly@186.22.122.84) (*.net *.split)
  278. # [07:41] * Quits: _c0m (~c0m@ip36-183.seths.se) (*.net *.split)
  279. # [07:41] * Quits: M1k1 (users.6062@id-6062.hampstead.irccloud.com) (*.net *.split)
  280. # [07:41] * Quits: jeema (~jima@64.128.82.30) (*.net *.split)
  281. # [07:41] * Quits: kevva (~kevva@109.74.3.6) (*.net *.split)
  282. # [07:41] * Quits: gavacho (hassan@phased.us) (*.net *.split)
  283. # [07:41] * Quits: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01) (*.net *.split)
  284. # [07:41] * Quits: Huevo (~ownmeheh@c-68-35-88-96.hsd1.nm.comcast.net) (*.net *.split)
  285. # [07:41] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-wbitqgtvntilwjxw) (*.net *.split)
  286. # [07:41] * Quits: Conti (~Conti@211.51.27.44) (*.net *.split)
  287. # [07:41] * Quits: Adawerk (~ada@169.241.49.57) (*.net *.split)
  288. # [07:41] * Quits: beawesomeinstead (u1643@gateway/web/irccloud.com/x-zjfqkudlzxfrykmr) (*.net *.split)
  289. # [07:41] * Quits: sjefen6 (~sjefen6@2001:700:c00:200:208:74ff:feb1:de4d) (*.net *.split)
  290. # [07:41] * Quits: Martijnc (~Martijn@nishino.lvp-media.com) (*.net *.split)
  291. # [07:41] * Quits: jak (jak@box.jak.io) (*.net *.split)
  292. # [07:41] * Quits: Jikai (~Jikan@2001:41d0:2:401f::2) (*.net *.split)
  293. # [07:41] * Quits: bwq (~lolwat@2607:5300:30:1::7811) (*.net *.split)
  294. # [07:41] * Quits: chayin_ (quassel@nat/nokia/x-lmfjrugouweupsrn) (*.net *.split)
  295. # [07:42] * Quits: Fabryz (u4038@gateway/web/irccloud.com/x-evhtnahtxcfcinql) (*.net *.split)
  296. # [07:42] * Quits: mreeder (u4425@gateway/web/irccloud.com/x-habnmqwaukxubbgw) (*.net *.split)
  297. # [07:42] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-tkrhegvtzyztnyoh) (*.net *.split)
  298. # [07:42] * Quits: rasmusth (magic@broken.irc.so) (*.net *.split)
  299. # [07:42] * Quits: astearns (~astearns@192.150.22.5) (*.net *.split)
  300. # [07:42] * Quits: SlexAxton (~SlexAxton@ve.nvl6zjvg.vesrv.com) (*.net *.split)
  301. # [07:42] * Quits: qw (~jmarch@184.95.32.50) (*.net *.split)
  302. # [07:42] * Quits: _dsi (dsi@shell.jails.se) (*.net *.split)
  303. # [07:42] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
  304. # [07:42] * Quits: simensen (~simensen@www000.farm001.dflydev.com) (*.net *.split)
  305. # [07:42] * Quits: Velmont (odinho@dalvik.ping.uio.no) (*.net *.split)
  306. # [07:42] * Quits: axos411 (~axos@xdsl-78-35-185-137.netcologne.de) (*.net *.split)
  307. # [07:42] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (*.net *.split)
  308. # [07:42] * Quits: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net) (*.net *.split)
  309. # [07:42] * Quits: xinming (~hyy@113.248.92.144) (*.net *.split)
  310. # [07:42] * Quits: squeakytoy (~squeakyto@h87-96-232-107.dynamic.se.alltele.net) (*.net *.split)
  311. # [07:42] * Quits: coeus (~coeus@dslb-084-061-007-020.pools.arcor-ip.net) (*.net *.split)
  312. # [07:42] * Quits: darkc0met (darkcomet@gateway/shell/trekweb.org/x-pphmefcyilerggiu) (*.net *.split)
  313. # [07:42] * Quits: kirin` (telex@xn--phnix-ibb.net) (*.net *.split)
  314. # [07:42] * Quits: Fli-c (~c@188.234.152.158) (*.net *.split)
  315. # [07:42] * Quits: Graister (~graister@212-149-203-36.bb.dnainternet.fi) (*.net *.split)
  316. # [07:42] * Quits: iserantes (~quassel@192.10.27.77.dynamic.mundo-r.com) (*.net *.split)
  317. # [07:42] * Quits: ImBcmDth (~Jon@pool-173-63-154-183.nwrknj.fios.verizon.net) (*.net *.split)
  318. # [07:42] * Quits: loke (~elias@bb115-66-85-121.singnet.com.sg) (*.net *.split)
  319. # [07:42] * Quits: neersighted (neer@is.a.slave.to.neersighted.com) (*.net *.split)
  320. # [07:42] * Quits: yosafbridge (~yosafbrid@li125-242.members.linode.com) (*.net *.split)
  321. # [07:42] * Quits: nuba (~nuba@pauleira.com) (*.net *.split)
  322. # [07:42] * Quits: chousho (~dramawand@unaffiliated/chousho) (*.net *.split)
  323. # [07:42] * Quits: PavillonNoir (~Bigorneau@home.patriceblin.com) (*.net *.split)
  324. # [07:42] * Quits: Hornet- (~Hornet@cpc3-ipsw1-0-0-cust381.7-4.cable.virginmedia.com) (*.net *.split)
  325. # [07:42] * Quits: smokes2345 (~ident@knology.logicalsi.COM) (*.net *.split)
  326. # [07:42] * Quits: piezo (~piezo@pdpc/supporter/active/piezo) (*.net *.split)
  327. # [07:42] * Quits: chrisbuchholz (~cb@li189-30.members.linode.com) (*.net *.split)
  328. # [07:42] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (*.net *.split)
  329. # [07:42] * Quits: maZtah (~maztah@unaffiliated/maztah) (*.net *.split)
  330. # [07:42] * Quits: dman777 (~na@unaffiliated/dman777) (*.net *.split)
  331. # [07:42] * Quits: nostrum_ (~nostrum@almond.feralhosting.com) (*.net *.split)
  332. # [07:42] * Quits: chee (chee@fsf/member/chee) (*.net *.split)
  333. # [07:42] * Quits: grillo (~ninp0@2001:470:d:6ae:346f:1565:80f5:e091) (*.net *.split)
  334. # [07:42] * Quits: Stoob (~steev@2607:f358:1:fed5:22:0:7937:da8d) (*.net *.split)
  335. # [07:42] * Quits: timtux (~ove@77.81.242.150) (*.net *.split)
  336. # [07:42] * Quits: relurk (~relurk@2607:fcd0:1337:c5::7) (*.net *.split)
  337. # [07:42] * Quits: lasers (~lasers@unaffiliated/lasers) (*.net *.split)
  338. # [07:42] * Quits: Knudah (Knudah@178.74.52.128) (*.net *.split)
  339. # [07:42] * Quits: RichieEvan (~RichieEva@c-24-5-69-210.hsd1.ca.comcast.net) (*.net *.split)
  340. # [07:42] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (*.net *.split)
  341. # [07:42] * Quits: j_wright (jamesw@ip70-180-205-15.lv.lv.cox.net) (*.net *.split)
  342. # [07:42] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (*.net *.split)
  343. # [07:42] * Quits: Armen (~armen@dsl-69-171-154-4.acanac.net) (*.net *.split)
  344. # [07:42] * Quits: sunbeam (~sunbeam@79.99.2.128) (*.net *.split)
  345. # [07:42] * Quits: rodr1go (~nix@unaffiliated/rodr1go) (*.net *.split)
  346. # [07:42] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (*.net *.split)
  347. # [07:42] * Quits: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker) (*.net *.split)
  348. # [07:42] * Quits: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com) (*.net *.split)
  349. # [07:42] * Quits: acidjazz (acidjazz@notchill.com) (*.net *.split)
  350. # [07:42] * Quits: marienz (marienz@freenode/staff/marienz) (*.net *.split)
  351. # [07:42] * Quits: TheJacquerie (radio23@newelite.bshellz.net) (*.net *.split)
  352. # [07:42] * Quits: callumacrae (~callumacr@phpbb/website/callumacrae) (*.net *.split)
  353. # [07:42] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-wboxenzezwuqwhyz) (*.net *.split)
  354. # [07:42] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-cslpadrfzkjlanhz) (*.net *.split)
  355. # [07:42] * Quits: JoeK (~Joseph@199.19.224.242) (*.net *.split)
  356. # [07:42] * Quits: wirehack7_ (freenode@internet.abuser.eu) (*.net *.split)
  357. # [07:42] * Quits: Sander^home (~sander@20.110.34.95.customer.cdi.no) (*.net *.split)
  358. # [07:42] * Quits: naquad (~naquad@static.88-198-170-117.clients.your-server.de) (*.net *.split)
  359. # [07:42] * Quits: oohnoitz (septicore@gateway/shell/xzibition.com/x-jcowrtcqeaurxeku) (*.net *.split)
  360. # [07:42] * Quits: tra_ (tra@www.restate.fi) (*.net *.split)
  361. # [07:42] * Quits: peol (~andree@unaffiliated/peol) (*.net *.split)
  362. # [07:42] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (*.net *.split)
  363. # [07:42] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (*.net *.split)
  364. # [07:42] * Quits: Socialery (~socialery@CPE-58-174-233-122.sa.bigpond.net.au) (*.net *.split)
  365. # [07:42] * Quits: nlogax (~nlogax@unaffiliated/nlogax) (*.net *.split)
  366. # [07:42] * Quits: inimino (~inimino@oftn/board/inimino) (*.net *.split)
  367. # [07:42] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (*.net *.split)
  368. # [07:42] * Quits: dahlfors (johan@fu.dahlfors.net) (*.net *.split)
  369. # [07:42] * Quits: r126t_ (~ruwin126@120.142.67.254) (*.net *.split)
  370. # [07:42] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (*.net *.split)
  371. # [07:42] * Quits: Pomax (~Pomax@d173-183-90-226.bchsia.telus.net) (*.net *.split)
  372. # [07:42] * Quits: Dev0n_ (~Dev0n@host-2-103-162-181.as13285.net) (*.net *.split)
  373. # [07:42] * Quits: io__ (u4598@gateway/web/irccloud.com/x-foohxtmrevxbuzhj) (*.net *.split)
  374. # [07:42] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-akmyqpsfqsrhxxzl) (*.net *.split)
  375. # [07:42] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-sdhuwddupaykpedq) (*.net *.split)
  376. # [07:42] * Quits: Phae (u455@gateway/web/irccloud.com/x-vkzosasmiwtptzhm) (*.net *.split)
  377. # [07:42] * Quits: ChoiZ (~ChoiZ@213.246.52.5) (*.net *.split)
  378. # [07:42] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
  379. # [07:42] * Quits: eLenoAr (eLenoAr@you-go.mooo.com) (*.net *.split)
  380. # [07:42] * Quits: retlehs (~ben@sotf.org) (*.net *.split)
  381. # [07:42] * Quits: blast_hardcheese (~blast_har@unaffiliated/blast-hardcheese/x-0199635) (Max SendQ exceeded)
  382. # [07:52] * Joins: marienz (marienz@freenode/staff/marienz)
  383. # [07:52] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
  384. # [07:52] * Joins: nuba (~nuba@pauleira.com)
  385. # [07:52] * Joins: yosafbridge (~yosafbrid@li125-242.members.linode.com)
  386. # [07:52] * Joins: neersighted (neer@is.a.slave.to.neersighted.com)
  387. # [07:52] * Joins: ImBcmDth (~Jon@pool-173-63-154-183.nwrknj.fios.verizon.net)
  388. # [07:52] * Joins: iserantes (~quassel@192.10.27.77.dynamic.mundo-r.com)
  389. # [07:52] * Joins: loke (~elias@bb115-66-85-121.singnet.com.sg)
  390. # [07:52] * Joins: Graister (~graister@212-149-203-36.bb.dnainternet.fi)
  391. # [07:52] * Joins: Fli-c (~c@188.234.152.158)
  392. # [07:52] * Joins: darkc0met (darkcomet@gateway/shell/trekweb.org/x-pphmefcyilerggiu)
  393. # [07:52] * Joins: coeus (~coeus@dslb-084-061-007-020.pools.arcor-ip.net)
  394. # [07:52] * Joins: squeakytoy (~squeakyto@h87-96-232-107.dynamic.se.alltele.net)
  395. # [07:52] * Joins: xinming (~hyy@113.248.92.144)
  396. # [07:52] * Joins: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net)
  397. # [07:52] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
  398. # [07:52] * Joins: axos411 (~axos@xdsl-78-35-185-137.netcologne.de)
  399. # [07:52] * Joins: retlehs (~ben@sotf.org)
  400. # [07:52] * Joins: eLenoAr (eLenoAr@you-go.mooo.com)
  401. # [07:52] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
  402. # [07:52] * Joins: ChoiZ (~ChoiZ@213.246.52.5)
  403. # [07:52] * Joins: Phae (u455@gateway/web/irccloud.com/x-vkzosasmiwtptzhm)
  404. # [07:52] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-akmyqpsfqsrhxxzl)
  405. # [07:52] * Joins: io__ (u4598@gateway/web/irccloud.com/x-foohxtmrevxbuzhj)
  406. # [07:52] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-sdhuwddupaykpedq)
  407. # [07:52] * Joins: Dev0n_ (~Dev0n@host-2-103-162-181.as13285.net)
  408. # [07:52] * Joins: Pomax (~Pomax@d173-183-90-226.bchsia.telus.net)
  409. # [07:52] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
  410. # [07:52] * Joins: r126t_ (~ruwin126@120.142.67.254)
  411. # [07:52] * Joins: dahlfors (johan@fu.dahlfors.net)
  412. # [07:52] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  413. # [07:52] * Joins: inimino (~inimino@oftn/board/inimino)
  414. # [07:52] * Joins: nlogax (~nlogax@unaffiliated/nlogax)
  415. # [07:52] * Joins: Socialery (~socialery@CPE-58-174-233-122.sa.bigpond.net.au)
  416. # [07:52] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
  417. # [07:52] * Joins: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
  418. # [07:52] * Joins: acidjazz (acidjazz@notchill.com)
  419. # [07:52] * Joins: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker)
  420. # [07:52] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
  421. # [07:52] * Joins: rodr1go (~nix@unaffiliated/rodr1go)
  422. # [07:52] * Joins: sunbeam (~sunbeam@79.99.2.128)
  423. # [07:52] * Joins: Armen (~armen@dsl-69-171-154-4.acanac.net)
  424. # [07:52] * Joins: j_wright (jamesw@ip70-180-205-15.lv.lv.cox.net)
  425. # [07:52] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  426. # [07:52] * Joins: RichieEvan (~RichieEva@c-24-5-69-210.hsd1.ca.comcast.net)
  427. # [07:52] * Joins: Knudah (Knudah@178.74.52.128)
  428. # [07:52] * Joins: Jikai (~Jikan@2001:41d0:2:401f::2)
  429. # [07:52] * Joins: jak (jak@box.jak.io)
  430. # [07:52] * Joins: Martijnc (~Martijn@nishino.lvp-media.com)
  431. # [07:52] * Joins: sjefen6 (~sjefen6@2001:700:c00:200:208:74ff:feb1:de4d)
  432. # [07:52] * Joins: bwq (~lolwat@2607:5300:30:1::7811)
  433. # [07:52] * Joins: beawesomeinstead (u1643@gateway/web/irccloud.com/x-zjfqkudlzxfrykmr)
  434. # [07:52] * Joins: Adawerk (~ada@169.241.49.57)
  435. # [07:52] * Joins: Conti (~Conti@211.51.27.44)
  436. # [07:52] * Joins: iaincarsberg (u1388@gateway/web/irccloud.com/x-wbitqgtvntilwjxw)
  437. # [07:52] * Joins: Huevo (~ownmeheh@c-68-35-88-96.hsd1.nm.comcast.net)
  438. # [07:52] * Joins: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01)
  439. # [07:52] * Joins: gavacho (hassan@phased.us)
  440. # [07:52] * Joins: kevva (~kevva@109.74.3.6)
  441. # [07:52] * Joins: jeema (~jima@64.128.82.30)
  442. # [07:52] * Joins: M1k1 (users.6062@id-6062.hampstead.irccloud.com)
  443. # [07:52] * Joins: _c0m (~c0m@ip36-183.seths.se)
  444. # [07:52] * Joins: sasori (~sasori@cm230.sigma174.maxonline.com.sg)
  445. # [07:52] * Joins: thcipriani (~tyler@c-71-229-221-2.hsd1.co.comcast.net)
  446. # [07:52] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  447. # [07:52] * Joins: jochen__ (jochen@nat/google/x-raxtpbxwjpxotfub)
  448. # [07:52] * Joins: daze (~daze@client-212-117-18-111.inturbo.lt)
  449. # [07:52] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
  450. # [07:52] * Joins: {DV8} (~Deviate@CPE001b1173fa27-CM0026f396a8ad.cpe.net.cable.rogers.com)
  451. # [07:52] * Joins: AlbireoX`Laptop (~AlbireoX@99-136-83-34.lightspeed.rcsntx.sbcglobal.net)
  452. # [07:52] * Joins: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net)
  453. # [07:52] * Joins: kitallis (~kitallis@122.178.206.235)
  454. # [07:52] * Joins: Dasleah (~das@ppp121-44-205-161.lns20.syd7.internode.on.net)
  455. # [07:52] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
  456. # [07:52] * Joins: whomp_ (~whomp@206.117.103.5)
  457. # [07:52] * Joins: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt)
  458. # [07:52] * Joins: mike5w3c (~MikeSmith@s1106192.xgsspn.imtp.tachikawa.spmode.ne.jp)
  459. # [07:52] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
  460. # [07:52] * Joins: gavin_huang (~gravof@125.116.98.30)
  461. # [07:52] * Joins: tw2113 (~tw2113@host-247-54-230-24.midco.net)
  462. # [07:52] * Joins: lasers (~lasers@unaffiliated/lasers)
  463. # [07:52] * Joins: relurk (~relurk@2607:fcd0:1337:c5::7)
  464. # [07:52] * Joins: timtux (~ove@77.81.242.150)
  465. # [07:52] * Joins: grillo (~ninp0@2001:470:d:6ae:346f:1565:80f5:e091)
  466. # [07:52] * Joins: chee (chee@fsf/member/chee)
  467. # [07:52] * Joins: nostrum_ (~nostrum@almond.feralhosting.com)
  468. # [07:52] * Joins: dman777 (~na@unaffiliated/dman777)
  469. # [07:52] * Joins: maZtah (~maztah@unaffiliated/maztah)
  470. # [07:52] * Joins: chrisbuchholz (~cb@li189-30.members.linode.com)
  471. # [07:52] * Joins: piezo (~piezo@pdpc/supporter/active/piezo)
  472. # [07:52] * Joins: smokes2345 (~ident@knology.logicalsi.COM)
  473. # [07:52] * Joins: Hornet- (~Hornet@cpc3-ipsw1-0-0-cust381.7-4.cable.virginmedia.com)
  474. # [07:52] * Joins: PavillonNoir (~Bigorneau@home.patriceblin.com)
  475. # [07:52] * Joins: chousho (~dramawand@unaffiliated/chousho)
  476. # [07:52] * Joins: Velmont (odinho@dalvik.ping.uio.no)
  477. # [07:52] * Joins: simensen (~simensen@www000.farm001.dflydev.com)
  478. # [07:52] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
  479. # [07:52] * Joins: _dsi (dsi@shell.jails.se)
  480. # [07:52] * Joins: qw (~jmarch@184.95.32.50)
  481. # [07:52] * Joins: SlexAxton (~SlexAxton@ve.nvl6zjvg.vesrv.com)
  482. # [07:52] * Joins: astearns (~astearns@192.150.22.5)
  483. # [07:52] * Joins: rasmusth (magic@broken.irc.so)
  484. # [07:52] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-tkrhegvtzyztnyoh)
  485. # [07:52] * Joins: mreeder (u4425@gateway/web/irccloud.com/x-habnmqwaukxubbgw)
  486. # [07:52] * Joins: Fabryz (u4038@gateway/web/irccloud.com/x-evhtnahtxcfcinql)
  487. # [07:52] * Joins: chayin_ (quassel@nat/nokia/x-lmfjrugouweupsrn)
  488. # [07:52] * Joins: roger_raymond (~roger_ray@linode.lynch-raymond.com)
  489. # [07:52] * Joins: hlb (~hlb@li381-115.members.linode.com)
  490. # [07:52] * Joins: dagobah_ (~dagobah@84.45.53.200)
  491. # [07:52] * Joins: Famic (famic@hidden.dns.ug)
  492. # [07:52] * Joins: sirecote (sirecote@64.15.76.9)
  493. # [07:52] * Joins: symb (~symb@cthulhu.eth4.net)
  494. # [07:52] * Joins: thcipria1i (~tyler@li430-16.members.linode.com)
  495. # [07:52] * Joins: kurrent (~kurrent@unaffiliated/kurrent)
  496. # [07:52] * Joins: levifig (~levifig@spwn.co)
  497. # [07:52] * Joins: Wesley- (~Wesley@static.43.95.46.78.clients.your-server.de)
  498. # [07:52] * Joins: Charun (~Charun@unaffiliated/charun)
  499. # [07:52] * Joins: m0 (~m0@mohamedmansour.com)
  500. # [07:52] * Joins: jn (~jn@aurorum104-0.aurorum.se)
  501. # [07:52] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
  502. # [07:52] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
  503. # [07:52] * Joins: hober (~ted@unaffiliated/hober)
  504. # [07:52] * Joins: [Derek] (~D@unaffiliated/derek/x-8562683)
  505. # [07:52] * Joins: keyvan (~keyvan@unaffiliated/k3yvn)
  506. # [07:52] * Joins: rking (~rking@unaffiliated/rking)
  507. # [07:52] * Joins: Validatorian (~Validator@unaffiliated/phazm)
  508. # [07:52] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
  509. # [07:52] * Joins: rmill (~rmill@li239-175.members.linode.com)
  510. # [07:52] * Joins: aQustic (~aQustic@71.188.189.109.customer.cdi.no)
  511. # [07:52] * Joins: johnkpaul-afk (~johnkpaul@ec2-50-16-100-212.compute-1.amazonaws.com)
  512. # [07:52] * Joins: qb (~qo@pool-71-179-9-176.bltmmd.fios.verizon.net)
  513. # [07:52] * Joins: oxy__ (oxy@werket.tlk.fi)
  514. # [07:52] * Joins: ShooterMG (~shootermg@c-71-236-153-81.hsd1.or.comcast.net)
  515. # [07:52] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
  516. # [07:52] * Joins: morficus_ (~morficus@c-98-243-20-125.hsd1.mi.comcast.net)
  517. # [07:52] * Joins: leonid_ (~leonid@95.211.169.45)
  518. # [07:52] * Joins: speak (speak@waret.us)
  519. # [07:52] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
  520. # [07:52] * Joins: globbot (~logbot@lump.glob.com.au)
  521. # [07:52] * Joins: hdv (u2376@gateway/web/irccloud.com/x-gnwaijdmffwimtmq)
  522. # [07:52] * Joins: Dr4g (u3226@gateway/web/irccloud.com/x-ctiuxptjxbecdzdu)
  523. # [07:52] * Joins: niftylettuce (u2733@gateway/web/irccloud.com/x-tkjlyxraytxwxlli)
  524. # [07:52] * Joins: BBonifield (~BBonifiel@li107-227.members.linode.com)
  525. # [07:52] * Joins: Hertz (~Hertz@unaffiliated/hertz)
  526. # [07:52] * Joins: actel (u48@gateway/web/irccloud.com/x-kwdbpiozimbiahsh)
  527. # [07:52] * Joins: mariusz (~mariusz@91-237-52-142.greendata.pl)
  528. # [07:52] * Joins: abstractj|away (~abstractj@redhat/jboss/abstractj)
  529. # [07:52] * Joins: mbrevda (users.5500@gateway/web/irccloud.com/x-civhdeidtluiscdk)
  530. # [07:52] * Joins: Xarthok (~Xarthok@5e004736.bb.sky.com)
  531. # [07:52] * Joins: danielfilho (~danielfil@187.31.77.7)
  532. # [07:52] * Joins: freakazoid0223 (~matt@pool-71-246-26-142.phlapa.fios.verizon.net)
  533. # [07:52] * Joins: modernrob (modernrob@crawfordneb.info)
  534. # [07:52] * Joins: Bwild (~irc@netblock-75-79-22-130.dslextreme.com)
  535. # [07:52] * Joins: chanakya (darkcomet2@gateway/shell/trekweb.org/x-owqurgehsbquurlk)
  536. # [07:52] * Joins: obert- (~obert@host207-202-dynamic.47-79-r.retail.telecomitalia.it)
  537. # [07:52] * Joins: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net)
  538. # [07:52] * Joins: patcito (~123@190.42.95.224)
  539. # [07:52] * Joins: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com)
  540. # [07:52] * Joins: Norrin (~Joe@unaffiliated/norrinradd)
  541. # [07:52] * Joins: ralphholzmann (~ralphholz@li76-151.members.linode.com)
  542. # [07:52] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
  543. # [07:52] * Joins: teear (~teear@80-186-81-142.elisa-mobile.fi)
  544. # [07:52] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
  545. # [07:52] * Joins: lilsheep (~lilsheep@108-66-118-36.lightspeed.sndgca.sbcglobal.net)
  546. # [07:52] * Joins: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk)
  547. # [07:52] * Joins: Leeol (~Leeol@174-30-8-166.eugn.qwest.net)
  548. # [07:52] * Joins: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net)
  549. # [07:52] * Joins: teleject (~christoph@70.116.86.65)
  550. # [07:52] * Joins: laughnet (~laughnet@212.29.196.121)
  551. # [07:52] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
  552. # [07:52] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
  553. # [07:52] * Joins: kirin` (telex@xn--phnix-ibb.net)
  554. # [07:52] * Joins: TheJacquerie (radio23@newelite.bshellz.net)
  555. # [07:52] * Joins: callumacrae (~callumacr@phpbb/website/callumacrae)
  556. # [07:52] * Joins: NimeshNeema (u2689@gateway/web/irccloud.com/x-wboxenzezwuqwhyz)
  557. # [07:52] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-cslpadrfzkjlanhz)
  558. # [07:52] * Joins: JoeK (~Joseph@199.19.224.242)
  559. # [07:52] * Joins: wirehack7_ (freenode@internet.abuser.eu)
  560. # [07:52] * Joins: Sander^home (~sander@20.110.34.95.customer.cdi.no)
  561. # [07:52] * Joins: naquad (~naquad@static.88-198-170-117.clients.your-server.de)
  562. # [07:52] * Joins: oohnoitz (septicore@gateway/shell/xzibition.com/x-jcowrtcqeaurxeku)
  563. # [07:52] * Joins: tra_ (tra@www.restate.fi)
  564. # [07:52] * Joins: peol (~andree@unaffiliated/peol)
  565. # [07:52] * Quits: kirin` (telex@xn--phnix-ibb.net) (Max SendQ exceeded)
  566. # [07:52] * Joins: blast_hardcheese (~blast_har@cpe-98-151-31-186.socal.res.rr.com)
  567. # [07:52] * Joins: kirin`_ (telex@xn--phnix-ibb.net)
  568. # [07:52] * Quits: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net) (Excess Flood)
  569. # [07:52] * Quits: tw2113 (~tw2113@host-247-54-230-24.midco.net) (Changing host)
  570. # [07:52] * Joins: tw2113 (~tw2113@fedora/tw2113)
  571. # [07:52] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
  572. # [07:53] * Joins: nrcpts (~nrcpts@118.96.80.196)
  573. # [07:54] * Quits: blast_hardcheese (~blast_har@cpe-98-151-31-186.socal.res.rr.com) (Changing host)
  574. # [07:54] * Joins: blast_hardcheese (~blast_har@unaffiliated/blast-hardcheese/x-0199635)
  575. # [07:54] * Joins: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net)
  576. # [07:56] * Quits: blast_hardcheese (~blast_har@unaffiliated/blast-hardcheese/x-0199635) (Excess Flood)
  577. # [08:00] * Quits: axos411 (~axos@xdsl-78-35-185-137.netcologne.de) (Ping timeout: 264 seconds)
  578. # [08:01] * Joins: Stoob (~steev@2607:f358:1:fed5:22:0:7937:da8d)
  579. # [08:03] * Joins: blast_hardcheese (~blast_har@unaffiliated/blast-hardcheese/x-0199635)
  580. # [08:08] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  581. # [08:20] * Joins: tristanseifert (~tristanse@cpe-72-177-37-13.austin.res.rr.com)
  582. # [08:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
  583. # [08:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
  584. # [08:28] * Joins: CodeDroid_ (~CodeDroid@94.27.109.53)
  585. # [08:34] * Joins: roadt (~roadt@60.168.81.76)
  586. # [08:49] * Joins: GhostFreeman (~cameronki@c-24-98-246-138.hsd1.ga.comcast.net)
  587. # [08:50] * Quits: gavin_huang (~gravof@125.116.98.30) (Quit: Leaving)
  588. # [08:53] * Joins: gyzmodo (x@89.146.122.77)
  589. # [08:58] * Quits: Stoob (~steev@2607:f358:1:fed5:22:0:7937:da8d) (Quit: No Ping reply in 180 seconds.)
  590. # [09:00] * Joins: vidu (u5404@gateway/web/irccloud.com/x-dxivqqnvtbffqjtf)
  591. # [09:02] * Joins: rehat_ (~rehat@76.91.111.33)
  592. # [09:03] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 264 seconds)
  593. # [09:06] * Quits: chousho (~dramawand@unaffiliated/chousho) (Ping timeout: 245 seconds)
  594. # [09:08] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
  595. # [09:09] * Joins: N1X (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  596. # [09:09] * N1X is now known as Guest9579
  597. # [09:12] * Quits: rehat_ (~rehat@76.91.111.33) (Remote host closed the connection)
  598. # [09:13] * Joins: rehat (~rehat@76.91.111.33)
  599. # [09:13] * Quits: AlbireoX`Laptop (~AlbireoX@99-136-83-34.lightspeed.rcsntx.sbcglobal.net) (Remote host closed the connection)
  600. # [09:19] * Quits: GhostFreeman (~cameronki@c-24-98-246-138.hsd1.ga.comcast.net) (Ping timeout: 252 seconds)
  601. # [09:24] * Joins: chousho (~dramawand@unaffiliated/chousho)
  602. # [09:38] * Quits: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net) (Quit: Computer has gone to sleep.)
  603. # [09:44] * Joins: crashsky (~quassel@180.174.211.138)
  604. # [09:49] * Quits: nrcpts (~nrcpts@118.96.80.196) (Remote host closed the connection)
  605. # [09:54] * Joins: mike5w3c_ (~MikeSmith@s1106078.xgsspn.imtp.tachikawa.spmode.ne.jp)
  606. # [09:55] * Quits: roadt (~roadt@60.168.81.76) (Ping timeout: 260 seconds)
  607. # [09:57] * Quits: mike5w3c (~MikeSmith@s1106192.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 256 seconds)
  608. # [09:57] * mike5w3c_ is now known as mike5w3c
  609. # [09:58] * Joins: dmachi1 (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net)
  610. # [09:58] * Quits: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net) (Read error: Connection reset by peer)
  611. # [09:58] * Quits: patcito (~123@190.42.95.224) (Read error: Connection reset by peer)
  612. # [10:08] * Joins: thirdknife (~thirdknif@39.47.128.152)
  613. # [10:13] * Joins: alrra (~alrra@unaffiliated/alrra)
  614. # [10:13] * Joins: roadt (~roadt@60.168.81.76)
  615. # [10:17] * Joins: MCHammel (~mchammer@31-16-3-247-dynip.superkabel.de)
  616. # [10:17] * Quits: Guest9579 (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
  617. # [10:20] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
  618. # [10:23] * Joins: N1X (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  619. # [10:23] * N1X is now known as Guest83559
  620. # [10:23] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Never look down on someone unless you're helping them up.)
  621. # [10:27] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  622. # [10:32] * Joins: BigKing (~BigKing@dslb-146-060-121-184.pools.arcor-ip.net)
  623. # [10:41] * Joins: nadirvardar (~nadirvard@c-24-23-197-211.hsd1.ca.comcast.net)
  624. # [10:43] * Joins: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net)
  625. # [10:45] * Joins: Reite (~chris@cm-84.211.71.25.getinternet.no)
  626. # [10:49] * Quits: CodeDroid_ (~CodeDroid@94.27.109.53) (Quit: ~ Trillian Astra - www.trillian.im ~)
  627. # [10:58] * Quits: nadirvardar (~nadirvard@c-24-23-197-211.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  628. # [11:00] * Quits: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net) (Quit: Leaving)
  629. # [11:07] * Joins: saschagehlich (~sascha@p5793101C.dip.t-dialin.net)
  630. # [11:11] * Quits: laughnet (~laughnet@212.29.196.121) (Ping timeout: 240 seconds)
  631. # [11:11] * Quits: thirdknife (~thirdknif@39.47.128.152) (Read error: Operation timed out)
  632. # [11:14] * Joins: drublic (~drublic@frbg-5f733faf.pool.mediaWays.net)
  633. # [11:18] * Joins: grange (~grange@chello080108165027.2.12.vie.surfer.at)
  634. # [11:19] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
  635. # [11:25] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 255 seconds)
  636. # [11:32] * Quits: MCHammel (~mchammer@31-16-3-247-dynip.superkabel.de) (Remote host closed the connection)
  637. # [11:34] * Quits: Guest83559 (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
  638. # [11:34] * Quits: roadt (~roadt@60.168.81.76) (Ping timeout: 260 seconds)
  639. # [11:37] * Joins: niloy (~niloy@42.105.119.53)
  640. # [11:40] * kevva is now known as kevvaoff
  641. # [11:45] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  642. # [11:47] * Quits: thcipriani (~tyler@c-71-229-221-2.hsd1.co.comcast.net) (Ping timeout: 248 seconds)
  643. # [12:02] * Quits: jochen__ (jochen@nat/google/x-raxtpbxwjpxotfub) (Remote host closed the connection)
  644. # [12:02] * Joins: jochen__ (jochen@nat/google/x-myrfftogeytrgseu)
  645. # [12:02] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: shepazu)
  646. # [12:03] * Quits: saschagehlich (~sascha@p5793101C.dip.t-dialin.net) (Quit: saschagehlich)
  647. # [12:05] * Joins: Ms2ger (~Ms2ger@91.181.39.177)
  648. # [12:14] * Joins: gavin_huang (~gravof@125.116.98.30)
  649. # [12:19] * Joins: Stoob (~steev@2607:f358:1:fed5:22:0:7937:da8d)
  650. # [12:28] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust1981.wolv.cable.virginmedia.com)
  651. # [12:29] * Quits: crashsky (~quassel@180.174.211.138) (Ping timeout: 260 seconds)
  652. # [12:30] * Quits: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt) (Remote host closed the connection)
  653. # [12:31] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
  654. # [12:38] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  655. # [12:38] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  656. # [12:39] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  657. # [12:39] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  658. # [12:39] * Joins: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt)
  659. # [12:41] * Joins: roadt (~roadt@60.168.81.76)
  660. # [12:45] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  661. # [12:45] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  662. # [12:45] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  663. # [12:45] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  664. # [12:45] * Joins: nrcpts (~nrcpts@180.245.48.58)
  665. # [12:45] * Joins: crashsky (~quassel@180.174.211.138)
  666. # [12:46] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
  667. # [12:47] * Joins: MCHammel (~mchammer@31-16-3-247-dynip.superkabel.de)
  668. # [12:51] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  669. # [12:51] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  670. # [12:51] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  671. # [12:51] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  672. # [12:54] * Quits: crashsky (~quassel@180.174.211.138) (Quit: No Ping reply in 180 seconds.)
  673. # [12:54] * Joins: crashsky (~quassel@180.174.211.138)
  674. # [12:56] * Joins: laughnet (~laughnet@212.29.196.121)
  675. # [12:59] * Quits: roadt (~roadt@60.168.81.76) (Ping timeout: 264 seconds)
  676. # [13:03] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  677. # [13:03] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  678. # [13:03] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  679. # [13:03] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  680. # [13:04] * Quits: xinming (~hyy@113.248.92.144) (Ping timeout: 264 seconds)
  681. # [13:04] * Joins: xinming (~hyy@113.248.101.125)
  682. # [13:06] * Quits: chousho (~dramawand@unaffiliated/chousho) (Ping timeout: 272 seconds)
  683. # [13:07] * Joins: chousho (~dramawand@unaffiliated/chousho)
  684. # [13:09] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  685. # [13:10] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  686. # [13:10] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  687. # [13:10] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  688. # [13:10] * Quits: laughnet (~laughnet@212.29.196.121) (Ping timeout: 248 seconds)
  689. # [13:11] * Joins: sean` (~seankoole@D97A9B72.cm-3-3c.dynamic.ziggo.nl)
  690. # [13:12] * Joins: roadt (~roadt@60.168.92.11)
  691. # [13:15] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 264 seconds)
  692. # [13:16] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  693. # [13:16] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  694. # [13:16] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  695. # [13:16] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  696. # [13:17] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  697. # [13:18] * Quits: lilsheep (~lilsheep@108-66-118-36.lightspeed.sndgca.sbcglobal.net) (Ping timeout: 240 seconds)
  698. # [13:19] * Joins: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de)
  699. # [13:19] * Joins: newswami (~chatzilla@117.207.164.190)
  700. # [13:23] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  701. # [13:23] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  702. # [13:23] * Quits: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de) (Client Quit)
  703. # [13:23] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  704. # [13:23] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  705. # [13:23] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
  706. # [13:23] * Quits: newswami (~chatzilla@117.207.164.190) (Client Quit)
  707. # [13:24] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Read error: Operation timed out)
  708. # [13:27] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
  709. # [13:28] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  710. # [13:29] * Quits: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com) (Read error: No route to host)
  711. # [13:29] * Joins: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com)
  712. # [13:29] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  713. # [13:29] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  714. # [13:30] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  715. # [13:30] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  716. # [13:33] * Quits: aglehg (~aglehg@a81-84-73-123.cpe.netcabo.pt) (Remote host closed the connection)
  717. # [13:34] * Quits: DrAwesomeClaws (~DrAwesome@c-71-234-86-254.hsd1.ct.comcast.net) (Remote host closed the connection)
  718. # [13:35] * Joins: DrAwesomeClaws (~DrAwesome@2002:47ea:56fe:0:b4c8:a6b5:18d4:d195)
  719. # [13:36] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  720. # [13:36] * Joins: beeeviz (~beevi2@p57BD6836.dip0.t-ipconnect.de)
  721. # [13:36] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  722. # [13:36] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  723. # [13:36] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  724. # [13:37] * Joins: alrra (~alrra@unaffiliated/alrra)
  725. # [13:37] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
  726. # [13:39] * Quits: DrAwesomeClaws (~DrAwesome@2002:47ea:56fe:0:b4c8:a6b5:18d4:d195) (Ping timeout: 245 seconds)
  727. # [13:42] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  728. # [13:42] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  729. # [13:42] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  730. # [13:42] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  731. # [13:43] * Quits: kitallis (~kitallis@122.178.206.235) (Quit: Textual IRC Client: http://www.textualapp.com/)
  732. # [13:46] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
  733. # [13:46] * Joins: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de)
  734. # [13:49] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  735. # [13:49] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  736. # [13:49] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  737. # [13:49] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  738. # [13:49] * Joins: Nabstylez (Nabstylez@c83-255-69-126.bredband.comhem.se)
  739. # [13:49] * Joins: DrAwesomeClaws (~DrAwesome@c-71-234-86-254.hsd1.ct.comcast.net)
  740. # [13:55] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  741. # [13:55] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  742. # [13:55] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  743. # [13:55] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  744. # [13:57] * Joins: laughnet (~laughnet@212.29.196.121)
  745. # [13:59] * Quits: crashsky (~quassel@180.174.211.138) (Remote host closed the connection)
  746. # [14:02] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  747. # [14:02] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  748. # [14:02] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  749. # [14:02] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  750. # [14:04] * Joins: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net)
  751. # [14:08] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Ping timeout: 245 seconds)
  752. # [14:08] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  753. # [14:08] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  754. # [14:08] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  755. # [14:08] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  756. # [14:11] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  757. # [14:14] * Joins: thirdknife (~thirdknif@39.47.63.42)
  758. # [14:15] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  759. # [14:15] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  760. # [14:15] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  761. # [14:15] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  762. # [14:18] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 248 seconds)
  763. # [14:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
  764. # [14:21] * Joins: SevenMachines (~SevenMach@93.182.139.204)
  765. # [14:21] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  766. # [14:21] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  767. # [14:21] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  768. # [14:21] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  769. # [14:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
  770. # [14:23] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
  771. # [14:24] * Joins: aviraldg (~aviraldg@117.200.86.108)
  772. # [14:28] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  773. # [14:28] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  774. # [14:28] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  775. # [14:28] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  776. # [14:30] * Joins: theCole (~cole@cable-158-181-94-2.cust.telecolumbus.net)
  777. # [14:30] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
  778. # [14:34] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  779. # [14:34] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  780. # [14:34] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  781. # [14:34] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  782. # [14:35] * Quits: nrcpts (~nrcpts@180.245.48.58) (Remote host closed the connection)
  783. # [14:41] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  784. # [14:41] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  785. # [14:41] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  786. # [14:41] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  787. # [14:41] * Quits: theCole (~cole@cable-158-181-94-2.cust.telecolumbus.net) (Quit: theCole)
  788. # [14:44] * Joins: vennril|away (~vennril@p4FCB0252.dip0.t-ipconnect.de)
  789. # [14:44] * Quits: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net) (Quit: Leaving)
  790. # [14:46] * Quits: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de) (Quit: solocio)
  791. # [14:47] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
  792. # [14:47] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  793. # [14:47] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  794. # [14:47] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  795. # [14:47] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  796. # [14:50] * Quits: SevenMachines (~SevenMach@93.182.139.204) (Ping timeout: 260 seconds)
  797. # [14:50] * Joins: magellanicloud (~magellani@HSI-KBW-091-089-175-206.hsi2.kabel-badenwuerttemberg.de)
  798. # [14:52] * Joins: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de)
  799. # [14:54] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  800. # [14:54] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  801. # [14:54] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  802. # [14:54] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  803. # [14:54] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl)
  804. # [15:00] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  805. # [15:00] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  806. # [15:00] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  807. # [15:00] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  808. # [15:02] * Quits: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net) (Ping timeout: 264 seconds)
  809. # [15:03] * Joins: theCole (~cole@p5795AD24.dip.t-dialin.net)
  810. # [15:06] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
  811. # [15:06] * Quits: teear (~teear@80-186-81-142.elisa-mobile.fi) (Ping timeout: 240 seconds)
  812. # [15:07] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  813. # [15:07] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  814. # [15:07] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  815. # [15:07] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  816. # [15:08] * Quits: MCHammel (~mchammer@31-16-3-247-dynip.superkabel.de) (Remote host closed the connection)
  817. # [15:13] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  818. # [15:13] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  819. # [15:13] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  820. # [15:13] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  821. # [15:14] * Quits: DrAwesomeClaws (~DrAwesome@c-71-234-86-254.hsd1.ct.comcast.net) (Remote host closed the connection)
  822. # [15:14] * Joins: teear (teear@85-156-0-182.elisa-mobile.fi)
  823. # [15:15] * Joins: DrAwesomeClaws (~DrAwesome@2002:47ea:56fe:0:7d:a172:ba27:7f2b)
  824. # [15:20] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  825. # [15:20] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  826. # [15:20] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  827. # [15:20] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  828. # [15:22] * Joins: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net)
  829. # [15:22] * Quits: laughnet (~laughnet@212.29.196.121) (Ping timeout: 252 seconds)
  830. # [15:26] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  831. # [15:26] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  832. # [15:26] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  833. # [15:26] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  834. # [15:27] * Joins: tk___ (~quassel@host-72-174-197-168.dur-co.client.bresnan.net)
  835. # [15:27] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 252 seconds)
  836. # [15:33] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  837. # [15:33] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  838. # [15:33] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  839. # [15:33] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  840. # [15:36] * Quits: DrAwesomeClaws (~DrAwesome@2002:47ea:56fe:0:7d:a172:ba27:7f2b) (Remote host closed the connection)
  841. # [15:39] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  842. # [15:39] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  843. # [15:39] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  844. # [15:39] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  845. # [15:40] * Quits: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net) (Remote host closed the connection)
  846. # [15:40] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
  847. # [15:42] * Quits: tk___ (~quassel@host-72-174-197-168.dur-co.client.bresnan.net) (Ping timeout: 264 seconds)
  848. # [15:46] * Joins: paladinn (~paladin@unaffiliated/paladinn)
  849. # [15:46] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  850. # [15:46] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  851. # [15:46] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  852. # [15:46] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  853. # [15:52] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  854. # [15:52] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  855. # [15:53] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  856. # [15:53] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  857. # [15:54] * Quits: Dasleah (~das@ppp121-44-205-161.lns20.syd7.internode.on.net) (Quit: Leaving)
  858. # [15:59] * Quits: thirdknife (~thirdknif@39.47.63.42) (Ping timeout: 245 seconds)
  859. # [15:59] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  860. # [15:59] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  861. # [15:59] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  862. # [15:59] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  863. # [16:02] * Quits: gavin_huang (~gravof@125.116.98.30) (Quit: Leaving)
  864. # [16:03] * Joins: thirdknife (~thirdknif@39.47.93.4)
  865. # [16:05] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  866. # [16:05] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  867. # [16:06] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  868. # [16:06] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  869. # [16:06] * Joins: saschagehlich (~sascha@p5793101C.dip.t-dialin.net)
  870. # [16:09] * Joins: DrAwesomeClaws (~DrAwesome@c-71-234-86-254.hsd1.ct.comcast.net)
  871. # [16:12] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  872. # [16:12] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  873. # [16:12] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  874. # [16:12] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  875. # [16:15] * Quits: chanakya (darkcomet2@gateway/shell/trekweb.org/x-owqurgehsbquurlk) (Ping timeout: 240 seconds)
  876. # [16:17] * Quits: darkc0met (darkcomet@gateway/shell/trekweb.org/x-pphmefcyilerggiu) (Ping timeout: 264 seconds)
  877. # [16:18] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  878. # [16:18] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  879. # [16:18] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  880. # [16:18] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  881. # [16:24] * Quits: thirdknife (~thirdknif@39.47.93.4) (Ping timeout: 260 seconds)
  882. # [16:25] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  883. # [16:25] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  884. # [16:25] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  885. # [16:25] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  886. # [16:27] * kevvaoff is now known as kevva
  887. # [16:28] * kevva is now known as kevvaoff
  888. # [16:28] * kevvaoff is now known as kevva
  889. # [16:29] * Quits: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com) (Read error: Connection reset by peer)
  890. # [16:30] * Joins: SevenMachines_ (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
  891. # [16:30] * Joins: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com)
  892. # [16:30] * abstractj|away is now known as abstractj
  893. # [16:31] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Ping timeout: 245 seconds)
  894. # [16:31] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  895. # [16:31] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  896. # [16:31] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  897. # [16:31] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  898. # [16:32] * Joins: arkiver (~akshay@122.169.5.66)
  899. # [16:34] * abstractj is now known as abstractj|away
  900. # [16:35] <arkiver> How to prevent your page from breaking when zooming in and out ?
  901. # [16:35] <arkiver> happens on all browsers..
  902. # [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.
  903. # [16:36] <arkiver> I can pastebin the code if necessary
  904. # [16:37] * abstractj|away is now known as abstractj
  905. # [16:38] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  906. # [16:38] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  907. # [16:38] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  908. # [16:38] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  909. # [16:42] * Joins: CodeDroid_ (~CodeDroid@94.27.109.53)
  910. # [16:44] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  911. # [16:44] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  912. # [16:44] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  913. # [16:44] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  914. # [16:45] * Joins: miketaylr (~miketaylr@CPE000acd1846a0-CM00222dd6824d.cpe.net.cable.rogers.com)
  915. # [16:50] * Quits: drublic (~drublic@frbg-5f733faf.pool.mediaWays.net) (Remote host closed the connection)
  916. # [16:51] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  917. # [16:51] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  918. # [16:51] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  919. # [16:51] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  920. # [16:53] * Quits: niloy (~niloy@42.105.119.53) (Read error: Connection reset by peer)
  921. # [16:57] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  922. # [16:57] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  923. # [16:57] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  924. # [16:57] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  925. # [16:58] * Joins: strickly (strickly@186.22.122.84)
  926. # [17:00] * Quits: CodeDroid_ (~CodeDroid@94.27.109.53) (Ping timeout: 260 seconds)
  927. # [17:03] * Quits: Nabstylez (Nabstylez@c83-255-69-126.bredband.comhem.se) (Ping timeout: 255 seconds)
  928. # [17:03] * Joins: Nabstylez (Nabstylez@c83-255-69-126.bredband.comhem.se)
  929. # [17:04] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Read error: Operation timed out)
  930. # [17:04] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  931. # [17:04] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  932. # [17:04] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  933. # [17:04] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  934. # [17:07] * Quits: theCole (~cole@p5795AD24.dip.t-dialin.net) (Quit: theCole)
  935. # [17:10] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  936. # [17:10] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  937. # [17:10] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  938. # [17:10] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  939. # [17:14] * Joins: darkc0met (darkcomet@gateway/shell/trekweb.org/x-twkwxeyjjeyxhntw)
  940. # [17:17] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  941. # [17:17] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  942. # [17:17] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  943. # [17:17] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  944. # [17:22] * Joins: thirdknife (~thirdknif@39.47.93.4)
  945. # [17:23] * Joins: chanakya (darkcomet2@gateway/shell/trekweb.org/x-wsjyfabxgdjwrxgg)
  946. # [17:23] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  947. # [17:23] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  948. # [17:23] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  949. # [17:23] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  950. # [17:28] * abstractj is now known as abstractj|away
  951. # [17:29] * Joins: boogyman (~boogy@pdpc/supporter/professional/boogyman)
  952. # [17:30] * Quits: thomasvs (~thomasvs@fedora/thomasvs) (Excess Flood)
  953. # [17:30] * Joins: thomasvs (~thomasvs@betsy.apestaart.org)
  954. # [17:30] * Quits: thomasvs (~thomasvs@betsy.apestaart.org) (Changing host)
  955. # [17:30] * Joins: thomasvs (~thomasvs@fedora/thomasvs)
  956. # [17:30] * Joins: rickibalboa (~ricki@84.19.108.75)
  957. # [17:31] * Joins: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net)
  958. # [17:37] * Joins: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net)
  959. # [17:38] * Joins: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net)
  960. # [17:38] * Quits: miketaylr (~miketaylr@CPE000acd1846a0-CM00222dd6824d.cpe.net.cable.rogers.com) (Quit: Leaving...)
  961. # [17:39] * Quits: sean` (~seankoole@D97A9B72.cm-3-3c.dynamic.ziggo.nl) (Quit: Ik ga weg)
  962. # [17:44] * Joins: zirman (~zirman@pdpc/supporter/active/zirman)
  963. # [17:47] * Joins: polyurethane (~sara_@unaffiliated/polyurethane)
  964. # [17:49] * Quits: thirdknife (~thirdknif@39.47.93.4) (Remote host closed the connection)
  965. # [17:51] * Joins: thirdknife (~thirdknif@39.47.93.4)
  966. # [17:53] * Quits: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com) (Remote host closed the connection)
  967. # [17:56] * Joins: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com)
  968. # [17:58] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  969. # [18:02] * Joins: miketaylr (~miketaylr@CPE000acd1846a0-CM00222dd6824d.cpe.net.cable.rogers.com)
  970. # [18:05] * Quits: SevenMachines_ (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Quit: Ex-Chat)
  971. # [18:08] * Joins: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net)
  972. # [18:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
  973. # [18:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
  974. # [18:28] * Joins: debsan (~debsan@190.245.74.16)
  975. # [18:30] * Quits: thirdknife (~thirdknif@39.47.93.4) (Quit: Leaving)
  976. # [18:31] * Norrin is now known as NorrinRadd
  977. # [18:32] * Joins: theCole (~cole@cable-158-181-94-2.cust.telecolumbus.net)
  978. # [18:44] * Joins: scorn (~scorn@90-230-91-195-no148.tbcn.telia.com)
  979. # [18:45] * Joins: thirdknife (~thirdknif@39.47.93.4)
  980. # [18:48] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  981. # [18:48] * Quits: miketaylr (~miketaylr@CPE000acd1846a0-CM00222dd6824d.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
  982. # [18:50] * Quits: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com) (Read error: No route to host)
  983. # [18:50] * Joins: grumpyOldRussian (~grumpyOld@host86-164-46-39.range86-164.btcentralplus.com)
  984. # [18:55] * NorrinRadd is now known as Norrin
  985. # [18:56] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
  986. # [18:57] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
  987. # [18:57] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
  988. # [18:58] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
  989. # [18:59] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
  990. # [18:59] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
  991. # [19:00] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
  992. # [19:01] * Joins: austincheney (~austinche@108-72-77-136.lightspeed.rcsntx.sbcglobal.net)
  993. # [19:01] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
  994. # [19:01] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
  995. # [19:02] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
  996. # [19:04] * Quits: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  997. # [19:04] * Joins: tk___ (~quassel@host-72-174-197-168.dur-co.client.bresnan.net)
  998. # [19:04] * Joins: tw2113 (~tw2113@fedora/tw2113)
  999. # [19:04] * Joins: b-ot (~b-ot@46-38-167-162.static.cloud-ips.co.uk)
  1000. # [19:04] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
  1001. # [19:05] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
  1002. # [19:06] * Quits: dmachi1 (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net) (Quit: Leaving.)
  1003. # [19:06] * Joins: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net)
  1004. # [19:06] * Joins: N1X (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  1005. # [19:06] * Quits: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net) (Remote host closed the connection)
  1006. # [19:07] * N1X is now known as Guest52157
  1007. # [19:11] * Quits: xinming (~hyy@113.248.101.125) (Ping timeout: 252 seconds)
  1008. # [19:12] * Joins: xinming (~hyy@125.82.200.79)
  1009. # [19:14] * Quits: Guest52157 (~EmmJ@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
  1010. # [19:14] * Joins: cheesyquaver (~PLUR@unaffiliated/plur)
  1011. # [19:17] * Joins: koggdal (~koggdal@host-95-199-151-9.mobileonline.telia.com)
  1012. # [19:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
  1013. # [19:21] * Quits: polyurethane (~sara_@unaffiliated/polyurethane) (Read error: Connection reset by peer)
  1014. # [19:21] * Quits: thirdknife (~thirdknif@39.47.93.4) (Ping timeout: 248 seconds)
  1015. # [19:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
  1016. # [19:22] * Quits: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de) (Quit: solocio)
  1017. # [19:22] * Quits: rickibalboa (~ricki@84.19.108.75) (Quit: Leaving)
  1018. # [19:22] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
  1019. # [19:23] * Joins: polyurethane (~sara_@178.236.112.107)
  1020. # [19:23] * Quits: devongovett (~devongove@pppoe-68-142-42-103.gmavt.net) (Remote host closed the connection)
  1021. # [19:24] * Joins: drublic (~drublic@frbg-5f733faf.pool.mediaWays.net)
  1022. # [19:30] * Quits: scorn (~scorn@90-230-91-195-no148.tbcn.telia.com) (Quit: Ex-Chat)
  1023. # [19:31] * Quits: asher^ (asher@unaffiliated/asher/x-9381395)
  1024. # [19:31] * Joins: patcito (~123@190.43.56.214)
  1025. # [19:32] * Quits: sasori (~sasori@cm230.sigma174.maxonline.com.sg) (Ping timeout: 248 seconds)
  1026. # [19:33] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 252 seconds)
  1027. # [19:35] * Quits: rehat (~rehat@76.91.111.33) (Remote host closed the connection)
  1028. # [19:38] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
  1029. # [19:54] * Joins: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net)
  1030. # [19:56] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
  1031. # [19:58] * Quits: aviraldg (~aviraldg@117.200.86.108) (Ping timeout: 248 seconds)
  1032. # [20:02] * Joins: rehat (~rehat@ip-64-134-233-101.public.wayport.net)
  1033. # [20:12] * Joins: aviraldg (~aviraldg@117.200.84.72)
  1034. # [20:13] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Going!)
  1035. # [20:16] * Joins: Z33K|Lux (~highoh@c-67-171-35-186.hsd1.wa.comcast.net)
  1036. # [20:18] * Joins: snearch (~snearch@f053009037.adsl.alicedsl.de)
  1037. # [20:20] * Joins: alrra (~alrra@unaffiliated/alrra)
  1038. # [20:20] * Joins: shepazu (~shepazu@65-122-15-169.dia.static.qwest.net)
  1039. # [20:22] * Quits: zirman (~zirman@pdpc/supporter/active/zirman) (Quit: zirman)
  1040. # [20:27] * Joins: Rochefort (~rochefort@78.179.124.197)
  1041. # [20:30] * Quits: arkiver (~akshay@122.169.5.66) (Quit: Leaving)
  1042. # [20:31] * Quits: Rochefort (~rochefort@78.179.124.197) (Remote host closed the connection)
  1043. # [20:33] * Quits: danielfilho (~danielfil@187.31.77.7) (Read error: Connection reset by peer)
  1044. # [20:33] * Joins: danielfilho (~danielfil@2804:13c:2:c117:f58d:8cc6:6049:f765)
  1045. # [20:33] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 260 seconds)
  1046. # [20:40] * Joins: miketaylr (~miketaylr@209.226.201.250)
  1047. # [20:46] * Quits: PavillonNoir (~Bigorneau@home.patriceblin.com) (Remote host closed the connection)
  1048. # [20:50] * Joins: AlbireoX`Laptop (~AlbireoX@99-136-83-34.lightspeed.rcsntx.sbcglobal.net)
  1049. # [20:50] * Joins: tw2113 (~tw2113@fedora/tw2113)
  1050. # [20:55] * Joins: thirdknife (~thirdknif@39.47.93.4)
  1051. # [20:56] * Quits: aviraldg (~aviraldg@117.200.84.72) (Quit: Leaving)
  1052. # [20:58] * Quits: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net) (Quit: Computer has gone to sleep.)
  1053. # [21:12] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  1054. # [21:20] * johnkpaul-afk is now known as johnkpaul
  1055. # [21:26] * Joins: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net)
  1056. # [21:26] * Hornet- is now known as Hornet
  1057. # [21:27] * Joins: Rochefort (~rochefort@95.14.113.205)
  1058. # [21:27] * Quits: Rochefort (~rochefort@95.14.113.205) (Remote host closed the connection)
  1059. # [21:31] * Quits: tristanseifert (~tristanse@cpe-72-177-37-13.austin.res.rr.com) (Ping timeout: 248 seconds)
  1060. # [21:32] * Joins: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
  1061. # [21:32] * Joins: tristanseifert (~tristanse@cpe-72-177-37-13.austin.res.rr.com)
  1062. # [21:33] * Quits: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Client Quit)
  1063. # [21:49] * Quits: BigKing (~BigKing@dslb-146-060-121-184.pools.arcor-ip.net) (Ping timeout: 260 seconds)
  1064. # [21:49] * Quits: thirdknife (~thirdknif@39.47.93.4) (Quit: Leaving)
  1065. # [21:50] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
  1066. # [21:50] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
  1067. # [21:52] * Joins: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net)
  1068. # [21:53] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
  1069. # [21:53] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
  1070. # [21:55] * Joins: BigKing (~BigKing@dslb-146-060-121-184.pools.arcor-ip.net)
  1071. # [21:58] * Joins: manuchill (~mstalfoor@546AF501.cm-12-3d.dynamic.ziggo.nl)
  1072. # [21:58] * Quits: dmachi (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net) (Read error: Connection reset by peer)
  1073. # [21:58] * Joins: dmachi1 (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net)
  1074. # [22:03] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
  1075. # [22:03] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
  1076. # [22:06] * Quits: roadt (~roadt@60.168.92.11) (Ping timeout: 245 seconds)
  1077. # [22:08] * Quits: miketaylr (~miketaylr@209.226.201.250) (Quit: Leaving...)
  1078. # [22:11] * Quits: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net) (Remote host closed the connection)
  1079. # [22:11] * abstractj|away is now known as abstractj
  1080. # [22:12] <grantg> god damn mobile safari is slower than IE8...
  1081. # [22:12] * abstractj is now known as abstractj|away
  1082. # [22:12] <grantg> :(
  1083. # [22:12] * Joins: Criztian (~criztian@host152-220-dynamic.7-87-r.retail.telecomitalia.it)
  1084. # [22:12] <grantg> nitro feels slower than IE8's js engine
  1085. # [22:13] * Quits: snearch (~snearch@f053009037.adsl.alicedsl.de) (Quit: Verlassend)
  1086. # [22:13] * Quits: tristanseifert (~tristanse@cpe-72-177-37-13.austin.res.rr.com) (Quit: Insert quarter and press 1 for quit message.)
  1087. # [22:13] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
  1088. # [22:13] * Quits: shepazu (~shepazu@65-122-15-169.dia.static.qwest.net) (Quit: shepazu)
  1089. # [22:14] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
  1090. # [22:14] * kevva is now known as kevvaoff
  1091. # [22:14] * Joins: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net)
  1092. # [22:15] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
  1093. # [22:15] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
  1094. # [22:16] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
  1095. # [22:16] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
  1096. # [22:17] * Joins: tristanseifert (~tristanse@cpe-72-177-37-13.austin.res.rr.com)
  1097. # [22:17] * Quits: dmachi1 (~dmachi@pool-71-254-73-136.ronkva.east.verizon.net) (Ping timeout: 255 seconds)
  1098. # [22:18] * Quits: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net)
  1099. # [22:18] * Joins: dmachi (~dmachi@pool-71-254-75-47.ronkva.east.verizon.net)
  1100. # [22:22] * Quits: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net) (Ping timeout: 255 seconds)
  1101. # [22:22] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
  1102. # [22:22] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
  1103. # [22:22] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
  1104. # [22:22] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (Read error: Operation timed out)
  1105. # [22:25] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
  1106. # [22:26] * Quits: dmachi (~dmachi@pool-71-254-75-47.ronkva.east.verizon.net) (Ping timeout: 260 seconds)
  1107. # [22:27] * Joins: dmachi (~dmachi@pool-71-254-71-230.ronkva.east.verizon.net)
  1108. # [22:27] * Quits: patcito (~123@190.43.56.214) (Read error: Connection reset by peer)
  1109. # [22:28] * Joins: patcito (~123@190.43.56.214)
  1110. # [22:29] * Quits: polyurethane (~sara_@178.236.112.107) (Changing host)
  1111. # [22:29] * Joins: polyurethane (~sara_@unaffiliated/polyurethane)
  1112. # [22:30] * Quits: vlad_starkov (~vlad_star@213.79.102.163) (Read error: Connection reset by peer)
  1113. # [22:31] * Joins: vlad_starkov (~vlad_star@213.79.102.163)
  1114. # [22:32] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  1115. # [22:33] * Quits: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net) (Remote host closed the connection)
  1116. # [22:34] * Joins: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net)
  1117. # [22:38] * Parts: ordinaryman09 (~RichardPC@cpe-75-85-50-188.socal.res.rr.com)
  1118. # [22:39] * Quits: kswedberg (~kswedberg@c-68-43-183-68.hsd1.mi.comcast.net) (Quit: Computer has gone to sleep.)
  1119. # [22:49] * Joins: Dasleah (~das@ppp121-44-51-104.lns20.syd6.internode.on.net)
  1120. # [22:50] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 248 seconds)
  1121. # [22:50] * Quits: paladinn (~paladin@unaffiliated/paladinn) (Quit: HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!)
  1122. # [22:51] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
  1123. # [22:54] * Joins: r0tha (~r0tha@50-0-136-253.dsl.dynamic.sonic.net)
  1124. # [23:01] * Quits: Ms2ger (~Ms2ger@91.181.39.177) (Quit: nn)
  1125. # [23:05] * Joins: niloy (~niloy@42.104.99.7)
  1126. # [23:08] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
  1127. # [23:13] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
  1128. # [23:13] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Ping timeout: 245 seconds)
  1129. # [23:16] * Quits: gyzmodo (x@89.146.122.77)
  1130. # [23:16] * Quits: rehat (~rehat@ip-64-134-233-101.public.wayport.net) (Remote host closed the connection)
  1131. # [23:18] * Joins: grange|blubb (~grange@chello080108165027.2.12.vie.surfer.at)
  1132. # [23:20] * Quits: grange (~grange@chello080108165027.2.12.vie.surfer.at) (Ping timeout: 255 seconds)
  1133. # [23:21] * Quits: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
  1134. # [23:22] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
  1135. # [23:26] * Quits: manuchill (~mstalfoor@546AF501.cm-12-3d.dynamic.ziggo.nl) (Quit: kthxbai)
  1136. # [23:28] * Joins: cloudpopup (~squeakyto@h87-96-232-107.dynamic.se.alltele.net)
  1137. # [23:33] * Quits: BigKing (~BigKing@dslb-146-060-121-184.pools.arcor-ip.net) (Remote host closed the connection)
  1138. # [23:38] * Joins: GhostFreeman (~cameronki@67.218.172.11)
  1139. # [23:41] * Quits: squeakytoy (~squeakyto@h87-96-232-107.dynamic.se.alltele.net) (Quit: Leaving)
  1140. # [23:41] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
  1141. # [23:44] * Quits: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net) (Quit: idling out)
  1142. # [23:46] * Joins: lilsheep (~lilsheep@108-66-118-36.lightspeed.sndgca.sbcglobal.net)
  1143. # [23:51] * Joins: nonge (~nonge@p508295D7.dip.t-dialin.net)
  1144. # [23:53] * Joins: pn0 (~pn0@95-31-214-222.broadband.corbina.ru)
  1145. # [23:53] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 240 seconds)
  1146. # [23:55] * Quits: niloy (~niloy@42.104.99.7) (Read error: Connection reset by peer)
  1147. # [23:56] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
  1148. # [23:56] * Joins: imsky (~imsky@c-71-194-152-46.hsd1.in.comcast.net)
  1149. # Session Close: Mon Jul 23 00:00:00 2012

The end :)