<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:10:00] ⇦ Quits: moony_ (moony_!~moony@tx-76-4-59-44.dhcp.embarqhsd.net) (Ping timeout: 186 seconds)
L2[00:55:54] ⇦ Quits: Brokkoli (Brokkoli!~Brokkoli@p2e5b1c60.dip0.t-ipconnect.de) (Read error: -0x7880: SSL - The peer notified us that the connection is going to be closed)
L3[01:04:11] ⇦ Quits: WereSquirrel (WereSquirrel!~bloop@cpe-107-15-192-218.nc.res.rr.com) (Quit: Oh no. A thing broke.)
L4[01:08:09] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@p4fed53fa.dip0.t-ipconnect.de)
L5[01:11:21] ⇨ Joins: WereSquirrel (WereSquirrel!~bloop@cpe-107-15-192-218.nc.res.rr.com)
L6[01:29:20] ⇦ Quits: McJty (McJty!~jorrit@ptr-9197ufn3xriafrvlfym.18120a2.ip6.access.telenet.be) (Quit: Leaving)
L7[01:33:18] ⇨ Joins: SparkVGX (SparkVGX!~SparkVGX@121.99.164.93)
L8[01:34:14] ⇦ Quits: airbreather_ (airbreather_!~airbreath@d149-67-99-43.nap.wideopenwest.com) (Ping timeout: 182 seconds)
L9[02:00:03] <MCPBot_Reborn> [TEST CSV] Pushing snapshot_20180303 mappings to Forge Maven.
L10[02:00:07] <MCPBot_Reborn> [TEST CSV] Maven upload successful for mcp_snapshot-20180303-1.12.zip (mappings = "snapshot_20180303" in build.gradle).
L11[02:00:17] <MCPBot_Reborn> Semi-live (every 10 min), Snapshot (daily ~3:00 EST), and Stable (committed) MCPBot mapping exports can be found here: http://export.mcpbot.bspk.rs/
L12[02:09:45] ⇦ Quits: SparkVGX (SparkVGX!~SparkVGX@121.99.164.93) (Read error: Connection reset by peer)
L13[02:09:57] ⇦ Quits: Doty1154 (Doty1154!~Doty1154@2601:648:8000:134f:8dfe:885e:1440:1be0) (Read error: Connection reset by peer)
L14[02:58:08] ⇨ Joins: Alex_hawks|Alt (Alex_hawks|Alt!~Alex_hawk@1.122.233.247)
L15[02:58:45] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@p4fed53fa.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L16[03:04:16] ⇦ Quits: Alex_hawks (Alex_hawks!~Alex_hawk@1.122.233.247) (Ping timeout: 383 seconds)
L17[03:04:44] ⇦ Quits: Tahg (Tahg!~Tahg@pool-173-76-171-141.bstnma.fios.verizon.net) (Ping timeout: 383 seconds)
L18[03:09:34] ⇨ Joins: Noppes (Noppes!~Noppes@ip56530f2e.direct-adsl.nl)
L19[03:14:14] ⇨ Joins: Nedelosk (Nedelosk!~Nedelosk@ip-109-90-121-64.hsi11.unitymediagroup.de)
L20[03:14:48] ⇨ Joins: Naiten (Naiten!Naiten@77.34.45.110)
L21[03:37:47] ⇨ Joins: airbreather (airbreather!~airbreath@d149-67-99-43.nap.wideopenwest.com)
L22[03:52:39] <Ordinastie> that'd be nice if there was a way to reevaluate initializers for final static fields
L23[03:55:21] <godxeno> good evening everyone
L24[04:08:00] <TvL2386> good morning
L25[04:35:56] ⇦ Quits: Spottedleaf (Spottedleaf!~Spottedle@d75-155-207-106.bchsia.telus.net) (Ping timeout: 182 seconds)
L26[04:40:48] ⇨ Joins: auenfx8 (auenfx8!~David@121.212.143.198)
L27[04:41:27] ⇦ Quits: auenf (auenf!~David@121.212.143.198) (Read error: Connection reset by peer)
L28[04:45:05] <LexMobile> ? what ord?
L29[04:56:52] ⇦ Quits: auenfx8 (auenfx8!~David@121.212.143.198) (Remote host closed the connection)
L30[04:57:27] ⇨ Joins: auenf (auenf!~David@121.212.143.198)
L31[04:59:15] <Ordinastie> I meant for debugging purpose
L32[05:00:32] <Ordinastie> fucked up something in the constructor, you can hotswap it, it won't really help for the instances in the static fields
L33[05:17:06] <masa> gigaherz: C & B for mossy stairs?
L34[05:18:00] <masa> Is there a way to read texture dependencies from the blockstate and/or model json files such that I could return those from my custom IModel.getTextures() so that they would get stitched?
L35[05:18:16] <gigaherz> you an use custom data
L36[05:18:23] <gigaherz> "custom": {
L37[05:18:25] <gigaherz> blah blah }
L38[05:18:32] <masa> so far I think the earliest point where I get those is in retexture()
L39[05:18:52] <gigaherz> you'll receive it in the IModel#process method
L40[05:18:58] <gigaherz> which is supposed to return a new instance of the IModel
L41[05:19:14] <gigaherz> wait textures
L42[05:19:23] <gigaherz> retexture IS supposed to be used for that
L43[05:19:32] <gigaherz> okay I shouldn't be thinking yet
L44[05:19:50] <gigaherz> I literally just woke up less than 10 minutes ago
L45[05:19:52] <masa> hmm oh right and when I return a new IModel then I can use them there...
L46[05:20:00] <masa> in getTextures()
L47[05:20:09] <gigaherz> yes in retexture/process, you return a new instance with the added data
L48[05:20:30] <gigaherz> which lets you then later return them in getTextures (getDependencies if you loaded other models in custom data)
L49[05:30:42] <masa> hmm, am I doing something stupid again... this doesn't work
L50[05:30:57] <masa> getTextures() doesn't get called for the new IModel I return from reteture()
L51[05:38:01] ⇨ Joins: Unh0ly_Tigg (Unh0ly_Tigg!~Unh0ly_Ti@c-24-21-196-226.hsd1.or.comcast.net)
L52[05:42:16] ⇨ Joins: vidplace7 (vidplace7!sid14837@id-14837.tooting.irccloud.com)
L53[06:02:34] ⇦ Quits: immibis (immibis!~chatzilla@222-155-160-32.jetstream.xtra.co.nz) (Ping timeout: 182 seconds)
L54[06:47:39] ⇨ Joins: Tahg (Tahg!~Tahg@pool-173-76-171-141.bstnma.fios.verizon.net)
L55[06:47:40] MineBot sets mode: +v on Tahg
L56[06:55:08] ⇨ Joins: fry (fry!~rainwarri@195.91.246.187)
L57[06:55:08] MineBot sets mode: +o on fry
L58[06:55:43] <godxeno> https://pastebin.com/u5CZ4eQT
L59[06:55:45] <godxeno> im crashing
L60[06:56:25] <godxeno> on my server
L61[06:57:15] <godxeno> does anyone know why this crashes
L62[07:00:40] <masa> Elemental Creepers mod is bugged and tries to subscribe client-side-only stuff on the server
L63[07:00:51] <godxeno> oh ok
L64[07:06:32] ⇨ Joins: Vaht (Vaht!~Tahg@pool-173-76-171-141.bstnma.fios.verizon.net)
L65[07:06:32] MineBot sets mode: +v on Vaht
L66[07:07:50] ⇦ Quits: Tahg (Tahg!~Tahg@pool-173-76-171-141.bstnma.fios.verizon.net) (Ping timeout: 207 seconds)
L67[07:22:08] ⇨ Joins: Ipsis (Ipsis!~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk)
L68[07:55:21] <godxeno> can i have help
L69[07:55:22] <godxeno> https://gist.github.com/anonymous/472e996673f6c8852bc944dbc2dcff54
L70[07:55:38] <godxeno> i keep crashing on my own server when i join it login than freezes than times out how to fix this?
L71[08:03:54] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@p4FED53FA.dip0.t-ipconnect.de)
L72[08:04:06] <godxeno> is anyone around who can help
L73[08:07:11] <godxeno> https://gist.github.com/anonymous/376ea16ea12a134d9a3a5029ad6f5dcf
L74[08:08:16] ⇦ Quits: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch) (Quit: romibi)
L75[08:08:28] ⇨ Joins: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch)
L76[08:10:57] ⇦ Quits: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch) (Client Quit)
L77[08:14:13] ⇨ Joins: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch)
L78[08:19:50] <Naiten> Hi there. Are there any rumors on MC 1.13 dates? IKR it says "release ETA is banned topic" in rules, but I assume that intends Forge releases which i'm not asking about, right?
L79[08:21:48] <masa> I haven't heard anything about the vanilla 1.13 release date yet, and they seem to still be adding stuff and making changes, so I wouldn't expect it to happen that soon just yet
L80[08:23:08] <masa> godxeno: that log seems to cut out midway?
L81[08:23:39] <masa> oh wait I was looking at the first one
L82[08:23:55] <godxeno> where would i find out which mod is causing me to time out it logins than times out than disconnects my client
L83[08:24:01] <godxeno> im testing local host
L84[08:27:58] <masa> wasn't there some option added to Forge recently to set that timeout value? have you tried increasing that a bit?
L85[08:28:20] <Naiten> masa, ah, got it. May I ask, Forge is still totally separate entity from Mojang and releases lag after vanilla? Not trolling in any way, just was busy with study for a long time.
L86[08:29:59] <godxeno> and where would that be masa
L87[08:30:13] <masa> Forge is completely separate community effort yes. Although the main devs do talk to some people from Mojang sometimes from what I know
L88[08:31:18] <godxeno> how do i find out how to change time out time?
L89[08:31:35] <Naiten> Ah, so little changed during my absence, got that. Thanks.
L90[08:34:09] <Ordinastie> I wonder, why is null not accepted as optional value ?
L91[08:34:31] <godxeno> ordin do u know why i can't connect to my server?
L92[08:34:39] <masa> Optional.ofNullable()?
L93[08:34:40] <godxeno> i get a time out even on my local host
L94[08:35:29] <Ordinastie> masa, no, that makes an empty optional if the value is null
L95[08:36:04] <masa> godxeno: try launching with the -Dfml.readTimeout=60 argument
L96[08:37:11] <godxeno> where do i put that
L97[08:37:36] <masa> in the arguments of your server launch script or commandline
L98[08:37:51] <godxeno> can you type it out how to set it out
L99[08:37:52] <godxeno> for me
L100[08:37:58] <masa> an also on the client
L101[08:38:54] <masa> I don't know what type of server and client setup you have... on the client put that in the JVM arguments of your launcher, on the server put it in the launch command inside the start script or whatever you use
L102[08:39:41] <godxeno> -Dfml.readTimeout=60
L103[08:39:44] <godxeno> so like this
L104[08:44:03] <godxeno> java -Xmx4000M -Xms4000M -jar forge-1.12.2-14.23.2.2624-universal.jar -Dfml.readTimeout=60 nogui
L105[08:45:23] <masa> hmm, I think that might need to go before the -jar argument?
L106[08:45:58] <masa> I think anything after that goes as arguments to the forge/minecraft process?
L107[08:46:19] <godxeno> how would u set it out then
L108[08:47:12] <godxeno> java -Xmx4000M -Xms4000M -Dfml.readTimeout=60 -jar forge-1.12.2-14.23.2.2624-universal.jar nogui
L109[08:47:16] <godxeno> like this
L110[08:47:20] <masa> yes
L111[08:50:08] <godxeno> masa
L112[08:50:09] <godxeno> https://gyazo.com/7a6fdec2835a254e299d8a9627839636
L113[08:50:13] <godxeno> that dont work on client
L114[08:50:18] <godxeno> it crashes and wont even boot up
L115[08:51:41] <masa> don't add the -jar part on the client, the launcher adds that
L116[08:52:18] <masa> just the -Dfml.readTimeout=60
L117[08:53:02] <godxeno> i dont understand why this happens even though my laptop is a quaod core i7 4.5 ghz 16 gb of ram ddr4 and gtx 1070
L118[08:54:25] <godxeno> gonna shower see if this fixes it
L119[09:04:17] ⇨ Joins: Javaschreiber (Javaschreiber!~Thunderbi@88-209-32-73.nga.highspeed-baumann.de)
L120[09:08:56] <godxeno> nope still crashes
L121[09:09:02] <godxeno> masa i think it's weather 2
L122[09:09:07] <godxeno> mod it's known to be buggy
L123[09:10:48] ⇦ Quits: Naiten (Naiten!Naiten@77.34.45.110) (Quit: Leaving)
L124[09:11:27] <godxeno> masa can i pm you?
L125[09:14:41] <masa> about what?
L126[09:15:08] <masa> I really don't have the time to become a personal assistant... >_>
L127[09:15:28] <masa> and I don't know much of anything about mods in general...
L128[09:15:44] <masa> I mean about anything other than my own mods
L129[09:19:37] <gigaherz> godxeno: really we already told you, this is a mod DEVELOPMENT help channel
L130[09:19:42] <gigaherz> for user support, there's the forums
L131[09:19:56] <gigaherz> we can look at some crash log every now and then
L132[09:20:13] <gigaherz> but most of us are here to help others make mods, and to ask others when we have issues making mods
L133[09:20:45] <gigaherz> you are more likely to find people experienced with running servers, in the forums.
L134[09:24:06] <masa> or reddit, or Discord
L135[09:26:20] ⇨ Joins: quadraxis (quadraxis!~quadraxis@cpc77293-basf12-2-0-cust699.12-3.cable.virginm.net)
L136[09:26:59] <godxeno> which discord channel?
L137[09:34:29] <masa> maybe the FTB or MMD discord
L138[09:34:42] <masa> they are linked on the sidebar on r/ftb
L139[09:41:09] <Ordinastie> quick question : what do you prefer ?
L140[09:41:11] <Ordinastie> return Optional.of(supplier.get()).orElse(base);
L141[09:41:11] <Ordinastie> return ObjectUtils.firstNonNull(supplier.get(), base);
L142[09:43:16] <gigaherz> the second makes the intention more clear
L143[09:43:28] <gigaherz> actually no
L144[09:43:30] <gigaherz> it makes it confusing
L145[09:43:45] <gigaherz> for a moment I thought it would call supplier more than once
L146[09:43:47] <gigaherz> until it wasn't null
L147[09:44:14] <gigaherz> I strongly dislike using optional in that kind of context
L148[09:44:26] <gigaherz> since you create an optional and then discard it, immediately
L149[09:44:56] <gigaherz> in that sense, the second would be best, but its naming is confusing
L150[09:45:02] <Ordinastie> at first I was trying to have the supplier return optional but I ran into lots of problems
L151[09:46:16] <gigaherz> google suggests firstNonNull as an alternative to C#'s null-coalescing operator (??)
L152[09:46:29] <gigaherz> but the naming I don't like.
L153[09:47:14] <gigaherz> the way I see it there should be some kind of "Nullable.withFallback(nullable, non-nullable)" somewhere, and if there isn't, java sucks a little bit more for it :P
L154[09:48:12] <Ordinastie> so you'd go full T t = supplier.get(); return t != null ? t : base; ?
L155[09:48:30] <gigaherz> given those choices, probably
L156[09:48:34] <gigaherz> but that's my tastes
L157[09:49:12] <gigaherz> I might even declare some static function around
L158[09:49:55] <Ordinastie> it's already the helper function :p
L159[09:57:53] ⇨ Joins: RichardG_ (RichardG_!~ident@201.37.243.160)
L160[09:57:53] MineBot sets mode: +v on RichardG_
L161[09:57:53] ⇦ Quits: RichardG (RichardG!~ident@201.37.243.160) (Read error: Connection reset by peer)
L162[10:02:11] <masa> whoops I had two instances of the game running and opened in the same world... does it not have the world lock stuff?
L163[10:05:21] <Ordinastie> one of the instance won't save
L164[10:05:53] <masa> ah, okay
L165[10:06:05] <Ordinastie> it shows in the log iirc
L166[10:13:31] ⇦ Quits: Unh0ly_Tigg (Unh0ly_Tigg!~Unh0ly_Ti@c-24-21-196-226.hsd1.or.comcast.net) (Quit: Leaving)
L167[10:23:05] ⇨ Joins: Brokkoli (Brokkoli!~Brokkoli@p2E5B1C60.dip0.t-ipconnect.de)
L168[10:59:53] ⇦ Quits: Javaschreiber (Javaschreiber!~Thunderbi@88-209-32-73.nga.highspeed-baumann.de) (Ping timeout: 207 seconds)
L169[11:03:04] ⇨ Joins: Javaschreiber (Javaschreiber!~Thunderbi@88-209-32-73.nga.highspeed-baumann.de)
L170[11:10:29] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@p4FED53FA.dip0.t-ipconnect.de) (Ping timeout: 383 seconds)
L171[11:11:56] ⇦ Quits: Javaschreiber (Javaschreiber!~Thunderbi@88-209-32-73.nga.highspeed-baumann.de) (Ping timeout: 383 seconds)
L172[11:23:03] ⇨ Joins: Javaschreiber (Javaschreiber!~Thunderbi@88-209-32-73.nga.highspeed-baumann.de)
L173[11:24:26] ⇨ Joins: Upth (Upth!~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net)
L174[11:26:57] ⇦ Quits: Upthorn (Upthorn!~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net) (Ping timeout: 198 seconds)
L175[11:28:54] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@p4FED53FA.dip0.t-ipconnect.de)
L176[11:42:44] ⇨ Joins: Nedelosk_ (Nedelosk_!~Nedelosk@ip-109-90-121-64.hsi11.unitymediagroup.de)
L177[11:43:51] ⇦ Quits: Nedelosk (Nedelosk!~Nedelosk@ip-109-90-121-64.hsi11.unitymediagroup.de) (Ping timeout: 383 seconds)
L178[12:21:00] ⇨ Joins: McJty (McJty!~jorrit@ptr-9197ufo2di9at1t648a.18120a2.ip6.access.telenet.be)
L179[12:34:08] ⇦ Quits: PitchBright (PitchBright!~PitchBrig@CPE00fc8d8a3ce3-CM00fc8d8a3ce0.cpe.net.cable.rogers.com) (Ping timeout: 207 seconds)
L180[13:27:25] <vehk> h
L181[13:27:29] <vehk> ignore that
L182[13:41:10] ⇨ Joins: PitchBright (PitchBright!~PitchBrig@2607:fea8:559f:fe02:812b:b03:20c2:8d4f)
L183[13:56:39] ⇨ Joins: Spottedleaf (Spottedleaf!~Spottedle@node-1w7jr9qqos9g09w9bnlo4b5ej.ipv6.telus.net)
L184[13:57:30] ⇦ Quits: McJty (McJty!~jorrit@ptr-9197ufo2di9at1t648a.18120a2.ip6.access.telenet.be) (Quit: Leaving)
L185[13:57:38] ⇦ Quits: srs_bsns (srs_bsns!blk@107.190.101.30) (Read error: Connection reset by peer)
L186[13:57:49] ⇨ Joins: srs_bsns (srs_bsns!blk@107.190.101.30)
L187[14:08:23] ⇦ Quits: Ipsis (Ipsis!~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk) (Ping timeout: 207 seconds)
L188[14:18:33] ⇨ Joins: SparkVGX (SparkVGX!~SparkVGX@121.99.164.93)
L189[14:59:29] ⇨ Joins: Alex_hawks (Alex_hawks!~Alex_hawk@1.122.233.247)
L190[15:01:09] ⇦ Quits: Alex_hawks|Alt (Alex_hawks|Alt!~Alex_hawk@1.122.233.247) (Ping timeout: 198 seconds)
L191[15:01:51] *** Upth is now known as Upthorn
L192[15:02:17] ⇨ Joins: Tahg (Tahg!~Tahg@pool-173-76-171-141.bstnma.fios.verizon.net)
L193[15:02:18] MineBot sets mode: +v on Tahg
L194[15:02:23] ⇨ Joins: Upth (Upth!~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net)
L195[15:02:48] ⇦ Quits: Vaht (Vaht!~Tahg@pool-173-76-171-141.bstnma.fios.verizon.net) (Ping timeout: 186 seconds)
L196[15:10:58] ⇦ Quits: lp (lp!~lordpipe@66.109.211.167) (Quit: WeeChat 2.0.1)
L197[15:57:24] ⇦ Quits: Spottedleaf (Spottedleaf!~Spottedle@node-1w7jr9qqos9g09w9bnlo4b5ej.ipv6.telus.net) (Killed (NickServ (GHOST command used by Spottedleaf_!~Spottedle@node-1w7jr9qqos9g12k2wiib00cwl.ipv6.telus.net)))
L198[15:57:28] ⇨ Joins: Spottedleaf (Spottedleaf!~Spottedle@node-1w7jr9qqos9g12k2wiib00cwl.ipv6.telus.net)
L199[16:28:38] ⇦ Quits: Spottedleaf (Spottedleaf!~Spottedle@node-1w7jr9qqos9g12k2wiib00cwl.ipv6.telus.net) (Killed (NickServ (GHOST command used by Spottedleaf_!~Spottedle@node-1w7jr9qqos9g0xpeaigt72rrt.ipv6.telus.net)))
L200[16:28:42] ⇨ Joins: Spottedleaf (Spottedleaf!~Spottedle@node-1w7jr9qqos9g0xpeaigt72rrt.ipv6.telus.net)
L201[16:28:58] ⇨ Joins: Doty1154 (Doty1154!~Doty1154@2601:648:8000:134f:8c75:d2a2:b761:5560)
L202[16:30:36] ⇦ Quits: Noppes (Noppes!~Noppes@ip56530f2e.direct-adsl.nl) (Read error: -0x1: UNKNOWN ERROR CODE (0001))
L203[16:42:14] ⇨ Joins: auenfx8 (auenfx8!~David@121.212.143.198)
L204[16:42:49] ⇦ Quits: auenf (auenf!~David@121.212.143.198) (Read error: Connection reset by peer)
L205[16:56:25] ⇦ Quits: auenfx8 (auenfx8!~David@121.212.143.198) (Remote host closed the connection)
L206[16:58:29] ⇨ Joins: auenf (auenf!~David@121.212.143.198)
L207[17:00:38] ⇦ Quits: WereSquirrel (WereSquirrel!~bloop@cpe-107-15-192-218.nc.res.rr.com) (Ping timeout: 207 seconds)
L208[17:06:29] ⇦ Quits: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch) (Ping timeout: 207 seconds)
L209[17:07:08] ⇦ Quits: quadraxis (quadraxis!~quadraxis@cpc77293-basf12-2-0-cust699.12-3.cable.virginm.net) (Ping timeout: 207 seconds)
L210[17:11:09] ⇨ Joins: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch)
L211[17:23:56] ⇨ Joins: lp (lp!~lordpipe@66.109.211.167)
L212[17:25:57] ⇨ Joins: WereSquirrel (WereSquirrel!~bloop@cpe-107-15-192-218.nc.res.rr.com)
L213[17:29:07] ⇦ Quits: WereSquirrel (WereSquirrel!~bloop@cpe-107-15-192-218.nc.res.rr.com) (Ping timeout: 182 seconds)
L214[17:30:22] ⇨ Joins: immibis (immibis!~chatzilla@222-155-160-32.jetstream.xtra.co.nz)
L215[17:31:22] ⇨ Joins: WereSquirrel (WereSquirrel!~bloop@cpe-107-15-192-218.nc.res.rr.com)
L216[17:33:43] ⇨ Joins: moony (moony!~moony@tx-76-4-59-44.dhcp.embarqhsd.net)
L217[17:36:24] ⇦ Quits: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch) (Ping timeout: 186 seconds)
L218[17:38:05] ⇨ Joins: quadraxis (quadraxis!~quadraxis@cpc77293-basf12-2-0-cust699.12-3.cable.virginm.net)
L219[17:39:03] ⇨ Joins: Daniel11420 (Daniel11420!webchat@62.42.97.70.dyn.user.ono.com)
L220[17:39:24] ⇦ Quits: Daniel11420 (Daniel11420!webchat@62.42.97.70.dyn.user.ono.com) (Client Quit)
L221[17:39:44] ⇨ Joins: Daniel11420 (Daniel11420!webchat@62.42.97.70.dyn.user.ono.com)
L222[17:42:19] ⇨ Joins: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch)
L223[17:42:59] ⇦ Quits: Daniel11420 (Daniel11420!webchat@62.42.97.70.dyn.user.ono.com) (Ping timeout: 180 seconds)
L224[17:43:34] ⇦ Quits: Spottedleaf (Spottedleaf!~Spottedle@node-1w7jr9qqos9g0xpeaigt72rrt.ipv6.telus.net) (Killed (NickServ (GHOST command used by Spottedleaf_!~Spottedle@node-1w7jr9qqos9g32jbvielshgbe.ipv6.telus.net)))
L225[17:43:38] ⇨ Joins: Spottedleaf (Spottedleaf!~Spottedle@node-1w7jr9qqos9g32jbvielshgbe.ipv6.telus.net)
L226[17:46:00] ⇦ Quits: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch) (Ping timeout: 186 seconds)
L227[18:08:10] ⇨ Joins: romibi (romibi!~quassel@cable-static-7-174.rsnweb.ch)
L228[18:08:57] ⇦ Quits: P3pp3rF1y (P3pp3rF1y!~P3pp3rF1y@minehost.io) (Ping timeout: 198 seconds)
L229[18:16:01] ⇨ Joins: P3pp3rF1y (P3pp3rF1y!~P3pp3rF1y@minehost.io)
L230[18:16:15] ⇦ Quits: Nedelosk_ (Nedelosk_!~Nedelosk@ip-109-90-121-64.hsi11.unitymediagroup.de) (Read error: Connection reset by peer)
L231[18:37:00] ⇦ Quits: Upthorn (Upthorn!~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net) (Quit: this quit message is 100% guaranteed not to contain obscenity.)
L232[18:39:09] ⇦ Quits: Javaschreiber (Javaschreiber!~Thunderbi@88-209-32-73.nga.highspeed-baumann.de) (Quit: Javaschreiber)
L233[18:54:14] ⇦ Quits: Spottedleaf (Spottedleaf!~Spottedle@node-1w7jr9qqos9g32jbvielshgbe.ipv6.telus.net) (Killed (NickServ (GHOST command used by Spottedleaf_!~Spottedle@node-1w7jr9qqos9g32gxwcfiboo5p.ipv6.telus.net)))
L234[18:54:18] ⇨ Joins: Spottedleaf (Spottedleaf!~Spottedle@node-1w7jr9qqos9g32gxwcfiboo5p.ipv6.telus.net)
L235[19:12:24] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@p4FED53FA.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L236[19:32:05] ⇦ Quits: SparkVGX (SparkVGX!~SparkVGX@121.99.164.93) (Ping timeout: 207 seconds)
L237[19:32:44] ⇨ Joins: SparkVGX (SparkVGX!~SparkVGX@121.99.164.93)
L238[20:27:45] ⇦ Quits: raBit (raBit!~raBit@p200300C3CBE73783B5DCAECB04F9B26A.dip0.t-ipconnect.de) (Ping timeout: 182 seconds)
L239[20:31:36] ⇦ Quits: SparkVGX (SparkVGX!~SparkVGX@121.99.164.93) (Ping timeout: 186 seconds)
L240[20:32:58] *** Santa|afk is now known as SatanicSanta
L241[20:35:36] ⇦ Quits: HassanS6000 (HassanS6000!sid159234@ealing.irccloud.com) (Ping timeout: 186 seconds)
L242[20:35:36] ⇦ Quits: TamasHenning (TamasHenning!sid154987@highgate.irccloud.com) (Ping timeout: 186 seconds)
L243[20:35:36] ⇦ Quits: Jerzerak (Jerzerak!sid60746@brockwell.irccloud.com) (Ping timeout: 186 seconds)
L244[20:35:44] ⇨ Joins: HassanS6000 (HassanS6000!sid159234@id-159234.ealing.irccloud.com)
L245[20:35:45] ⇨ Joins: TamasHenning (TamasHenning!sid154987@id-154987.highgate.irccloud.com)
L246[20:35:51] ⇨ Joins: Jerzerak (Jerzerak!sid60746@id-60746.brockwell.irccloud.com)
L247[20:36:00] ⇦ Quits: fivestang (fivestang!fivestang@shell.xshellz.com) (Ping timeout: 186 seconds)
L248[20:36:00] ⇦ Quits: Meep (Meep!sid44664@stonehaven.irccloud.com) (Ping timeout: 186 seconds)
L249[20:36:00] ⇦ Quits: Chew (Chew!sid35940@hathersage.irccloud.com) (Ping timeout: 186 seconds)
L250[20:36:00] ⇦ Quits: progwml6 (progwml6!~progwml6@104.168.20.187) (Ping timeout: 186 seconds)
L251[20:36:05] ⇨ Joins: fivestang (fivestang!fivestang@shell.xshellz.com)
L252[20:36:24] ⇦ Quits: Lynndis (Lynndis!~Lynn@c-75-71-231-133.hsd1.co.comcast.net) (Ping timeout: 186 seconds)
L253[20:37:47] ⇨ Joins: Chew (Chew!sid35940@id-35940.hathersage.irccloud.com)
L254[20:38:51] ⇨ Joins: Meep (Meep!sid44664@id-44664.stonehaven.irccloud.com)
L255[20:38:57] ⇨ Joins: progwml6 (progwml6!~progwml6@104.168.20.187)
L256[20:49:11] ⇨ Joins: Naiten (Naiten!Naiten@77.34.227.191)
L257[21:03:44] ⇦ Quits: quadraxis (quadraxis!~quadraxis@cpc77293-basf12-2-0-cust699.12-3.cable.virginm.net) (Ping timeout: 207 seconds)
L258[21:44:24] ⇦ Quits: Sangar (Sangar!~Sangar@2001:41d0:2:b7b9::) (Ping timeout: 186 seconds)
L259[21:46:02] ⇨ Joins: Sangar (Sangar!~Sangar@2001:41d0:2:b7b9::)
L260[21:48:29] ⇨ Joins: Wastl2 (Wastl2!~Wastl2@x4db4974d.dyn.telefonica.de)
L261[21:50:33] ⇦ Quits: Wastl2_ (Wastl2_!~Wastl2@x5ce7bb89.dyn.telefonica.de) (Ping timeout: 182 seconds)
L262[22:19:37] ⇨ Joins: SparkVGX (SparkVGX!~SparkVGX@121.99.164.93)
L263[22:21:12] ⇨ Joins: McJty (McJty!~jorrit@ptr-9197ufnozh48qkwk5ie.18120a2.ip6.access.telenet.be)
L264[22:31:29] ⇦ Quits: Lathanael|Away (Lathanael|Away!~Lathanael@p54960D49.dip0.t-ipconnect.de) (Ping timeout: 207 seconds)
L265[22:32:29] ⇨ Joins: Lathanael|Away (Lathanael|Away!~Lathanael@p54960D2E.dip0.t-ipconnect.de)
L266[22:34:37] ⇨ Joins: Lynndis (Lynndis!~Lynn@c-75-71-231-133.hsd1.co.comcast.net)
L267[22:36:11] ⇦ Quits: AnrDaemon (AnrDaemon!~ZNC@ppp95-165-144-62.pppoe.spdop.ru) (Read error: Connection reset by peer)
L268[22:36:12] ⇦ Quits: useless2764 (useless2764!dan@ominous.danmackay.com) (Read error: Connection reset by peer)
L269[22:36:16] ⇦ Quits: Lynndis (Lynndis!~Lynn@c-75-71-231-133.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L270[22:36:17] ⇦ Quits: eyamaz (eyamaz!sid40777@192.184.10.9) (Read error: Connection reset by peer)
L271[22:36:18] ⇦ Quits: Lathanael|Away (Lathanael|Away!~Lathanael@p54960D2E.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L272[22:36:20] ⇦ Quits: Raqbit (Raqbit!~Raqbit@239.ip-158-69-59.net) (Read error: Connection reset by peer)
L273[22:36:22] ⇦ Quits: lp (lp!~lordpipe@66.109.211.167) (Read error: Connection reset by peer)
L274[22:36:40] ⇨ Joins: Lynndis (Lynndis!~Lynn@c-75-71-231-133.hsd1.co.comcast.net)
L275[22:36:44] ⇨ Joins: useless2764 (useless2764!dan@ominous.danmackay.com)
L276[22:36:59] ⇨ Joins: Raqbit (Raqbit!~Raqbit@239.ip-158-69-59.net)
L277[22:37:38] ⇨ Joins: lp (lp!~lordpipe@66.109.211.167)
L278[22:37:42] ⇨ Joins: eyamaz (eyamaz!sid40777@id-40777.tooting.irccloud.com)
L279[22:37:45] ⇨ Joins: AnrDaemon (AnrDaemon!~ZNC@ppp95-165-144-62.pppoe.spdop.ru)
L280[22:41:31] ⇨ Joins: Lathanael|Away (Lathanael|Away!~Lathanael@p54960D2E.dip0.t-ipconnect.de)
L281[22:50:20] ⇦ Quits: Brokkoli (Brokkoli!~Brokkoli@p2E5B1C60.dip0.t-ipconnect.de) (Remote host closed the connection)
L282[22:55:04] ⇦ Quits: Naiten (Naiten!Naiten@77.34.227.191) (Read error: -0x1: UNKNOWN ERROR CODE (0001))
L283[22:55:19] ⇨ Joins: AforAnonymous (AforAnonymous!~bitch2k@212.108.50.210)
L284[23:00:36] ⇨ Joins: Brokkoli (Brokkoli!~Brokkoli@p2e5b1c60.dip0.t-ipconnect.de)
L285[23:00:48] ⇦ Quits: p455w0rd (p455w0rd!p455w0rd@c-98-220-249-33.hsd1.in.comcast.net) (Ping timeout: 186 seconds)
L286[23:05:08] ⇨ Joins: p455w0rd (p455w0rd!~p455w0rd@c-98-220-249-33.hsd1.in.comcast.net)
L287[23:26:05] ⇦ Quits: SuperCoder79 (SuperCoder79!uid276919@192.184.10.9) (Quit: Connection closed for inactivity)
L288[23:34:42] *** SatanicSanta is now known as Santa|afk
L289[23:40:11] ⇦ Quits: moony (moony!~moony@tx-76-4-59-44.dhcp.embarqhsd.net) (Ping timeout: 182 seconds)
L290[23:50:23] ⇦ Quits: Brokkoli (Brokkoli!~Brokkoli@p2e5b1c60.dip0.t-ipconnect.de) (Read error: -0x7880: SSL - The peer notified us that the connection is going to be closed)
<<Prev Next>> Scroll to Top