<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:05:45] ⇨ Joins: AstralSorcerer (~AstralSor@128.151.114.50)
L2[00:25:41] *** TTFTCUTS is now known as TTFT|Away
L3[00:31:08] ⇦ Quits: electrolitic (~electroli@104-184-56-125.lightspeed.cicril.sbcglobal.net) (Quit: Leaving)
L4[00:38:07] ⇦ Quits: Umbraco (~Umbraco@113x37x12x233.ap113.ftth.ucom.ne.jp) ()
L5[00:54:07] ⇦ Quits: williewillus (~williewil@cpe-24-28-24-13.austin.res.rr.com) (Quit: Leaving)
L6[00:58:39] ⇨ Joins: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net)
L7[01:00:40] ⇦ Quits: blood (unknown@ool-45741267.dyn.optonline.net) ()
L8[01:13:00] ⇦ Quits: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net) (Ping timeout: 198 seconds)
L9[01:48:29] ⇦ Quits: McJty (~jorrit@94-224-154-146.access.telenet.be) (Quit: Leaving)
L10[01:58:33] ⇨ Joins: TechnicianLP (~Technicia@p4FE57BB1.dip0.t-ipconnect.de)
L11[01:59:02] ⇨ Joins: iari (~iari___@tyaralin.shadowdrake.eu)
L12[01:59:45] ⇦ Quits: Brokkoli (~Brokkoli@p5B23C6BC.dip0.t-ipconnect.de) (Quit: Die Sprache der Politik ist daf�r gemacht, dass L�gen wahr klingen und das T�ten angemessen wirkt. (George Orwell))
L13[02:00:04] <MCPBot_Reborn> [TEST CSV] Pushing snapshot_20170219 mappings to Forge Maven.
L14[02:00:08] <MCPBot_Reborn> [TEST CSV] Maven upload successful for mcp_snapshot-20170219-1.11.zip (mappings = "snapshot_20170219" in build.gradle).
L15[02:00:18] <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/
L16[02:03:48] ⇦ Quits: Denyol (Denyol@xi.elitebnc.org) (Max SendQ exceeded)
L17[02:06:42] ⇦ Quits: killjoy (~killjoy@cpe-2606-A000-1118-8158-8573-73B2-E709-60E7.dyn6.twc.com) (Ping timeout: 206 seconds)
L18[02:07:25] ⇨ Joins: Denyol (Denyol@xi.elitebnc.org)
L19[02:09:15] ⇦ Quits: Larry1123 (Larry1123@irc.larry1123.net) (Ping timeout: 198 seconds)
L20[02:20:35] ⇨ Joins: Larry1123 (Larry1123@irc.larry1123.net)
L21[02:28:35] ⇦ Quits: kinggoesgaming (uid23106@2604:8300:100:200b:6667:4:0:5a42) (Quit: Connection closed for inactivity)
L22[02:36:48] ⇨ Joins: Hunterz (~hunterz@62.182.234.189)
L23[02:48:35] <Denyol> Hey, So i'm using capabilities to add an energy bar and an inventory, how do I update those bars on the client side? there used to be updateProgressBar in the container, but the examples ive found have used fields
L24[02:50:02] <tterrag> what does it matter what they use?
L25[02:50:18] <Denyol> what do you mean?
L26[02:50:28] <tterrag> I'm saying what's your question
L27[02:50:34] <Denyol> How do I do it
L28[02:50:43] <Denyol> it being, add a synchronised progess bar
L29[02:50:52] <tterrag> use sendProgressBarUpdate or your own packet
L30[02:50:56] <Denyol> at least the logic side of it
L31[02:51:09] <Denyol> yes but im unsure what I would actualy put in sendProgressBarUpdate
L32[02:51:10] ⇦ Quits: CoolerExtreme__ (~CoolerExt@117.207.165.46) (Ping timeout: 206 seconds)
L33[02:51:30] <tterrag> whatever you want. it's two ints, an id and a value
L34[02:51:50] <Denyol> then where would I handle that code?
L35[02:51:52] <tterrag> the value likely being the current power level of your TE (scaled to fit the # of pixels in your power bar)
L36[02:51:58] <tterrag> detectAndSendChanges, look at vanilla
L37[02:52:00] ⇦ Quits: Larry1123 (Larry1123@irc.larry1123.net) (Ping timeout: 198 seconds)
L38[02:52:07] <tterrag> ContainerFurnace
L39[02:52:30] <Denyol> Ive used the code before, just never understood it
L40[02:53:24] <tterrag> then you shouldn't have been using it
L41[02:53:42] <Denyol> true
L42[02:53:51] <Denyol> but it worked
L43[02:54:00] <Denyol> now Im trying to understand its ude
L44[02:54:01] <Denyol> use*
L45[02:54:11] <tterrag> "but it worked" said every dev ever, right before everything stopped working
L46[02:54:27] <tterrag> its use is to send data from server to client
L47[02:54:47] <Denyol> when is it called?
L48[02:55:02] ⇦ Quits: Zyferus (Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net) (Ping timeout: 206 seconds)
L49[02:55:15] <tterrag> get power. scale to bar height. sendProgressBarUpdate. handle data in updateProgressBar. render power bar
L50[02:55:28] <tterrag> detectAndSendChanges is called every tick
L51[02:56:33] <Denyol> ok, but how do I use this?
L52[02:57:08] <tterrag> do you want me to give you code to copy? because I'm not going to
L53[02:57:13] <Denyol> no
L54[02:57:13] <tterrag> not sure how else I can explain "use these two methods"
L55[02:57:50] <Denyol> so detectAndSendChanges is called every tick from the container, on the server side?
L56[02:58:28] <Denyol> and its super method "Looks for changes made in the container, sends them to every listener." whatever that means
L57[02:59:36] <tterrag> "looks for changes" is basically a lie
L58[02:59:43] <tterrag> most containers just send an update every time that method is called
L59[03:00:58] <Denyol> so in detectAndSendChanges I need to tell the container the power level and current processing time?
L60[03:01:12] ⇨ Joins: Noppes (~Noppes@ip56530f2e.direct-adsl.nl)
L61[03:01:41] ⇨ Joins: CoolerExtreme__ (~CoolerExt@117.207.165.46)
L62[03:01:58] <Denyol> by sending it in "sendProgressBarUpdate(Container containerIn, int varToUpdate, int newValue)"?
L63[03:02:03] ⇨ Joins: Larry1123 (Larry1123@irc.larry1123.net)
L64[03:03:00] <Denyol> but the issue is getting those numbers from the TileEntity, furnaces use fields
L65[03:03:12] <Denyol> which is part of IInventory
L66[03:03:20] <tterrag> it doesn't matter HOW you get the info
L67[03:03:21] <tterrag> just get it
L68[03:03:26] <tterrag> it's your own TE
L69[03:03:32] <tterrag> make it available somehow (or just use the cap for christ's sake)
L70[03:03:36] ⇦ Quits: codahq (~codahq@c-73-65-219-228.hsd1.ut.comcast.net) (Ping timeout: 194 seconds)
L71[03:03:45] <Denyol> hmm
L72[03:04:04] <Denyol> sorry its a bit late and im not thinking exactly logicly
L73[03:04:48] ⇨ Joins: Cooler (~CoolerExt@117.207.165.46)
L74[03:05:53] ⇨ Joins: CoolerExtreme (~CoolerExt@117.207.165.46)
L75[03:05:57] ⇦ Quits: CoolerExtreme__ (~CoolerExt@117.207.165.46) (Ping timeout: 198 seconds)
L76[03:07:02] <tterrag> do you want me to tell you how to do basic programming? it's your container, your TE, your code, just make the data available to you
L77[03:07:39] <Denyol> Im not /as/ familiar with the forge api
L78[03:08:39] ⇦ Quits: Cooler (~CoolerExt@117.207.165.46) (Ping timeout: 198 seconds)
L79[03:09:14] <Denyol> im a bit confused, whats updateProgressBar used for?
L80[03:09:49] ⇨ Joins: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net)
L81[03:13:00] <tterrag> it's called on the client with the data you sent
L82[03:13:20] <Denyol> but all it does is sets the tile entities data to that?
L83[03:13:48] <tterrag> by default it does nothing
L84[03:13:56] <Denyol> in the furnace example
L85[03:13:56] <tterrag> the point is that you now have that data on the client
L86[03:13:59] <tterrag> use it however you want
L87[03:14:01] <tterrag> yes, the furnace does that
L88[03:14:09] ⇨ Joins: Zyferus (~Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net)
L89[03:14:23] <Denyol> but how would I use it, and why?
L90[03:14:41] <tterrag> to draw the power bar
L91[03:14:59] <Denyol> drawing is done in the gui
L92[03:15:28] <Denyol> oh wait i think i get it
L93[03:15:46] ⇦ Quits: Zyferus (~Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net) (Remote host closed the connection)
L94[03:24:55] <Ordinastie> tterrag, you did a mod where users could add food via JSON, right ?
L95[03:25:05] <tterrag> correct
L96[03:25:16] <Ordinastie> what it's called again ?
L97[03:25:33] <tterrag> kitchencraft
L98[03:25:34] ⇨ Joins: Ashindigo_ (uid202308@id-202308.hathersage.irccloud.com)
L99[03:25:37] <tterrag> though, it's not past 1.7
L100[03:25:42] <Ordinastie> oh
L101[03:25:59] <Ordinastie> someone asked me to add food to DDB, I thought I'd redirect them to your mod
L102[03:27:59] <Ordinastie> why didn't you update ?
L103[03:28:16] <Ordinastie> not enough DLs?
L104[03:28:46] <tterrag> no one has asked for it
L105[03:29:17] ⇨ Joins: Zyferus (Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net)
L106[03:33:13] ⇦ Quits: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net) (Ping timeout: 206 seconds)
L107[03:33:32] ⇨ Joins: ThePsionic (~Psi@ip5457f909.direct-adsl.nl)
L108[03:37:39] <Denyol> tterrag, do you know if EnderIO uses forge energy capabilities, instead/with the RF api?
L109[03:38:02] ⇦ Quits: Zyferus (Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net) (Read error: -0x7880: SSL - The peer notified us that the connection is going to be closed)
L110[03:41:33] <TechnicianLP> http://lmgtfy.com/?q=enderio+source
L111[03:41:43] <TechnicianLP> @Denyol
L112[03:42:17] <Denyol> i've found the source earlier, however the parts I looked at dont seem to be using the forge one, but other people say it is
L113[03:48:55] ⇨ Joins: Zyferus (Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net)
L114[03:55:36] ⇦ Quits: cpup (~cpup@32.218.112.171) (Ping timeout: 194 seconds)
L115[04:01:17] ⇨ Joins: cpup (~cpup@32.218.116.61)
L116[04:01:30] ⇨ Joins: Jezza (~Jezza@92.206.161.17)
L117[04:08:01] ⇦ Quits: Zyferus (Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net) (Read error: Connection reset by peer)
L118[04:09:23] *** Denyol is now known as Denyol[Away]
L119[04:12:10] ⇦ Quits: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi) (Ping timeout: 189 seconds)
L120[04:12:46] ⇦ Quits: Shawn|i7-Q720M (~shawn156@c-50-170-156-102.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L121[04:18:07] ⇨ Joins: Zyferus (Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net)
L122[04:28:43] ⇨ Joins: KGS (~KGS@h-155-4-129-249.na.cust.bahnhof.se)
L123[04:35:54] ⇦ Quits: immibis (~chatzilla@122-60-104-195.jetstream.xtra.co.nz) (Ping timeout: 194 seconds)
L124[04:47:52] ⇨ Joins: founderio (~Thunderbi@p200300C4E3E4A100759103D3641EEB66.dip0.t-ipconnect.de)
L125[04:49:20] ⇦ Quits: AstralSorcerer (~AstralSor@128.151.114.50) (Ping timeout: 194 seconds)
L126[05:00:47] ⇦ Quits: founderio (~Thunderbi@p200300C4E3E4A100759103D3641EEB66.dip0.t-ipconnect.de) (Quit: founderio)
L127[05:10:52] ⇦ Quits: Meronat (uid190493@id-190493.ealing.irccloud.com) (Quit: Connection closed for inactivity)
L128[05:30:32] ⇨ Joins: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net)
L129[05:43:25] <ghz|afk> tterrag: yay! :)
L130[05:43:32] * ghz|afk yawns
L131[05:43:36] *** ghz|afk is now known as gigaherz
L132[05:44:01] *** Denyol[Away] is now known as Denyol
L133[05:46:18] *** MrKick|Away is now known as MrKickkiller
L134[05:58:27] ⇨ Joins: Hawaii_Beach (~Hawaii_Be@c80-216-158-245.bredband.comhem.se)
L135[05:59:06] <Hawaii_Beach> So.. I've updated to 1.11.2 forge but my textures doesn't load, has anything changed between 1.10 and 1.11.2?
L136[06:06:56] ⇦ Quits: quadraxis (~quadraxis@cpc77293-basf12-2-0-cust699.12-3.cable.virginm.net) (Ping timeout: 180 seconds)
L137[06:08:40] *** Denyol is now known as Denyol[Away]
L138[06:09:05] <gigaherz> Hawaii_Beach: yes
L139[06:09:13] <gigaherz> the resource filenames MUST be lowercase, now
L140[06:09:27] <gigaherz> it won't work if you try to have any uppercase letter in them
L141[06:09:41] <Hawaii_Beach> aight, thanks for letting me know!
L142[06:09:53] <Hawaii_Beach> why was that changed?
L143[06:10:25] <gigaherz> Mojang changed it
L144[06:10:41] <gigaherz> presumably to easier notice issues between windows and linux/mac
L145[06:10:48] <Hawaii_Beach> aight
L146[06:10:54] <gigaherz> i mean between windows/mac and linux
L147[06:11:06] <gigaherz> since both mac and windows are case-preserving, but case-insensitive
L148[06:11:36] <gigaherz> so they make all the resource filenames lowercase
L149[06:11:58] <gigaherz> and if anyone has any uppercase in the file, since .jar resources ARE case-sensitive inside java's API
L150[06:11:58] <Hawaii_Beach> hm.. how should i automate this process
L151[06:12:06] <gigaherz> that's up to you
L152[06:12:14] <gigaherz> I only had a handful of filenames to change
L153[06:12:39] *** amadornes[OFF] is now known as amadornes
L154[06:13:06] <Hawaii_Beach> well for /f "Tokens=*" %f in ('dir /l/b/a-d') do (rename "%f" "%f")
L155[06:13:27] <gigaherz> your cmd-fu is stronger than mine ;P
L156[06:13:29] <Hawaii_Beach> thank god for that
L157[06:13:40] <Hawaii_Beach> cmd-fu?
L158[06:14:00] <gigaherz> as in, your skills with making cmd do magic
L159[06:14:29] <Hawaii_Beach> :D not even mine, http://superuser.com/a/412413
L160[06:14:33] <gigaherz> https://en.wikipedia.org/wiki/My_kung_fu_is_stronger_than_yours
L161[06:15:53] <Hawaii_Beach> all assets must be lowercase?
L162[06:16:15] <Hawaii_Beach> and should i use .toLowerCase()?
L163[06:16:26] <Hawaii_Beach> to match the new asset names
L164[06:16:28] <gigaherz> all the resourcelocations must be lowercase
L165[06:16:34] <gigaherz> this should include your registry names and such
L166[06:17:15] <gigaherz> you don't need .toLowerCase, because ResourceLocation does it on the constructor
L167[06:17:23] <Hawaii_Beach> ah
L168[06:17:34] <Hawaii_Beach> thanks for the heads up
L169[06:18:00] <gigaherz> thing is, this was known for a while before 1.11 released, so we had warning
L170[06:18:07] <gigaherz> all my mods were lowercasened before forge 1.11 was out ;P
L171[06:18:25] <Hawaii_Beach> yey textures are back
L172[06:19:13] <Hawaii_Beach> i didn't need to modify the json files
L173[06:19:20] <gigaherz> you didn't?
L174[06:19:27] <Hawaii_Beach> no, but shouldn't i?
L175[06:19:36] <gigaherz> oh right
L176[06:19:40] <gigaherz> mc will read the json file
L177[06:19:44] <gigaherz> and create a ResourceLocation from it
L178[06:19:49] <gigaherz> which will be lowercasened
L179[06:19:58] <gigaherz> hence the missing textures
L180[06:20:01] <gigaherz> IMO, you should
L181[06:20:14] <gigaherz> it's best to NOT rely on ResourceLocation calling toLowercase for you
L182[06:20:31] <Hawaii_Beach> nah man, i don't feel like going trough all the json files
L183[06:20:41] <Hawaii_Beach> i have a lot of resources
L184[06:27:46] ⇨ Joins: Cast0077 (~Cast0077@24-151-68-108.dhcp.nwtn.ct.charter.com)
L185[06:32:35] <Hawaii_Beach> everythings seems to work except my sound asset
L186[06:34:50] <gigaherz> well it's up to you
L187[06:34:53] <gigaherz> but if you don't do it now
L188[06:35:19] <gigaherz> chances are you'll end up having to do it some other day, when Mojang decides they have fixed all the assets and they don't need the .toLowerCase anymore
L189[06:35:19] <Hawaii_Beach> File testmod:sounds/phonenoise.ogg does not exist, cannot add it to event testmod:phonenoise
L190[06:35:36] <gigaherz> no idea about sounds
L191[06:35:36] <Hawaii_Beach> the weird thing is that
L192[06:35:42] <Hawaii_Beach> the file exists
L193[06:37:07] ⇨ Joins: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi)
L194[06:37:57] <Hawaii_Beach> why does this happen me
L195[06:38:13] ⇨ Joins: quadraxis (~quadraxis@cpc77293-basf12-2-0-cust699.12-3.cable.virginm.net)
L196[06:48:41] <copygirl> Okay, screw this. I'm just going to ask.
L197[06:49:02] <copygirl> So I'm asked to add InvTweaks support to Wearable Backpacks.
L198[06:49:03] <gigaherz> ?
L199[06:49:38] <copygirl> I've done it in the past, but I'm not 100% sure with the changes to gradle, @Optional.Interface and such.. what's the proper way to .. do this?
L200[06:49:55] <copygirl> DL the API jar? (https://minecraft.curseforge.com/projects/inventory-tweaks/files/2378047)
L201[06:49:56] ⇦ Quits: VikeStep (~VikeStep@192.43.96.58.static.exetel.com.au) (Ping timeout: 206 seconds)
L202[06:50:09] <gigaherz> well
L203[06:50:21] <gigaherz> the IDEAL way, if they have a maven
L204[06:50:27] <gigaherz> is to use maven dependencies
L205[06:50:46] <copygirl> I've looked at IronChest, just tried to do it similarly, buuut.. seems like it's not being recognized.
L206[06:50:47] <gigaherz> otherwise, an api jar, used through folder dependencies (requires manual deobf using BON2)
L207[06:51:07] <gigaherz> worst case scenario, embedding the api in like src/api/java/
L208[06:51:08] <copygirl> They do have a deobf DL as well, I suppose that should work?
L209[06:51:14] <gigaherz> no
L210[06:51:19] <gigaherz> deobf jar downloads are BAD
L211[06:51:21] <copygirl> What's that for then?
L212[06:51:28] <gigaherz> they may work
L213[06:51:33] <gigaherz> but if you use different mappings
L214[06:51:34] <copygirl> Oh, because different mapping versions?
L215[06:51:36] <gigaherz> then it will fail
L216[06:51:37] <gigaherz> yeah
L217[06:51:45] <gigaherz> imagine you have two separate deobf jars you depend on
L218[06:51:50] <gigaherz> and they use mutually incompatible mappings
L219[06:51:57] <gigaherz> you can't compile anymore.
L220[06:52:07] <gigaherz> so it's best to get non-deobf jars
L221[06:52:11] <copygirl> Just one is enough if your chosen mappings don't match probably.
L222[06:52:20] <gigaherz> yes but if you have only one
L223[06:52:25] <gigaherz> then you can tweak your source code
L224[06:52:28] <gigaherz> to use those mappings
L225[06:52:35] <gigaherz> but if you have two, then that's not an option anymore
L226[06:52:38] <copygirl> Why would I do thaat? :p
L227[06:52:42] <gigaherz> so yeah
L228[06:52:52] <copygirl> Okay, so.. folder dependency?
L229[06:52:53] <gigaherz> you get the normal jar, and use BON2 to manually deobf them into
L230[06:53:12] <gigaherz> https://github.com/gigaherz/Survivalist/blob/master/build.gradle#L73
L231[06:53:17] <kashike> or use deobfCompile/deobfProvided - same as compile and provided except they remap to your mappings
L232[06:53:28] <gigaherz> kashike: those don't work with folders, though
L233[06:53:33] <gigaherz> so far as I'm aware
L234[06:53:36] <gigaherz> only with maven deps
L235[06:54:45] <copygirl> Let's see if they have a maven, then.
L236[06:55:58] <copygirl> https://github.com/AgileMods/MateriaMuto/blob/master/build.gradle
L237[06:56:02] <copygirl> Well, someone does.
L238[06:56:06] <gigaherz> heh
L239[06:56:34] <gigaherz> note that you can setup a fake maven locally with like, HFS or some other small webserver
L240[06:56:39] <gigaherz> and then use localhost as a repository
L241[06:56:47] <copygirl> Ugh.
L242[06:57:04] <kashike> don't even need to do that
L243[06:57:14] <gigaherz> no?
L244[06:57:15] <kashike> maven { url 'file:///home/bleh/blah' }
L245[06:57:26] <gigaherz> that's a thing?!
L246[06:57:30] <kashike> yes
L247[06:57:32] <kashike> lol
L248[06:57:40] <copygirl> Does that work with relative URLs?
L249[06:58:17] <kashike> gigaherz: https://docs.gradle.org/current/userguide/artifact_dependencies_tutorial.html#sec:repositories_tutorial
L250[06:58:41] <kashike> copygirl: ^ :P
L251[06:59:02] <copygirl> Looking..
L252[06:59:08] <gigaherz> wasn't there also that website
L253[06:59:18] <gigaherz> where you can ask to have a project compiled and served as a maven?
L254[07:00:06] <kashike> jitpack? yeah
L255[07:00:08] <kashike> https://jitpack.io/
L256[07:01:34] <copygirl> Let's try it..?
L257[07:02:11] <kashike> just be warned that it doesn't work the best, and behaves oddly with multi-module projects/etc
L258[07:02:38] <copygirl> If it works for InvTweaks that's good enough for now I guess.
L259[07:08:23] ⇦ Quits: Hawaii_Beach (~Hawaii_Be@c80-216-158-245.bredband.comhem.se) (Quit: Leaving)
L260[07:10:28] <copygirl> https://jitpack.io/com/github/Inventory-Tweaks/inventory-tweaks/1.61/build.log
L261[07:10:31] <copygirl> Awww
L262[07:12:44] <copygirl> So.. what's the next best option?
L263[07:13:15] ⇦ Quits: Katrix (~Katrix@2a02:fe1:b001:f400:412f:3ef5:8a1d:4026) (Read error: Connection reset by peer)
L264[07:13:58] ⇨ Joins: Katrix (~Katrix@2a02:fe1:b001:f400:9c53:8651:f341:eccb)
L265[07:14:58] <copygirl> Ideally I'd like to .. refer to it without including it in my repo.
L266[07:16:21] <gigaherz> IMO the least hassle is to have your deps in a folder
L267[07:16:26] <gigaherz> and run BON2 on them
L268[07:16:31] <gigaherz> and put the -deobf on a libs/ folder
L269[07:16:37] <gigaherz> and use that with the fileTree dependencies
L270[07:16:48] <gigaherz> yes it's slightly annoying when you switch mappings
L271[07:16:58] <gigaherz> but meh, just don't switch mappings that often ;p
L272[07:19:31] ⇨ Joins: fdz (~fdz123@207.174.251.19)
L273[07:44:50] ⇨ Joins: sinkillerj (~sinkiller@nc-67-232-15-221.dhcp.embarqhsd.net)
L274[07:45:00] <copygirl> Mhh, so someone does have a maven of InvTweaks.
L275[07:46:20] <copygirl> Nooww.. should I specify only the -api? (How?)
L276[07:46:55] <copygirl> And.. it's being downloaded, but at the moment, doesn't seem to be .. included in my environment?
L277[07:47:53] <gigaherz> for api to work, it needs to be in the maven
L278[07:48:02] <gigaherz> as in, they need to have compiled an -api.jar
L279[07:48:12] <gigaherz> otherwise, you'll have to rely on the full one
L280[07:48:14] <gigaherz> and just make it optional
L281[07:48:37] <gigaherz> you ran setupDecompWorkspace? and then refreshed the gradle project? (blue refresh icon in IDEA)
L282[07:49:19] <copygirl> There is one.
L283[07:49:37] <g> Kind of an odd question for this channel, but does anyone know of an api for curse's mods site that one could use to eg check for updates?
L284[07:49:40] <copygirl> I'm... using vscode. (Pleasedon'tkillme)
L285[07:49:52] <g> I did look around but didn't find much
L286[07:51:19] <copygirl> How would I have it use the api .jar then?
L287[07:53:07] <gigaherz> g: https://github.com/curseforge/api
L288[07:53:17] <gigaherz> oopssorry
L289[07:53:17] <gigaherz> https://www.curseforge.com/docs/api
L290[07:54:55] *** Scorp_Away is now known as Scorp
L291[07:56:07] <copygirl> https://github.com/copygirl/WearableBackpacks/blob/master/build.gradle
L292[07:56:13] <copygirl> This is my build.gradle.
L293[07:56:25] <g> I've seen this
L294[07:56:29] <copygirl> Added to that I have the maven repo and
L295[07:56:30] <copygirl> dependencies { compile "inventorytweaks:InventoryTweaks:1.59-dev-3" }
L296[07:56:31] <g> It doesn't expose why I need
L297[07:56:36] <g> what*
L298[07:57:27] <copygirl> Do I need anything else? Because my mod currently can't find the @ChestContainer annotation of InvTweaks.
L299[07:57:54] <gigaherz> g: what DO you need, then?
L300[07:58:03] <g> gigaherz, to be able to get info about specific projects
L301[07:58:09] <g> eg the list of files they have
L302[07:58:11] <gigaherz> oh so not YOURS then
L303[07:58:15] *** Denyol[Away] is now known as Denyol
L304[07:58:16] <gigaherz> yeah no CF doesn't want that
L305[07:58:18] <g> No, not mine specifically
L306[07:58:18] <gigaherz> ;P
L307[07:58:22] <g> hm, damn
L308[07:58:23] <g> :P
L309[07:58:26] <gigaherz> they want people to use their site
L310[07:58:28] <gigaherz> and see the ads
L311[07:58:45] <g> I suppose
L312[07:58:51] <g> sure makes my job harder lol
L313[07:59:05] <g> guess I'll have to rewrite my old scraper..
L314[08:03:37] *** Denyol is now known as Denyol[Away]
L315[08:07:02] <copygirl> Ah, so :api is how I'd use the API.
L316[08:07:25] <gigaherz> if the maven has an api jar, yes
L317[08:09:44] <copygirl> But.. how come it's not finding the symbol?
L318[08:10:08] <gigaherz> I have no idea how vscode handles that
L319[08:10:12] <gigaherz> or do you mean using "gradlew build"?
L320[08:10:41] <copygirl> Using runClient to test mostly ^^ Haven't figured out how to provide a launch configuration that works.
L321[08:11:49] <copygirl> But the java plugin uses the eclipse configuration for language support in the editor itself (which.. doesn't apply in this case).
L322[08:12:23] <copygirl> But yeah, it fails at compileJava.
L323[08:13:43] <copygirl> Oh!
L324[08:14:17] <copygirl> Maaaybe it's because I didn't have the import?
L325[08:14:34] * copygirl flops and giggles sadly into the ground.
L326[08:15:52] <copygirl> Still can't find it, though.
L327[08:16:13] <gigaherz> my only suggestion is "try IDEA and see if it works there" ;P
L328[08:17:20] <fry> why are you using vscode anyway? just curious :D
L329[08:17:28] <copygirl> Not a vscode issue. The it fails just running the cli commands.
L330[08:17:51] <copygirl> I like it, is all ... it's.. not ideal but I'm just kinda in love with it I guess.
L331[08:17:56] ⇦ Quits: quadraxis (~quadraxis@cpc77293-basf12-2-0-cust699.12-3.cable.virginm.net) (Ping timeout: 180 seconds)
L332[08:19:14] <fry> what did you use it for? :P
L333[08:19:17] <copygirl> What I dislike about other IDEs is how overblown they are. Also I can use it for C#, Java, looking at logs, text files, has decent, simple git integration, built-in terminal.
L334[08:19:20] <fry> (before this)
L335[08:20:32] <fry> yes, idea is overblown, but in java world that's how everything is really :P
L336[08:20:44] <fry> you need an overblown ide to deal with overblown code :P
L337[08:22:21] <copygirl> I couldn't get myself to install regular visual studio, monodevelop doesn't exist for windows (xamarin has a monopoly there, slow on updates) and vscode just sorta filled that gap. With dotnet being out now as well it's a nice cross-platform editor imo.
L338[08:22:40] <copygirl> Extensible and.. still really powerful.
L339[08:23:14] <copygirl> I have an unhealthy thing for neat stuff.
L340[08:23:27] <copygirl> It's why I'll probably never finish a game.
L341[08:23:30] <fry> it might be the perfect fit for dotnet, but again, java is a whole different world sadly :D
L342[08:24:10] <copygirl> Well, the issue atm isn't vscode. I mean I'd love to figure out how to set up the debugging from within vscode but I just use runClient in the meantime ^^
L343[08:24:30] <copygirl> But ./gradlew runClient (and build) just fails so it's outside of that.
L344[08:24:46] <copygirl> https://github.com/gigaherz/Survivalist/blob/master/build.gradle#L71
L345[08:24:48] <copygirl> Do I need this?
L346[08:24:53] <copygirl> Oh sorry for the ping.
L347[08:25:53] <fry> probably not a hard dep :D
L348[08:26:13] <g> Yeah, a lot of java IDEs are overblone
L349[08:26:18] <g> overblown*
L350[08:26:23] <copygirl> Well.. it fails to build, so something must be missing.
L351[08:26:23] <g> eclipse, idea
L352[08:26:31] <g> luckily with something like idea you can disable all the stuff you don't need
L353[08:30:20] <Wuppy> https://www.youtube.com/watch?v=giNhaEzv_PI
L354[08:30:21] <Wuppy> hype
L355[08:32:34] <Corosus> ooo
L356[08:33:09] *** TTFT|Away is now known as TTFTCUTS
L357[08:33:13] <Wuppy> just over 5 minutes till launhc
L358[08:33:18] <Corosus> \o/
L359[08:33:29] <Wuppy> such impressive stuff
L360[08:33:41] <Wuppy> technology has come far :p
L361[08:34:06] <Wuppy> considering they even have a live stream at 1080p from there
L362[08:36:00] <Corosus> indeed
L363[08:36:48] <Wuppy> and now, massive explosion
L364[08:38:02] <Wuppy> I wonder how much money it cost to cancel the launch yesterday
L365[08:38:28] <Wuppy> probably tens if not hundreds of thousands
L366[08:38:42] <Corosus> no doubt
L367[08:38:50] <Corosus> wew no cancelling this time
L368[08:39:01] <Wuppy> they cancelled at 0:13 yesterday
L369[08:39:07] <Corosus> ouch
L370[08:39:28] <Wuppy> no cancelling now though :P
L371[08:39:32] <Corosus> 8D
L372[08:40:09] <Wuppy> jesus, 1000km/h
L373[08:41:06] <Wuppy> and on to 3000km in like a minute
L374[08:41:10] <kashike> that's how fast I get up when someone says there's food
L375[08:41:15] <Wuppy> haha
L376[08:41:20] <Corosus> lol
L377[08:41:45] <IoP> that ksp looks so realistic now...
L378[08:41:46] <Wuppy> it's insane that they can do a livestream from the fucking rocket
L379[08:41:47] <Wuppy> that's insane
L380[08:42:13] <Corosus> awesome
L381[08:42:22] <TechnicianLP> yay buffering wheel ... :(
L382[08:42:30] <Corosus> come back home babeh, pads all warmed up for ya
L383[08:46:31] ⇦ Quits: sinkillerj (~sinkiller@nc-67-232-15-221.dhcp.embarqhsd.net) (Quit: またね)
L384[08:47:34] <Wuppy> fuck yeah
L385[08:47:35] <Corosus> and its goooood
L386[08:47:52] ⇦ Quits: KGS (~KGS@h-155-4-129-249.na.cust.bahnhof.se) (Ping timeout: 206 seconds)
L387[08:53:15] <gigaherz> Wuppy: the dude that speaks looks like clark kent
L388[08:54:21] <Corosus> yes
L389[08:54:40] ⇨ Joins: Intektor (~Intektor@p5B275B44.dip0.t-ipconnect.de)
L390[08:55:22] <Intektor> can I check if a sound I played with playSound is finished playing?
L391[08:57:07] <gigaherz> there's SoundHandler#isSoundPlaying
L392[08:57:17] <gigaherz> dunno if that's useful to you
L393[08:57:19] ⇦ Quits: glasspelican (~quassel@stanley.glasspelican.ca) (Remote host closed the connection)
L394[08:58:54] ⇨ Joins: glasspelican (~quassel@stanley.glasspelican.ca)
L395[09:09:06] ⇦ Quits: FusionLord (~FusionLor@2600:8800:0:9000:2183:4d68:d305:76d) (Ping timeout: 198 seconds)
L396[09:19:46] <shadowfacts> is there a way to change the particle texture of a custom IBakedModel based on the block state?
L397[09:22:36] ⇨ Joins: KGS (~KGS@h-155-4-129-249.na.cust.bahnhof.se)
L398[09:22:56] <gigaherz> particle texture you mean the block break / fall onto texture?
L399[09:23:18] <gigaherz> if so, it should already do that without doing anything special
L400[09:23:28] <gigaherz> just assign the model a "particle" texture channel
L401[09:23:38] ⇦ Quits: cpup (~cpup@32.218.116.61) (Ping timeout: 194 seconds)
L402[09:24:13] ⇨ Joins: sciguyryan (~sciguyrya@45.62.37.13)
L403[09:29:30] ⇨ Joins: cpup (~cpup@32.218.117.131)
L404[09:44:19] ⇨ Joins: Vazkii (~Vazkii@144.134.37.188.rev.vodafone.pt)
L405[09:44:55] ⇨ Joins: Meronat (uid190493@2604:8300:100:200b:6667:2:2:e81d)
L406[09:46:22] ⇨ Joins: electrolitic (~electroli@104-184-56-125.lightspeed.cicril.sbcglobal.net)
L407[09:49:26] ⇦ Quits: zml (~zml@45.62.243.197) (Ping timeout: 180 seconds)
L408[09:55:19] ⇦ Quits: Shambling (~Shambling@24-181-186-74.dhcp.nwtn.ct.charter.com) (Read error: Connection reset by peer)
L409[09:58:45] *** Darkhax_AFK is now known as Darkhax
L410[09:58:45] <tterrag> Denyol[Away]: it's abstracted away, but yes EIO supports FE
L411[10:01:31] *** Darkevilmac is now known as DarkevilAway
L412[10:08:04] ⇦ Quits: Cast0077 (~Cast0077@24-151-68-108.dhcp.nwtn.ct.charter.com) (Quit: Poof)
L413[10:11:11] ⇨ Joins: killjoy (~killjoy@cpe-76-182-16-229.nc.res.rr.com)
L414[10:18:39] ⇨ Joins: Ipsis (~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk)
L415[10:22:23] ⇨ Joins: zml (~zml@minions.aoeu.xyz)
L416[10:22:48] ⇨ Joins: blood (unknown@ool-45741267.dyn.optonline.net)
L417[10:25:21] <copygirl> Hmm.. I'm still not quite sure what to do about the package from the API I'm depending on supposedly not existing.
L418[10:26:32] <copygirl> Where would it drop the .jar file? It says it's downloading it.
L419[10:27:05] <fry> somewhere deep inside ~/.gradle probably :D
L420[10:28:37] <copygirl> Well.. it's there!
L421[10:28:59] <copygirl> Is it not in the ... classpath? Why not?
L422[10:30:00] <copygirl> I need some.. idea how to start debugging this.
L423[10:30:06] <fry> good luck :P
L424[10:32:07] <killjoy> copygirl, can I get some context?
L425[10:32:10] <copygirl> Uhmm.. what are these compile/providedDummy jars?
L426[10:32:24] <copygirl> Trying to add a dependency to invtweaks.
L427[10:32:27] <killjoy> Those are there because the jar "can't be empty"
L428[10:32:56] <copygirl> Well, the InvTweaks jar isn't in the .classpath, not sure if that's.. important at all?
L429[10:33:05] <killjoy> what's the context?
L430[10:33:12] <killjoy> building?
L431[10:33:15] <copygirl> Yes.
L432[10:33:26] <killjoy> and by dependency, do you want to shade it?
L433[10:33:31] <copygirl> ./gradlew build and runClient fail with "package invtweaks.api.container does not exist"
L434[10:33:39] <copygirl> What does shade mean?
L435[10:33:44] <killjoy> include in jar
L436[10:33:51] <copygirl> No.
L437[10:34:17] <copygirl> At least I think it's not required, since it's just annotations I'm using.
L438[10:34:17] <killjoy> so this is a runtime error?
L439[10:34:32] <copygirl> It's a error in the compileJava task..?
L440[10:34:51] <killjoy> are the sources in the right directories?
L441[10:35:03] <killjoy> have sources?
L442[10:35:04] <copygirl> Using maven to pull the API jar..?
L443[10:35:33] <copygirl> And it's being downloaded, and ends up in the DeobfedDeps gradle cache folder..
L444[10:35:52] <killjoy> can I see your build.gradle?
L445[10:37:11] ⇨ Joins: primetoxinz (~primetoxi@ip68-107-226-229.hr.hr.cox.net)
L446[10:37:20] <copygirl> https://gist.github.com/copygirl/22bb1ddaaee57d00cacedcd9801733f3
L447[10:38:34] <killjoy> you only have the api on it?
L448[10:38:51] <copygirl> That's all I need..?
L449[10:39:01] <copygirl> The maven has all artifacts though.
L450[10:39:56] <killjoy> does it work in intellij?
L451[10:40:09] <copygirl> Not using that.
L452[10:40:13] <killjoy> eclipse?
L453[10:40:22] <copygirl> Nope ^^"
L454[10:40:25] <copygirl> vscode..
L455[10:40:29] <killjoy> I would try that
L456[10:40:48] <copygirl> What's that get me, though? I still need to be able to build it.
L457[10:41:16] <killjoy> I will give you more details on what's wrong
L458[10:42:13] ⇦ Quits: RichardG (~richardg8@201.37.242.114) (Quit: You saw nothing.)
L459[10:43:25] <copygirl> Okay.. give me some time to install it.
L460[10:43:48] ⇨ Joins: RichardG (~richardg8@201.37.242.114)
L461[10:43:48] MineBot sets mode: +v on RichardG
L462[10:44:21] ⇦ Quits: CoolerExtreme (~CoolerExt@117.207.165.46) (Ping timeout: 206 seconds)
L463[10:45:00] <fry> good/bad thing about those bloaty ides is that they reconstruct things like "the classpath" inside them, instead of delegating it to the build system
L464[10:45:09] <fry> so you can inspect them more directly
L465[10:45:23] ⇦ Quits: iari (~iari___@tyaralin.shadowdrake.eu) (Quit: Leaving)
L466[10:45:49] <copygirl> Well, the vscode plugin uses eclipse.. somehow?
L467[10:45:57] ⇨ Joins: Brokkoli (~Brokkoli@p5B23C6BC.dip0.t-ipconnect.de)
L468[10:46:43] <fry> bacause, as I said, using one of the big ides is pretty much required for any sort of a resonable java dev these days :P
L469[10:46:44] <copygirl> Like, I do have a .classpath file.
L470[10:46:51] ⇨ Joins: iari (~iari___@tyaralin.shadowdrake.eu)
L471[10:51:43] <copygirl> Ugh.
L472[10:52:00] <copygirl> This is one of the reasons why I have overblown IDEs.
L473[10:52:17] <copygirl> Takes sooo long to install. It's worse than visual studio.
L474[10:52:47] <fry> eh, idea is pretty much portable on linux
L475[10:52:54] <fry> download, run sh, done :D
L476[10:53:06] <gigaherz> I'm tempted to blame java for that, copygirl ;P
L477[10:53:27] <gigaherz> not that java is slow
L478[10:53:40] <fry> java is enterprisey :P
L479[10:53:40] <gigaherz> but the way it's organized
L480[10:53:50] *** mumfrey is now known as Mumfrey
L481[10:53:53] <fry> and enterprisey is slow :D
L482[10:54:10] <gigaherz> .NEt assemblies are DLLs, with metadata in them, and then just a bunch of binary data for the code such
L483[10:54:24] <gigaherz> while java hass a whole bunch of jars, which arezip files, with the class files inside
L484[10:54:30] <gigaherz> it's bound to take longer to parse ;p
L485[10:54:34] <killjoy> same thing
L486[10:54:47] <killjoy> zips with metadata files and code
L487[10:54:58] <gigaherz> I don't believe assemblies are compressed ;p
L488[10:55:06] <killjoy> but I don't really understand dll enough to assert that
L489[10:55:22] <gigaherz> I know how DLLs work
L490[10:55:27] <gigaherz> but I don't know how assembly dlls work
L491[10:55:28] <gigaherz> as in
L492[10:55:36] <gigaherz> I have no idea how .NET structures the contents of an assembly
L493[10:56:16] <fry> https://en.wikipedia.org/wiki/Common_Intermediate_Language
L494[10:57:04] <gigaherz> https://www.simple-talk.com/blogs/anatomy-of-a-net-assembly-pe-headers/
L495[10:57:18] <gigaherz> https://www.simple-talk.com/blogs/anatomy-of-a-net-assembly-clr-metadata-1/
L496[10:57:45] <gigaherz> apparently has its own nested data structure
L497[10:57:56] <gigaherz> with "sections" which are heaps describing the contents
L498[10:58:32] <gigaherz> so yeah at a conceptual level, the structure is equivalent to how java does the .class files
L499[10:58:38] <gigaherz> xcept it has multiple classes inside
L500[10:59:47] <gigaherz> which really matches the different way of referencing classes
L501[11:00:09] <gigaherz> in java you import individual classes, while in .NET you reference whole assemblies
L502[11:00:51] <killjoy> Aren't they called namespace?
L503[11:01:01] <gigaherz> that's like the packages
L504[11:01:10] <LexManos> !gm AxisAlignedBB.offset
L505[11:01:17] <gigaherz> the assembly is like a jar
L506[11:01:20] <LexManos> !gm AxisAlignedBB.addCoord
L507[11:01:28] <gigaherz> can contain multiple namespaces, each with multiple classes
L508[11:01:36] <gigaherz> just like jow a jar can contain multiple packages
L509[11:02:04] <gigaherz> an assembly has dependencies, which point to other assemblies
L510[11:02:10] <gigaherz> NOT namespaces or classes
L511[11:02:35] <gigaherz> so like, you reference "PresentationCore.dll,version=4.0.0"
L512[11:02:46] <fry> so kinda like java9 modules, probably :P
L513[11:02:47] <gigaherz> which happens to contain "System.Windows.Xaml" and other such things
L514[11:03:28] <gigaherz> like java imports, the "using" lines are just syntactic sugar
L515[11:03:52] <gigaherz> what matters is that a java class references other classes
L516[11:03:52] <copygirl> Alright, so I opened my project in eclipse
L517[11:03:58] <gigaherz> the dependency chain is class to class
L518[11:04:10] <gigaherz> while in .NET the dependency chain is assembly to assembly
L519[11:04:19] <fry> in java<=8 :P
L520[11:04:28] <gigaherz> ofc
L521[11:04:35] <gigaherz> I have no idea how the java9 modules work
L522[11:04:37] <gigaherz> so I can't speak about them
L523[11:04:43] <copygirl> I get the same errors as when using ./gradlew build. What should I look for, killjoy?
L524[11:05:01] <killjoy> run gradlew dependencies
L525[11:05:12] <LexManos> !gm func_185890_d
L526[11:06:22] <copygirl> I see "deobf.inventorytweaks:InventoryTweaks:1.61" there a couple of times.
L527[11:06:37] <killjoy> good
L528[11:06:51] <killjoy> I would still open it in an ide
L529[11:07:23] <copygirl> I mean... I have. It's open in Eclipse and I don't .. know what you want me to do now ^^
L530[11:07:34] ⇨ Joins: McJty (~jorrit@94-224-154-146.access.telenet.be)
L531[11:07:46] <killjoy> open the jar in the external libraries folder
L532[11:07:53] <killjoy> make sure the classes you're referencing are there
L533[11:08:21] <copygirl> Hmm.. odd.
L534[11:08:37] ⇨ Joins: BerciTheBeast (~BerciTheB@77.111.11.55.ipv4.telemach.net)
L535[11:08:43] <copygirl> So they aren't in there. But they were in the when I opened the .jars with 7zip earlier to check.
L536[11:09:53] <killjoy> were they .class or .java?
L537[11:10:54] <copygirl> .java ... why are they .java? o_o
L538[11:11:03] <fry> source jar? :D
L539[11:11:11] <killjoy> classifier is api
L540[11:11:21] ⇦ Quits: primetoxinz (~primetoxi@ip68-107-226-229.hr.hr.cox.net) (Remote host closed the connection)
L541[11:11:42] <killjoy> I'd rerun gradlew eclipse (if you're not using buildship)
L542[11:11:55] <copygirl> I did before.
L543[11:12:04] <killjoy> with --refresh-dependencies?
L544[11:12:07] <copygirl> No
L545[11:12:38] <copygirl> I guess that's the missing piece..?
L546[11:14:37] <copygirl> Mmhhh.. nope ^^
L547[11:15:07] <killjoy> run ./gradlew cleanCache
L548[11:15:22] ⇦ Quits: blood (unknown@ool-45741267.dyn.optonline.net) ()
L549[11:16:00] <copygirl> Now?
L550[11:16:13] <killjoy> you can try
L551[11:16:28] <copygirl> I mean, what after. Sorry for being unclear.
L552[11:16:37] <copygirl> after that*
L553[11:16:42] <killjoy> setupDecompWorkspace, build
L554[11:20:38] ⇦ Quits: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net) (Ping timeout: 194 seconds)
L555[11:25:04] <copygirl> killjoy: Same thing as before.
L556[11:25:51] ⇨ Joins: CoolerExtreme (~CoolerExt@117.207.165.46)
L557[11:26:02] <killjoy> try removing the :api classifier from invTweaks
L558[11:27:22] <copygirl> Hm.. that worked.
L559[11:28:34] <copygirl> So InvTweaks includes sources inside its API jar instead of anything compiled..
L560[11:28:49] <copygirl> Different from how I have my API artifact set up.
L561[11:29:29] <copygirl> killjoy: Sorry for stealing so much of your time, but thank you. A lot. <3
L562[11:30:10] <killjoy> Mhm. https://git.io/vD560
L563[11:31:35] ⇨ Joins: TechnicianLP_ (~Technicia@p4FE57BB1.dip0.t-ipconnect.de)
L564[11:32:00] ⇦ Quits: fdz (~fdz123@207.174.251.19) (Quit: Leaving)
L565[11:32:04] ⇦ Quits: TechnicianLP (~Technicia@p4FE57BB1.dip0.t-ipconnect.de) (Remote host closed the connection)
L566[11:33:41] *** TechnicianLP_ is now known as TechnicianLP
L567[11:34:20] <Intektor> when I use my own positioned sound, can everyone on the server hear it then when I set it to attenuationType = ISound.AttenuationType.NONE
L568[11:34:44] <Intektor> or only on the currentworld?
L569[11:35:25] <gigaherz> it's unrelated
L570[11:35:37] <gigaherz> the attenuation type just means it will be loud no matter how far
L571[11:35:48] <gigaherz> but the server deciding WHO receives the play sound packet
L572[11:35:51] <gigaherz> that's a whole other thing
L573[11:36:07] <Intektor> I just send a packet to the client
L574[11:36:13] <Intektor> and that plays is then
L575[11:36:27] <Intektor> or cant I do that?
L576[11:36:31] <gigaherz> oh so you decide which clients play it, then
L577[11:36:36] <gigaherz> so you'd know ;p
L578[11:36:57] <gigaherz> if you only tell the shooter about the sound, then only the shooter is going to hear it
L579[11:39:13] ⇦ Quits: Zaggy1024 (~Zaggy1024@97-116-187-132.mpls.qwest.net) (Read error: Connection reset by peer)
L580[11:43:10] ⇦ Quits: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi) (Ping timeout: 189 seconds)
L581[11:47:08] ⇨ Joins: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi)
L582[11:49:26] ⇨ Joins: HellFirePvP (~HellFireP@141.84.69.81)
L583[12:10:53] *** amadornes is now known as amadornes[OFF]
L584[12:11:22] *** DarkevilAway is now known as Darkevilmac
L585[12:11:28] <killjoy> maybe you want to get the players in range
L586[12:11:35] <killjoy> there's a method in world for that
L587[12:15:48] <LexManos> illy, diesieben|away etc... how the wrapper?
L588[12:17:26] *** amadornes[OFF] is now known as amadornes
L589[12:31:26] ⇦ Quits: Katrix (~Katrix@2a02:fe1:b001:f400:9c53:8651:f341:eccb) (Ping timeout: 180 seconds)
L590[12:31:54] ⇨ Joins: kinggoesgaming (uid23106@2604:8300:100:200b:6667:4:0:5a42)
L591[12:32:14] ⇨ Joins: Katrix (~Katrix@2a02:fe1:b001:f400:8842:b27d:d3d7:db3a)
L592[12:32:25] ⇦ Quits: Hgrebnednav (~Hgrebnedn@ptr-908g3ot0o0au6ibk2lc.18120a2.ip6.access.telenet.be) (Ping timeout: 190 seconds)
L593[12:36:24] <TechnicianLP> how about adding something to gradle that puts annotations on all mc-methods teling you the srg-name? something like @SRG("func_1")
L594[12:38:43] ⇦ Quits: TechnicianLP (~Technicia@p4FE57BB1.dip0.t-ipconnect.de) (Quit: Leaving)
L595[12:38:50] ⇨ Joins: TechnicianLP (~Technicia@p4FE57BB1.dip0.t-ipconnect.de)
L596[12:43:48] ⇦ Quits: McJty (~jorrit@94-224-154-146.access.telenet.be) (Quit: Leaving)
L597[12:46:01] <killjoy> that's what mcpbot is for
L598[12:46:15] <Ashindigo_> Meh the one issue with trying to mod mc and play another pack at the same time
L599[12:46:23] <Ashindigo_> I keep closing out of the wrong game
L600[12:49:47] ⇦ Quits: BerciTheBeast (~BerciTheB@77.111.11.55.ipv4.telemach.net) (Quit: Ta-ta)
L601[12:49:56] ⇨ Joins: BlueMonster (~BlueMonst@cpc23-telf11-2-0-cust237.16-1.cable.virginm.net)
L602[12:50:16] <LexManos> eww
L603[12:50:58] <gigaherz> TechnicianLP: why annotations?
L604[12:51:08] <gigaherz> I mean, if you had said comments, or javadoc comments
L605[12:57:13] <killjoy> javadocs would just need to be mcp methods.csv
L606[12:58:36] * TechnicianLP did not even think of the mapping comments ...
L607[12:59:19] <killjoy> Of course doing it manually would be insane
L608[12:59:39] <killjoy> bspkrs, thoughts?
L609[12:59:52] ⇦ Quits: cpup (~cpup@32.218.117.131) (Ping timeout: 194 seconds)
L610[13:00:03] ⇨ Joins: cpup (~cpup@32.218.117.131)
L611[13:00:07] <LexManos> No
L612[13:00:22] <LexManos> 99.99% of users dont need the srg name and if they do they can MCPBot it
L613[13:02:31] <killjoy> Pretty much was I said
L614[13:03:10] <killjoy> Hm.. I might do a PR to ReflectionHelper at some point
L615[13:03:26] <killjoy> make only the srg name needed
L616[13:06:58] ⇦ Quits: ThePsionic (~Psi@ip5457f909.direct-adsl.nl) (Read error: Connection reset by peer)
L617[13:10:20] ⇦ Quits: Vazkii (~Vazkii@144.134.37.188.rev.vodafone.pt) (Quit: seeya m8 thx 4 playin)
L618[13:10:24] ⇦ Quits: HellFirePvP (~HellFireP@141.84.69.81) (Quit: Leaving)
L619[13:12:55] ⇨ Joins: AstralSorcerer (~AstralSor@128.151.114.37)
L620[13:13:27] ⇦ Quits: killjoy (~killjoy@cpe-76-182-16-229.nc.res.rr.com) (Ping timeout: 198 seconds)
L621[13:18:12] ⇨ Joins: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net)
L622[13:22:19] ⇦ Quits: BlueMonster (~BlueMonst@cpc23-telf11-2-0-cust237.16-1.cable.virginm.net) (Quit: Goodbye)
L623[13:35:25] ⇦ Quits: cpup (~cpup@32.218.117.131) (Ping timeout: 194 seconds)
L624[13:35:35] ⇨ Joins: cpup (~cpup@32.218.117.131)
L625[13:36:32] ⇦ Quits: iari (~iari___@tyaralin.shadowdrake.eu) (Quit: Leaving)
L626[13:42:00] ⇨ Joins: Hgrebnednav (~Hgrebnedn@d8d872a6e.access.telenet.be)
L627[13:54:55] ⇨ Joins: Cast0077 (~Cast0077@24-151-68-108.dhcp.nwtn.ct.charter.com)
L628[13:55:10] ⇦ Quits: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi) (Ping timeout: 189 seconds)
L629[13:59:08] ⇦ Quits: CoolerExtreme (~CoolerExt@117.207.165.46) (Ping timeout: 206 seconds)
L630[14:01:49] *** PaleOff is now known as PaleoCrafter
L631[14:08:05] ⇨ Joins: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi)
L632[14:17:52] ⇦ Quits: Ipsis (~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk) (Ping timeout: 194 seconds)
L633[14:34:22] ⇦ Quits: TechnicianLP (~Technicia@p4FE57BB1.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L634[14:34:32] *** Darkevilmac is now known as DarkevilAway
L635[14:34:32] ⇨ Joins: TechnicianLP (~Technicia@p4FE57BB1.dip0.t-ipconnect.de)
L636[14:38:56] ⇦ Quits: Katrix (~Katrix@2a02:fe1:b001:f400:8842:b27d:d3d7:db3a) (Ping timeout: 180 seconds)
L637[14:39:06] ⇨ Joins: Katrix (~Katrix@2a02:fe1:b001:f400:e174:cbd4:74d:e21c)
L638[14:42:25] ⇦ Quits: Katrix (~Katrix@2a02:fe1:b001:f400:e174:cbd4:74d:e21c) (Ping timeout: 190 seconds)
L639[14:42:45] ⇨ Joins: Katrix (~Katrix@2a02:fe1:b001:f400:d03c:e67d:f022:1735)
L640[14:44:23] ⇨ Joins: ThePsionic (~Psi@ip5457f909.direct-adsl.nl)
L641[14:56:02] ⇨ Joins: codahq (~codahq@c-73-65-219-228.hsd1.ut.comcast.net)
L642[14:57:03] ⇦ Quits: Hunterz (~hunterz@62.182.234.189) (Remote host closed the connection)
L643[15:12:35] ⇨ Joins: williewillus (~williewil@cpe-24-28-24-13.austin.res.rr.com)
L644[15:12:57] ⇨ Joins: TechnicianLP2 (~AndChat59@p4FE57BB1.dip0.t-ipconnect.de)
L645[15:15:55] <williewillus> !dcc
L646[15:16:17] ⇨ Joins: TechnicianLP2_ (~AndChat59@p4FE57BB1.dip0.t-ipconnect.de)
L647[15:16:18] ⇦ Quits: TechnicianLP2 (~AndChat59@p4FE57BB1.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L648[15:17:05] ⇦ Quits: TechnicianLP (~Technicia@p4FE57BB1.dip0.t-ipconnect.de) (Ping timeout: 190 seconds)
L649[15:30:25] ⇦ Quits: TTFTCUTS (~ttftcuts@ns3366511.ovh.net) (Ping timeout: 190 seconds)
L650[15:42:19] <Elec0> Does anyone know of a mod or example that opens a GUI without using a block? I can't think of a mod that does it
L651[15:42:26] <Elec0> (Whose source I can see on github)
L652[15:44:56] <williewillus> any mod that has a "bag" item? :P
L653[15:45:23] <Drullkus> fry: Regarding your comment on that github ticket.... Too bad these following mods don't exist - Not Enough Rendering, Too Much Rendering, and Just Enough Rendering.
L654[15:45:48] <fry> :D
L655[15:46:50] <Elec0> I was more meaning a gui separate from an item or block, unless a gui with an item is easier to separate from the item into being run as a command
L656[15:47:14] <williewillus> it's just a call to openGui
L657[15:49:48] <Elec0> gotcha. thanks
L658[15:50:23] <Intektor> What does getRecipeSize and getRecipeOutput in IRecipe mean?
L659[15:50:53] <Intektor> getRecipeSize nevermind
L660[15:51:02] <Intektor> but getRecipeOutput
L661[16:00:04] *** PaleoCrafter is now known as PaleOff
L662[16:05:32] *** fry is now known as fry|sleep
L663[16:08:53] ⇨ Joins: FusionLord (~FusionLor@2600:8800:0:9000:2183:4d68:d305:76d)
L664[16:20:32] <Intektor> is there a way to remove more than one Item from the crafting table in IRecipe?
L665[16:20:48] ⇦ Quits: williewillus (~williewil@cpe-24-28-24-13.austin.res.rr.com) (Quit: Leaving)
L666[16:27:26] <gigaherz> Intektor: what?
L667[16:27:38] <gigaherz> oh you mean like
L668[16:27:42] <gigaherz> put a stack of 2
L669[16:27:46] <gigaherz> as an input
L670[16:27:51] <gigaherz> isntead of 2 side by side?
L671[16:27:55] <gigaherz> no it's not possible
L672[16:28:03] <gigaherz> you may be able to make it happen
L673[16:28:06] <gigaherz> but it's not supposed to
L674[16:28:12] <Intektor> I want that users can reload their magazines in the crafting table, that means one mag and a shellstack, but its not very cool to reload shell by shell
L675[16:28:26] <gigaherz> then allow many shells
L676[16:28:31] <gigaherz> like
L677[16:28:34] <gigaherz> shapeless recipe
L678[16:28:39] <Intektor> http://i.imgur.com/wb5VPYc.png
L679[16:28:40] <gigaherz> 1 mag + 1 shell
L680[16:28:41] <gigaherz> charges one
L681[16:28:47] <gigaherz> 1 mag + 2 shells etc
L682[16:29:03] <Intektor> my p90 has 50 bullets, thats not cool
L683[16:29:11] <gigaherz> well
L684[16:29:14] <gigaherz> it's realistic
L685[16:29:20] <gigaherz> that's how people fill the mags IRL
L686[16:29:23] <gigaherz> they take a bunch from the box
L687[16:29:25] <Intektor> my negev has 150 bullets
L688[16:29:28] <gigaherz> and push each one individually
L689[16:29:32] <gigaherz> or buy pre-filled mags
L690[16:29:34] <gigaherz> whichever the case
L691[16:29:35] <gigaherz> ;P
L692[16:29:43] <gigaherz> make a mag-filler machine
L693[16:29:55] <gigaherz> or
L694[16:29:59] <gigaherz> make it a rightclick action of the magh
L695[16:30:02] <Intektor> I have that, but I thought it might be cool to have both
L696[16:30:03] <gigaherz> while in your hotbar
L697[16:30:14] <Intektor> the machine
L698[16:30:15] <gigaherz> each rightclick use, fills one
L699[16:30:26] <gigaherz> shift-rightclick, refills all
L700[16:31:32] <Intektor> i will do it that way, but are oyu sure there is no other way?
L701[16:31:41] <Intektor> with removing more than one?
L702[16:32:48] *** MrKickkiller is now known as MrKick|Away
L703[16:33:14] ⇦ Quits: Intektor (~Intektor@p5B275B44.dip0.t-ipconnect.de) (Quit: Leaving)
L704[16:34:45] ⇦ Quits: Hgrebnednav (~Hgrebnedn@d8d872a6e.access.telenet.be) (Ping timeout: 190 seconds)
L705[16:51:23] ⇦ Quits: Noppes (~Noppes@ip56530f2e.direct-adsl.nl) (Read error: Connection reset by peer)
L706[16:56:40] ⇨ Joins: MoxieGrrl_ (~MoxieGrrl@173-23-172-139.client.mchsi.com)
L707[16:58:00] ⇦ Quits: MoxieGrrl (~MoxieGrrl@173-23-172-139.client.mchsi.com) (Ping timeout: 198 seconds)
L708[16:58:33] ⇨ Joins: sinkillerj (~sinkiller@nc-67-232-15-221.dhcp.embarqhsd.net)
L709[16:59:21] ⇨ Joins: moxiegrrl__ (~MoxieGrrl@173-23-172-139.client.mchsi.com)
L710[17:01:09] ⇦ Quits: MoxieGrrl_ (~MoxieGrrl@173-23-172-139.client.mchsi.com) (Ping timeout: 198 seconds)
L711[17:05:50] ⇦ Quits: sciguyryan (~sciguyrya@45.62.37.13) (Read error: -0x7880: SSL - The peer notified us that the connection is going to be closed)
L712[17:13:13] ⇦ Quits: techbrew (sid72171@id-72171.ealing.irccloud.com) (Read error: Connection reset by peer)
L713[17:13:42] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8000:134f:112a:171c:3332:5ba8)
L714[17:14:20] ⇦ Quits: Forkk (~forkk@2600:3c00::f03c:91ff:fe84:de4d) (Quit: No Ping reply in 180 seconds.)
L715[17:15:17] ⇦ Quits: ntzrmtthihu777 (ntzrmtthih@Join.The.DarkSide.We.Have.Coookies.PanicBNC.us) (Ping timeout: 384 seconds)
L716[17:16:09] ⇨ Joins: Forkk (~forkk@2600:3c00::f03c:91ff:fe84:de4d)
L717[17:19:24] ⇨ Joins: ntzrmtthihu777 (ntzrmtthih@Join.The.DarkSide.We.Have.Coookies.PanicBNC.us)
L718[17:27:30] ⇦ Quits: MineBot (MineBot@minebot.services.esper.net) (*.net *.split)
L719[17:27:31] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8000:134f:112a:171c:3332:5ba8) (*.net *.split)
L720[17:27:31] ⇦ Quits: moxiegrrl__ (~MoxieGrrl@173-23-172-139.client.mchsi.com) (*.net *.split)
L721[17:27:31] ⇦ Quits: sinkillerj (~sinkiller@nc-67-232-15-221.dhcp.embarqhsd.net) (*.net *.split)
L722[17:27:31] ⇦ Quits: FusionLord (~FusionLor@2600:8800:0:9000:2183:4d68:d305:76d) (*.net *.split)
L723[17:27:31] ⇦ Quits: cpup (~cpup@32.218.117.131) (*.net *.split)
L724[17:27:31] ⇦ Quits: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net) (*.net *.split)
L725[17:27:31] ⇦ Quits: AstralSorcerer (~AstralSor@128.151.114.37) (*.net *.split)
L726[17:27:31] ⇦ Quits: electrolitic (~electroli@104-184-56-125.lightspeed.cicril.sbcglobal.net) (*.net *.split)
L727[17:27:31] ⇦ Quits: Zyferus (Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net) (*.net *.split)
L728[17:27:31] ⇦ Quits: Denyol[Away] (Denyol@xi.elitebnc.org) (*.net *.split)
L729[17:27:31] ⇦ Quits: Wastl2 (~Wastl2@x4e341200.dyn.telefonica.de) (*.net *.split)
L730[17:27:31] ⇦ Quits: minecrell (~minecrell@irc.minecrell.net) (*.net *.split)
L731[17:27:31] ⇦ Quits: [com]buster (~EternalFl@ip5457c57d.direct-adsl.nl) (*.net *.split)
L732[17:27:31] ⇦ Quits: LexManos (~LexManos@50-39-184-236.bvtn.or.frontiernet.net) (*.net *.split)
L733[17:27:31] ⇦ Quits: xaero (xaero@the.flying.dutchman.panicbnc.net) (*.net *.split)
L734[17:27:31] ⇦ Quits: Korobi (~korobi@is.a.ninja.korobi.io) (*.net *.split)
L735[17:27:31] ⇦ Quits: Lildirt (~Lildirt@lildirt.com) (*.net *.split)
L736[17:27:31] ⇦ Quits: Tahg (~Tahg@pool-71-248-165-18.bstnma.fios.verizon.net) (*.net *.split)
L737[17:27:31] ⇦ Quits: c^ (chip@thor.starbs.net) (*.net *.split)
L738[17:27:31] ⇦ Quits: illy (uid69226@id-69226.highgate.irccloud.com) (*.net *.split)
L739[17:27:31] ⇦ Quits: Lisimba (~Lisimba@2001:984:2569:1:d535:e144:e404:e7f6) (*.net *.split)
L740[17:27:31] ⇦ Quits: psxlover (psxlover@athedsl-387017.home.otenet.gr) (*.net *.split)
L741[17:27:31] ⇦ Quits: Davnit (~Davnit@72-189-115-20.res.bhn.net) (*.net *.split)
L742[17:27:31] ⇦ Quits: necrogami (sid211237@id-211237.tooting.irccloud.com) (*.net *.split)
L743[17:27:31] ⇦ Quits: justJanne (~justJanne@kuschku.de) (*.net *.split)
L744[17:27:31] ⇦ Quits: Gaz (~Gaz492@direct.wolf.ski) (*.net *.split)
L745[17:27:31] ⇦ Quits: HassanS6000 (sid159234@id-159234.stonehaven.irccloud.com) (*.net *.split)
L746[17:27:31] ⇦ Quits: SilentSean (sid112854@id-112854.brockwell.irccloud.com) (*.net *.split)
L747[17:27:31] ⇦ Quits: Akai (sid40324@id-40324.hathersage.irccloud.com) (*.net *.split)
L748[17:27:31] ⇦ Quits: Vazde (vazde@dea.fi) (*.net *.split)
L749[17:27:31] ⇦ Quits: cpw (~cpw@24-212-222-79.cable.teksavvy.com) (*.net *.split)
L750[17:27:31] ⇦ Quits: Aroma1997 (~Aroma1997@2604:a880:800:10::168:d001) (*.net *.split)
L751[17:27:31] ⇦ Quits: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi) (*.net *.split)
L752[17:27:31] ⇦ Quits: armed_troop (~armedtroo@pool-98-114-59-249.phlapa.fios.verizon.net) (*.net *.split)
L753[17:27:31] ⇦ Quits: gakai (~gakai@mail.bzeutzheim.de) (*.net *.split)
L754[17:27:31] ⇦ Quits: Techokami (Techokami@znc.theender.net) (*.net *.split)
L755[17:27:31] ⇦ Quits: dangranos (~dangranos@hekate.pc-logix.com) (*.net *.split)
L756[17:27:31] ⇦ Quits: heldplayer (heldplayer@mrwhite.specialattack.net) (*.net *.split)
L757[17:27:31] ⇦ Quits: l4mRh4X0r (l4mRh4X0r@l4mrh4x0r.student.ipv6.utwente.nl) (*.net *.split)
L758[17:27:31] ⇦ Quits: RyanKnack (RyanKnack@anarchy.esper.net) (*.net *.split)
L759[17:27:31] ⇦ Quits: johni0702 (johni0702@johni0702.de) (*.net *.split)
L760[17:27:31] ⇦ Quits: ThuGie (~ThuGie@mail.bzeutzheim.de) (*.net *.split)
L761[17:27:31] ⇦ Quits: zml (~zml@minions.aoeu.xyz) (*.net *.split)
L762[17:27:31] ⇦ Quits: KGS (~KGS@h-155-4-129-249.na.cust.bahnhof.se) (*.net *.split)
L763[17:27:31] ⇦ Quits: glasspelican (~quassel@stanley.glasspelican.ca) (*.net *.split)
L764[17:27:31] ⇦ Quits: Jezza (~Jezza@92.206.161.17) (*.net *.split)
L765[17:27:31] ⇦ Quits: Ashindigo_ (uid202308@id-202308.hathersage.irccloud.com) (*.net *.split)
L766[17:27:31] ⇦ Quits: Larry1123 (Larry1123@irc.larry1123.net) (*.net *.split)
L767[17:27:31] ⇦ Quits: Lathanael|Away (~Lathanael@p549612B8.dip0.t-ipconnect.de) (*.net *.split)
L768[17:27:31] ⇦ Quits: Redfoxmoon (~Red@177.92-221-236.customer.lyse.net) (*.net *.split)
L769[17:27:31] ⇦ Quits: Elec0 (~Elec0@porter-29-151.resnet.ucsc.edu) (*.net *.split)
L770[17:27:31] ⇦ Quits: Ivorius (~Ivorius@2604:a880:800:10::55b:8001) (*.net *.split)
L771[17:27:31] ⇦ Quits: mallrat208 (~mallrat20@107-145-175-135.res.bhn.net) (*.net *.split)
L772[17:27:31] ⇦ Quits: johnnyhostile (~irssi@castlevania.bhgdo.com) (*.net *.split)
L773[17:27:31] ⇦ Quits: Searge|work (~Searge@h-85-24-130-18.na.cust.bahnhof.se) (*.net *.split)
L774[17:27:31] ⇦ Quits: amadornes (~amadornes@framez.is.wtfcool.com) (*.net *.split)
L775[17:27:31] ⇦ Quits: Waterpicker (~Waterpick@2602:306:35ba:ca40:940d:9221:5126:6068) (*.net *.split)
L776[17:27:31] ⇦ Quits: Hink (~Hink@hink.me) (*.net *.split)
L777[17:27:31] ⇦ Quits: x3n0ph0b3 (~x3n0ph0b3@2001:19f0:6400:8965:5400:ff:fe07:8777) (*.net *.split)
L778[17:27:31] ⇦ Quits: Genuine (~Genuine@66-191-1-249.dhcp.knwc.wa.charter.com) (*.net *.split)
L779[17:27:31] ⇦ Quits: gigaherz (gigaherz@154.red-83-55-12.dynamicip.rima-tde.net) (*.net *.split)
L780[17:27:31] ⇦ Quits: rebecca (~rebecca@104.156.228.174) (*.net *.split)
L781[17:27:31] ⇦ Quits: gravityfox (~gravityfo@superfox.dyn.ucr.edu) (*.net *.split)
L782[17:27:31] ⇦ Quits: romibi (~quassel@cable-static-7-174.rsnweb.ch) (*.net *.split)
L783[17:27:31] ⇦ Quits: g (~g@ultros.tentacles.are.evidently.sexy) (*.net *.split)
L784[17:27:31] ⇦ Quits: zz_mikeprimm (~mikeprimm@2a01:7e00::f03c:91ff:fe70:44b7) (*.net *.split)
L785[17:27:31] ⇦ Quits: Twisted_Code (~macks2008@dusky.horse) (*.net *.split)
L786[17:27:31] ⇦ Quits: BBSplat (bbsplat@tab.completion.provided.by.rcfreak0.com) (*.net *.split)
L787[17:27:31] ⇦ Quits: Lord_Ralex (~Ralex@hands.of.the.devilincarnate.net) (*.net *.split)
L788[17:27:31] ⇦ Quits: Marenthyu (~Marenthyu@marenthyu.de) (*.net *.split)
L789[17:27:31] ⇦ Quits: Mysticdrew (sid103488@id-103488.tooting.irccloud.com) (*.net *.split)
L790[17:27:31] ⇦ Quits: Lumien (Elite13049@ipv6.6.sigma.elitebnc.org) (*.net *.split)
L791[17:27:31] ⇦ Quits: progwml6 (~progwml6@104.168.20.187) (*.net *.split)
L792[17:27:31] ⇦ Quits: marcoslater (~marcoslat@znc.marcoslater.com) (*.net *.split)
L793[17:27:31] ⇦ Quits: Deamon (~Deamon@irc.thevoxelbox.com) (*.net *.split)
L794[17:27:31] ⇦ Quits: Flamegoat (sid89996@id-89996.ealing.irccloud.com) (*.net *.split)
L795[17:27:31] ⇦ Quits: TheresaJayne (sid37392@id-37392.ealing.irccloud.com) (*.net *.split)
L796[17:27:31] ⇦ Quits: lxkm (sid59612@id-59612.ealing.irccloud.com) (*.net *.split)
L797[17:27:31] ⇦ Quits: esKaayY (~esKaayY@2607:5300:100:200::3fc) (*.net *.split)
L798[17:27:31] ⇦ Quits: King_Hual (adam@thefoxbox.xyz) (*.net *.split)
L799[17:27:31] ⇦ Quits: Cisien (~Cisien@u18549070.onlinehome-server.com) (*.net *.split)
L800[17:27:31] ⇦ Quits: ntzrmtthihu777 (ntzrmtthih@Join.The.DarkSide.We.Have.Coookies.PanicBNC.us) (*.net *.split)
L801[17:27:31] ⇦ Quits: auenfx4 (David@120.155.29.160) (*.net *.split)
L802[17:27:31] ⇦ Quits: diesieben|away (~diesieben@abrarsyed.com) (*.net *.split)
L803[17:27:31] ⇦ Quits: Kolatra (~Kolatra@abrarsyed.com) (*.net *.split)
L804[17:27:31] ⇦ Quits: Abrar|gone (~AbrarSyed@ipv6.abrarsyed.com) (*.net *.split)
L805[17:27:31] ⇦ Quits: Kaelten (~Kaelten@2600:3c00::f03c:91ff:fedb:9160) (*.net *.split)
L806[17:27:31] ⇦ Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (*.net *.split)
L807[17:27:31] ⇦ Quits: phroa (phroa@phroa.net) (*.net *.split)
L808[17:27:31] ⇦ Quits: Pyker (pyker@pyker.net) (*.net *.split)
L809[17:27:31] ⇦ Quits: codahq (~codahq@c-73-65-219-228.hsd1.ut.comcast.net) (*.net *.split)
L810[17:27:31] ⇦ Quits: RichardG (~richardg8@201.37.242.114) (*.net *.split)
L811[17:27:31] ⇦ Quits: r4wk (~r4wk@mtprnf0117w-047055105205.dhcp-dynamic.fibreop.nl.bellaliant.net) (*.net *.split)
L812[17:27:31] ⇦ Quits: Scorp (~Scorp@181.222.6.51.dyn.plus.net) (*.net *.split)
L813[17:27:31] ⇦ Quits: cppchriscpp (~cppchrisc@c-76-24-45-127.hsd1.nh.comcast.net) (*.net *.split)
L814[17:27:31] ⇦ Quits: mezz (~mezz@24.6.28.151) (*.net *.split)
L815[17:27:31] ⇦ Quits: AnrDaemon (~ZNC@darkdragon-nln.starlink.ru) (*.net *.split)
L816[17:27:31] ⇦ Quits: Krapht (~Krapht@85.226.7.98) (*.net *.split)
L817[17:27:31] ⇦ Quits: Zethalion (~Zethalion@095-097-058-227.static.chello.nl) (*.net *.split)
L818[17:27:31] ⇦ Quits: turmfalke (~turmfalke@p5dce1e9e.dip0.t-ipconnect.de) (*.net *.split)
L819[17:27:31] ⇦ Quits: airbreather (~airbreath@d149-67-99-43.nap.wideopenwest.com) (*.net *.split)
L820[17:27:31] ⇦ Quits: XDjackieXD (~XDjackieX@navi.chaosfield.at) (*.net *.split)
L821[17:27:31] ⇦ Quits: PolarizedIons (~Polarized@vauff.me) (*.net *.split)
L822[17:27:31] ⇦ Quits: srs_bsns (blk@198-48-175-31.cpe.pppoe.ca) (*.net *.split)
L823[17:27:31] ⇦ Quits: samschaap (~samschaap@5469bf1f.cm-12-2c.dynamic.ziggo.nl) (*.net *.split)
L824[17:27:31] ⇦ Quits: PitchBright (~PitchBrig@cpe00fc8d8a3ce3-cm00fc8d8a3ce0.cpe.net.cable.rogers.com) (*.net *.split)
L825[17:27:31] ⇦ Quits: covers1624 (~covers162@ppp122-232-6.static.internode.on.net) (*.net *.split)
L826[17:27:31] ⇦ Quits: Me4502 (~Me4502@e3-1270v3.bl-ash0.1.1.2.10.k8.securedservers.com) (*.net *.split)
L827[17:27:31] ⇦ Quits: SeargeDP (~Searge@c83-250-150-134.bredband.comhem.se) (*.net *.split)
L828[17:27:31] ⇦ Quits: Yamakaja (~yamakaja@vps.yamakaja.tech) (*.net *.split)
L829[17:27:31] ⇦ Quits: xampp (~xampp@c-98-243-68-246.hsd1.mi.comcast.net) (*.net *.split)
L830[17:27:31] ⇦ Quits: Blarghedy (~Blarghedy@50-90-169-168.res.bhn.net) (*.net *.split)
L831[17:27:31] ⇦ Quits: Lain|log (~Aphrael@baka.khobbits.co.uk) (*.net *.split)
L832[17:27:31] ⇦ Quits: useless2764 (useless@meerkat.danmackay.com) (*.net *.split)
L833[17:27:31] ⇦ Quits: Mine|away (~minecreat@tterrag.com) (*.net *.split)
L834[17:27:31] ⇦ Quits: Drullkus (~Drullkus@tterrag.com) (*.net *.split)
L835[17:27:31] ⇦ Quits: Raqbit (~Raqbit@vauff.me) (*.net *.split)
L836[17:27:31] ⇦ Quits: DarkevilAway (Darkevilma@our.pi.equals-3.14.elitebnc.org) (*.net *.split)
L837[17:27:31] ⇦ Quits: Synergiance (~syn@lsv1.synerfiles.info) (*.net *.split)
L838[17:27:31] ⇦ Quits: core (~core@ilya.xxx) (*.net *.split)
L839[17:27:31] ⇦ Quits: Hex (~Hex@four.out.of.five.doctors.recommend.hex.lc) (*.net *.split)
L840[17:27:31] ⇦ Quits: SkySom (~SkySom@162.243.21.185) (*.net *.split)
L841[17:27:31] ⇦ Quits: NoChance (~nochance@206.ip-51-254-139.eu) (*.net *.split)
L842[17:27:31] ⇦ Quits: linuxdaemon (linuxdemon@dev.linuxdemon.xyz) (*.net *.split)
L843[17:27:31] ⇦ Quits: TehNut (~TehNut@192.99.145.160) (*.net *.split)
L844[17:27:31] ⇦ Quits: Lutzee (~Lutzee@iss.lutzee.net) (*.net *.split)
L845[17:29:17] ⇨ Joins: ntzrmtthihu777 (ntzrmtthih@Join.The.DarkSide.We.Have.Coookies.PanicBNC.us)
L846[17:29:17] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8000:134f:112a:171c:3332:5ba8)
L847[17:29:17] ⇨ Joins: moxiegrrl__ (~MoxieGrrl@173-23-172-139.client.mchsi.com)
L848[17:29:17] ⇨ Joins: sinkillerj (~sinkiller@nc-67-232-15-221.dhcp.embarqhsd.net)
L849[17:29:17] ⇨ Joins: FusionLord (~FusionLor@2600:8800:0:9000:2183:4d68:d305:76d)
L850[17:29:17] ⇨ Joins: codahq (~codahq@c-73-65-219-228.hsd1.ut.comcast.net)
L851[17:29:17] ⇨ Joins: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi)
L852[17:29:17] ⇨ Joins: cpup (~cpup@32.218.117.131)
L853[17:29:17] ⇨ Joins: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net)
L854[17:29:17] ⇨ Joins: AstralSorcerer (~AstralSor@128.151.114.37)
L855[17:29:17] ⇨ Joins: RichardG (~richardg8@201.37.242.114)
L856[17:29:17] ⇨ Joins: zml (~zml@minions.aoeu.xyz)
L857[17:29:17] ⇨ Joins: electrolitic (~electroli@104-184-56-125.lightspeed.cicril.sbcglobal.net)
L858[17:29:17] ⇨ Joins: KGS (~KGS@h-155-4-129-249.na.cust.bahnhof.se)
L859[17:29:17] ⇨ Joins: glasspelican (~quassel@stanley.glasspelican.ca)
L860[17:29:17] ⇨ Joins: Zyferus (Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net)
L861[17:29:17] ⇨ Joins: Jezza (~Jezza@92.206.161.17)
L862[17:29:17] ⇨ Joins: Ashindigo_ (uid202308@id-202308.hathersage.irccloud.com)
L863[17:29:17] ⇨ Joins: Larry1123 (Larry1123@irc.larry1123.net)
L864[17:29:17] ⇨ Joins: Denyol[Away] (Denyol@xi.elitebnc.org)
L865[17:29:17] ⇨ Joins: Lathanael|Away (~Lathanael@p549612B8.dip0.t-ipconnect.de)
L866[17:29:17] ⇨ Joins: Redfoxmoon (~Red@177.92-221-236.customer.lyse.net)
L867[17:29:17] ⇨ Joins: Wastl2 (~Wastl2@x4e341200.dyn.telefonica.de)
L868[17:29:17] ⇨ Joins: Elec0 (~Elec0@porter-29-151.resnet.ucsc.edu)
L869[17:29:17] ⇨ Joins: r4wk (~r4wk@mtprnf0117w-047055105205.dhcp-dynamic.fibreop.nl.bellaliant.net)
L870[17:29:17] ⇨ Joins: Scorp (~Scorp@181.222.6.51.dyn.plus.net)
L871[17:29:17] ⇨ Joins: Ivorius (~Ivorius@2604:a880:800:10::55b:8001)
L872[17:29:17] ⇨ Joins: mallrat208 (~mallrat20@107-145-175-135.res.bhn.net)
L873[17:29:17] ⇨ Joins: cppchriscpp (~cppchrisc@c-76-24-45-127.hsd1.nh.comcast.net)
L874[17:29:17] ⇨ Joins: mezz (~mezz@24.6.28.151)
L875[17:29:17] ⇨ Joins: amadornes (~amadornes@framez.is.wtfcool.com)
L876[17:29:17] ⇨ Joins: AnrDaemon (~ZNC@darkdragon-nln.starlink.ru)
L877[17:29:17] ⇨ Joins: Krapht (~Krapht@85.226.7.98)
L878[17:29:17] ⇨ Joins: auenfx4 (David@120.155.29.160)
L879[17:29:17] ⇨ Joins: johnnyhostile (~irssi@castlevania.bhgdo.com)
L880[17:29:17] ⇨ Joins: jackmcbarn (jackmcbarn@gateway.insomnia247.nl)
L881[17:29:17] ⇨ Joins: Zethalion (~Zethalion@095-097-058-227.static.chello.nl)
L882[17:29:17] ⇨ Joins: Searge|work (~Searge@h-85-24-130-18.na.cust.bahnhof.se)
L883[17:29:17] ⇨ Joins: minecrell (~minecrell@irc.minecrell.net)
L884[17:29:17] ⇨ Joins: [com]buster (~EternalFl@ip5457c57d.direct-adsl.nl)
L885[17:29:17] ⇨ Joins: Waterpicker (~Waterpick@2602:306:35ba:ca40:940d:9221:5126:6068)
L886[17:29:17] ⇨ Joins: LexManos (~LexManos@50-39-184-236.bvtn.or.frontiernet.net)
L887[17:29:17] portlane.esper.net sets mode: +o on LexManos
L888[17:29:17] ⇨ Joins: Hink (~Hink@hink.me)
L889[17:29:17] ⇨ Joins: turmfalke (~turmfalke@p5dce1e9e.dip0.t-ipconnect.de)
L890[17:29:17] ⇨ Joins: xaero (xaero@the.flying.dutchman.panicbnc.net)
L891[17:29:17] ⇨ Joins: x3n0ph0b3 (~x3n0ph0b3@2001:19f0:6400:8965:5400:ff:fe07:8777)
L892[17:29:17] ⇨ Joins: diesieben|away (~diesieben@abrarsyed.com)
L893[17:29:17] ⇨ Joins: Kolatra (~Kolatra@abrarsyed.com)
L894[17:29:17] ⇨ Joins: Abrar|gone (~AbrarSyed@ipv6.abrarsyed.com)
L895[17:29:17] ⇨ Joins: airbreather (~airbreath@d149-67-99-43.nap.wideopenwest.com)
L896[17:29:17] ⇨ Joins: Korobi (~korobi@is.a.ninja.korobi.io)
L897[17:29:17] ⇨ Joins: MineBot (MineBot@minebot.services.esper.net)
L898[17:29:17] ⇨ Joins: Lildirt (~Lildirt@lildirt.com)
L899[17:29:17] ⇨ Joins: Genuine (~Genuine@66-191-1-249.dhcp.knwc.wa.charter.com)
L900[17:29:17] ⇨ Joins: gigaherz (gigaherz@154.red-83-55-12.dynamicip.rima-tde.net)
L901[17:29:17] ⇨ Joins: Tahg (~Tahg@pool-71-248-165-18.bstnma.fios.verizon.net)
L902[17:29:17] ⇨ Joins: rebecca (~rebecca@104.156.228.174)
L903[17:29:17] ⇨ Joins: gravityfox (~gravityfo@superfox.dyn.ucr.edu)
L904[17:29:17] ⇨ Joins: romibi (~quassel@cable-static-7-174.rsnweb.ch)
L905[17:29:17] ⇨ Joins: c^ (chip@thor.starbs.net)
L906[17:29:17] ⇨ Joins: XDjackieXD (~XDjackieX@navi.chaosfield.at)
L907[17:29:17] ⇨ Joins: illy (uid69226@id-69226.highgate.irccloud.com)
L908[17:29:17] ⇨ Joins: Lisimba (~Lisimba@2001:984:2569:1:d535:e144:e404:e7f6)
L909[17:29:17] ⇨ Joins: PolarizedIons (~Polarized@vauff.me)
L910[17:29:17] ⇨ Joins: g (~g@ultros.tentacles.are.evidently.sexy)
L911[17:29:17] ⇨ Joins: psxlover (psxlover@athedsl-387017.home.otenet.gr)
L912[17:29:17] ⇨ Joins: zz_mikeprimm (~mikeprimm@2a01:7e00::f03c:91ff:fe70:44b7)
L913[17:29:17] ⇨ Joins: Davnit (~Davnit@72-189-115-20.res.bhn.net)
L914[17:29:17] ⇨ Joins: necrogami (sid211237@id-211237.tooting.irccloud.com)
L915[17:29:17] ⇨ Joins: srs_bsns (blk@198-48-175-31.cpe.pppoe.ca)
L916[17:29:17] ⇨ Joins: samschaap (~samschaap@5469bf1f.cm-12-2c.dynamic.ziggo.nl)
L917[17:29:17] ⇨ Joins: Twisted_Code (~macks2008@dusky.horse)
L918[17:29:17] ⇨ Joins: justJanne (~justJanne@kuschku.de)
L919[17:29:17] ⇨ Joins: Marenthyu (~Marenthyu@marenthyu.de)
L920[17:29:17] ⇨ Joins: phroa (phroa@phroa.net)
L921[17:29:17] ⇨ Joins: PitchBright (~PitchBrig@cpe00fc8d8a3ce3-cm00fc8d8a3ce0.cpe.net.cable.rogers.com)
L922[17:29:17] ⇨ Joins: Gaz (~Gaz492@direct.wolf.ski)
L923[17:29:17] ⇨ Joins: BBSplat (bbsplat@tab.completion.provided.by.rcfreak0.com)
L924[17:29:17] ⇨ Joins: armed_troop (~armedtroo@pool-98-114-59-249.phlapa.fios.verizon.net)
L925[17:29:17] ⇨ Joins: Lord_Ralex (~Ralex@hands.of.the.devilincarnate.net)
L926[17:29:17] ⇨ Joins: covers1624 (~covers162@ppp122-232-6.static.internode.on.net)
L927[17:29:17] ⇨ Joins: HassanS6000 (sid159234@id-159234.stonehaven.irccloud.com)
L928[17:29:17] ⇨ Joins: Mysticdrew (sid103488@id-103488.tooting.irccloud.com)
L929[17:29:17] ⇨ Joins: SilentSean (sid112854@id-112854.brockwell.irccloud.com)
L930[17:29:17] ⇨ Joins: Akai (sid40324@id-40324.hathersage.irccloud.com)
L931[17:29:17] ⇨ Joins: Vazde (vazde@dea.fi)
L932[17:29:17] *** portlane.esper.net sets mode: +oov Abrar|gone MineBot Tahg
L933[17:29:17] ⇨ Joins: Lumien (Elite13049@ipv6.6.sigma.elitebnc.org)
L934[17:29:17] ⇨ Joins: Me4502 (~Me4502@e3-1270v3.bl-ash0.1.1.2.10.k8.securedservers.com)
L935[17:29:17] ⇨ Joins: cpw (~cpw@24-212-222-79.cable.teksavvy.com)
L936[17:29:17] ⇨ Joins: Aroma1997 (~Aroma1997@2604:a880:800:10::168:d001)
L937[17:29:17] ⇨ Joins: SeargeDP (~Searge@c83-250-150-134.bredband.comhem.se)
L938[17:29:17] ⇨ Joins: Yamakaja (~yamakaja@vps.yamakaja.tech)
L939[17:29:17] ⇨ Joins: progwml6 (~progwml6@104.168.20.187)
L940[17:29:17] ⇨ Joins: gakai (~gakai@mail.bzeutzheim.de)
L941[17:29:17] ⇨ Joins: Techokami (Techokami@znc.theender.net)
L942[17:29:17] ⇨ Joins: dangranos (~dangranos@hekate.pc-logix.com)
L943[17:29:17] ⇨ Joins: heldplayer (heldplayer@mrwhite.specialattack.net)
L944[17:29:17] ⇨ Joins: marcoslater (~marcoslat@znc.marcoslater.com)
L945[17:29:17] ⇨ Joins: Deamon (~Deamon@irc.thevoxelbox.com)
L946[17:29:17] ⇨ Joins: Pyker (pyker@pyker.net)
L947[17:29:17] ⇨ Joins: xampp (~xampp@c-98-243-68-246.hsd1.mi.comcast.net)
L948[17:29:17] ⇨ Joins: Blarghedy (~Blarghedy@50-90-169-168.res.bhn.net)
L949[17:29:17] ⇨ Joins: Raqbit (~Raqbit@vauff.me)
L950[17:29:17] ⇨ Joins: Flamegoat (sid89996@id-89996.ealing.irccloud.com)
L951[17:29:17] ⇨ Joins: TheresaJayne (sid37392@id-37392.ealing.irccloud.com)
L952[17:29:17] ⇨ Joins: Drullkus (~Drullkus@tterrag.com)
L953[17:29:17] ⇨ Joins: lxkm (sid59612@id-59612.ealing.irccloud.com)
L954[17:29:17] ⇨ Joins: Lain|log (~Aphrael@baka.khobbits.co.uk)
L955[17:29:17] ⇨ Joins: Mine|away (~minecreat@tterrag.com)
L956[17:29:17] ⇨ Joins: useless2764 (useless@meerkat.danmackay.com)
L957[17:29:17] ⇨ Joins: esKaayY (~esKaayY@2607:5300:100:200::3fc)
L958[17:29:17] ⇨ Joins: King_Hual (adam@thefoxbox.xyz)
L959[17:29:17] ⇨ Joins: Cisien (~Cisien@u18549070.onlinehome-server.com)
L960[17:29:17] ⇨ Joins: DarkevilAway (Darkevilma@our.pi.equals-3.14.elitebnc.org)
L961[17:29:17] ⇨ Joins: l4mRh4X0r (l4mRh4X0r@l4mrh4x0r.student.ipv6.utwente.nl)
L962[17:29:17] ⇨ Joins: johni0702 (johni0702@johni0702.de)
L963[17:29:17] ⇨ Joins: Synergiance (~syn@lsv1.synerfiles.info)
L964[17:29:17] ⇨ Joins: core (~core@ilya.xxx)
L965[17:29:17] ⇨ Joins: RyanKnack (RyanKnack@anarchy.esper.net)
L966[17:29:17] ⇨ Joins: Lutzee (~Lutzee@iss.lutzee.net)
L967[17:29:17] ⇨ Joins: ThuGie (~ThuGie@mail.bzeutzheim.de)
L968[17:29:17] ⇨ Joins: TehNut (~TehNut@192.99.145.160)
L969[17:29:17] ⇨ Joins: Hex (~Hex@four.out.of.five.doctors.recommend.hex.lc)
L970[17:29:17] ⇨ Joins: SkySom (~SkySom@162.243.21.185)
L971[17:29:17] ⇨ Joins: NoChance (~nochance@206.ip-51-254-139.eu)
L972[17:29:17] ⇨ Joins: linuxdaemon (linuxdemon@dev.linuxdemon.xyz)
L973[17:29:17] ⇨ Joins: Kaelten (~Kaelten@2600:3c00::f03c:91ff:fedb:9160)
L974[17:29:17] *** portlane.esper.net sets mode: +oo cpw Flamegoat
L975[17:31:48] ⇦ Quits: Jezza (~Jezza@92.206.161.17) (Ping timeout: 206 seconds)
L976[17:31:48] ⇨ Joins: Shambling (~Shambling@24-181-186-74.dhcp.nwtn.ct.charter.com)
L977[17:32:06] <Shambling> this random ores mod is interesting
L978[17:32:35] <Shambling> sacrotic_pheonix, if you ever program here you've got a very promising mod there.
L979[17:39:54] *** amadornes is now known as amadornes[OFF]
L980[17:48:25] ⇦ Quits: MineBot (MineBot@minebot.services.esper.net) (*.net *.split)
L981[17:48:25] ⇦ Quits: Shambling (~Shambling@24-181-186-74.dhcp.nwtn.ct.charter.com) (*.net *.split)
L982[17:48:25] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8000:134f:112a:171c:3332:5ba8) (*.net *.split)
L983[17:48:25] ⇦ Quits: moxiegrrl__ (~MoxieGrrl@173-23-172-139.client.mchsi.com) (*.net *.split)
L984[17:48:25] ⇦ Quits: sinkillerj (~sinkiller@nc-67-232-15-221.dhcp.embarqhsd.net) (*.net *.split)
L985[17:48:25] ⇦ Quits: FusionLord (~FusionLor@2600:8800:0:9000:2183:4d68:d305:76d) (*.net *.split)
L986[17:48:25] ⇦ Quits: cpup (~cpup@32.218.117.131) (*.net *.split)
L987[17:48:25] ⇦ Quits: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net) (*.net *.split)
L988[17:48:25] ⇦ Quits: AstralSorcerer (~AstralSor@128.151.114.37) (*.net *.split)
L989[17:48:25] ⇦ Quits: electrolitic (~electroli@104-184-56-125.lightspeed.cicril.sbcglobal.net) (*.net *.split)
L990[17:48:25] ⇦ Quits: Zyferus (Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net) (*.net *.split)
L991[17:48:25] ⇦ Quits: Denyol[Away] (Denyol@xi.elitebnc.org) (*.net *.split)
L992[17:48:25] ⇦ Quits: Wastl2 (~Wastl2@x4e341200.dyn.telefonica.de) (*.net *.split)
L993[17:48:25] ⇦ Quits: minecrell (~minecrell@irc.minecrell.net) (*.net *.split)
L994[17:48:25] ⇦ Quits: [com]buster (~EternalFl@ip5457c57d.direct-adsl.nl) (*.net *.split)
L995[17:48:25] ⇦ Quits: LexManos (~LexManos@50-39-184-236.bvtn.or.frontiernet.net) (*.net *.split)
L996[17:48:25] ⇦ Quits: xaero (xaero@the.flying.dutchman.panicbnc.net) (*.net *.split)
L997[17:48:25] ⇦ Quits: Korobi (~korobi@is.a.ninja.korobi.io) (*.net *.split)
L998[17:48:25] ⇦ Quits: Lildirt (~Lildirt@lildirt.com) (*.net *.split)
L999[17:48:25] ⇦ Quits: Tahg (~Tahg@pool-71-248-165-18.bstnma.fios.verizon.net) (*.net *.split)
L1000[17:48:25] ⇦ Quits: c^ (chip@thor.starbs.net) (*.net *.split)
L1001[17:48:25] ⇦ Quits: illy (uid69226@id-69226.highgate.irccloud.com) (*.net *.split)
L1002[17:48:25] ⇦ Quits: Lisimba (~Lisimba@2001:984:2569:1:d535:e144:e404:e7f6) (*.net *.split)
L1003[17:48:25] ⇦ Quits: psxlover (psxlover@athedsl-387017.home.otenet.gr) (*.net *.split)
L1004[17:48:25] ⇦ Quits: Davnit (~Davnit@72-189-115-20.res.bhn.net) (*.net *.split)
L1005[17:48:25] ⇦ Quits: necrogami (sid211237@id-211237.tooting.irccloud.com) (*.net *.split)
L1006[17:48:25] ⇦ Quits: justJanne (~justJanne@kuschku.de) (*.net *.split)
L1007[17:48:25] ⇦ Quits: Gaz (~Gaz492@direct.wolf.ski) (*.net *.split)
L1008[17:48:25] ⇦ Quits: HassanS6000 (sid159234@id-159234.stonehaven.irccloud.com) (*.net *.split)
L1009[17:48:25] ⇦ Quits: SilentSean (sid112854@id-112854.brockwell.irccloud.com) (*.net *.split)
L1010[17:48:25] ⇦ Quits: Akai (sid40324@id-40324.hathersage.irccloud.com) (*.net *.split)
L1011[17:48:25] ⇦ Quits: Vazde (vazde@dea.fi) (*.net *.split)
L1012[17:48:25] ⇦ Quits: cpw (~cpw@24-212-222-79.cable.teksavvy.com) (*.net *.split)
L1013[17:48:25] ⇦ Quits: Aroma1997 (~Aroma1997@2604:a880:800:10::168:d001) (*.net *.split)
L1014[17:48:25] ⇦ Quits: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi) (*.net *.split)
L1015[17:48:25] ⇦ Quits: armed_troop (~armedtroo@pool-98-114-59-249.phlapa.fios.verizon.net) (*.net *.split)
L1016[17:48:25] ⇦ Quits: gakai (~gakai@mail.bzeutzheim.de) (*.net *.split)
L1017[17:48:25] ⇦ Quits: Techokami (Techokami@znc.theender.net) (*.net *.split)
L1018[17:48:25] ⇦ Quits: dangranos (~dangranos@hekate.pc-logix.com) (*.net *.split)
L1019[17:48:25] ⇦ Quits: heldplayer (heldplayer@mrwhite.specialattack.net) (*.net *.split)
L1020[17:48:25] ⇦ Quits: l4mRh4X0r (l4mRh4X0r@l4mrh4x0r.student.ipv6.utwente.nl) (*.net *.split)
L1021[17:48:25] ⇦ Quits: RyanKnack (RyanKnack@anarchy.esper.net) (*.net *.split)
L1022[17:48:25] ⇦ Quits: johni0702 (johni0702@johni0702.de) (*.net *.split)
L1023[17:48:25] ⇦ Quits: ThuGie (~ThuGie@mail.bzeutzheim.de) (*.net *.split)
L1024[17:48:25] ⇦ Quits: zml (~zml@minions.aoeu.xyz) (*.net *.split)
L1025[17:48:25] ⇦ Quits: KGS (~KGS@h-155-4-129-249.na.cust.bahnhof.se) (*.net *.split)
L1026[17:48:25] ⇦ Quits: glasspelican (~quassel@stanley.glasspelican.ca) (*.net *.split)
L1027[17:48:25] ⇦ Quits: Ashindigo_ (uid202308@id-202308.hathersage.irccloud.com) (*.net *.split)
L1028[17:48:25] ⇦ Quits: Larry1123 (Larry1123@irc.larry1123.net) (*.net *.split)
L1029[17:48:25] ⇦ Quits: Lathanael|Away (~Lathanael@p549612B8.dip0.t-ipconnect.de) (*.net *.split)
L1030[17:48:25] ⇦ Quits: Redfoxmoon (~Red@177.92-221-236.customer.lyse.net) (*.net *.split)
L1031[17:48:25] ⇦ Quits: Elec0 (~Elec0@porter-29-151.resnet.ucsc.edu) (*.net *.split)
L1032[17:48:25] ⇦ Quits: Ivorius (~Ivorius@2604:a880:800:10::55b:8001) (*.net *.split)
L1033[17:48:25] ⇦ Quits: mallrat208 (~mallrat20@107-145-175-135.res.bhn.net) (*.net *.split)
L1034[17:48:25] ⇦ Quits: johnnyhostile (~irssi@castlevania.bhgdo.com) (*.net *.split)
L1035[17:48:25] ⇦ Quits: Searge|work (~Searge@h-85-24-130-18.na.cust.bahnhof.se) (*.net *.split)
L1036[17:48:25] ⇦ Quits: amadornes[OFF] (~amadornes@framez.is.wtfcool.com) (*.net *.split)
L1037[17:48:25] ⇦ Quits: Waterpicker (~Waterpick@2602:306:35ba:ca40:940d:9221:5126:6068) (*.net *.split)
L1038[17:48:25] ⇦ Quits: Hink (~Hink@hink.me) (*.net *.split)
L1039[17:48:25] ⇦ Quits: x3n0ph0b3 (~x3n0ph0b3@2001:19f0:6400:8965:5400:ff:fe07:8777) (*.net *.split)
L1040[17:48:25] ⇦ Quits: Genuine (~Genuine@66-191-1-249.dhcp.knwc.wa.charter.com) (*.net *.split)
L1041[17:48:25] ⇦ Quits: gigaherz (gigaherz@154.red-83-55-12.dynamicip.rima-tde.net) (*.net *.split)
L1042[17:48:25] ⇦ Quits: rebecca (~rebecca@104.156.228.174) (*.net *.split)
L1043[17:48:25] ⇦ Quits: gravityfox (~gravityfo@superfox.dyn.ucr.edu) (*.net *.split)
L1044[17:48:25] ⇦ Quits: romibi (~quassel@cable-static-7-174.rsnweb.ch) (*.net *.split)
L1045[17:48:25] ⇦ Quits: g (~g@ultros.tentacles.are.evidently.sexy) (*.net *.split)
L1046[17:48:25] ⇦ Quits: zz_mikeprimm (~mikeprimm@2a01:7e00::f03c:91ff:fe70:44b7) (*.net *.split)
L1047[17:48:25] ⇦ Quits: Twisted_Code (~macks2008@dusky.horse) (*.net *.split)
L1048[17:48:25] ⇦ Quits: BBSplat (bbsplat@tab.completion.provided.by.rcfreak0.com) (*.net *.split)
L1049[17:48:25] ⇦ Quits: Lord_Ralex (~Ralex@hands.of.the.devilincarnate.net) (*.net *.split)
L1050[17:48:25] ⇦ Quits: Marenthyu (~Marenthyu@marenthyu.de) (*.net *.split)
L1051[17:48:25] ⇦ Quits: Mysticdrew (sid103488@id-103488.tooting.irccloud.com) (*.net *.split)
L1052[17:48:25] ⇦ Quits: Lumien (Elite13049@ipv6.6.sigma.elitebnc.org) (*.net *.split)
L1053[17:48:25] ⇦ Quits: progwml6 (~progwml6@104.168.20.187) (*.net *.split)
L1054[17:48:25] ⇦ Quits: marcoslater (~marcoslat@znc.marcoslater.com) (*.net *.split)
L1055[17:48:25] ⇦ Quits: Deamon (~Deamon@irc.thevoxelbox.com) (*.net *.split)
L1056[17:48:25] ⇦ Quits: Flamegoat (sid89996@id-89996.ealing.irccloud.com) (*.net *.split)
L1057[17:48:25] ⇦ Quits: TheresaJayne (sid37392@id-37392.ealing.irccloud.com) (*.net *.split)
L1058[17:48:25] ⇦ Quits: lxkm (sid59612@id-59612.ealing.irccloud.com) (*.net *.split)
L1059[17:48:25] ⇦ Quits: esKaayY (~esKaayY@2607:5300:100:200::3fc) (*.net *.split)
L1060[17:48:25] ⇦ Quits: King_Hual (adam@thefoxbox.xyz) (*.net *.split)
L1061[17:48:25] ⇦ Quits: Cisien (~Cisien@u18549070.onlinehome-server.com) (*.net *.split)
L1062[17:48:25] ⇦ Quits: ntzrmtthihu777 (ntzrmtthih@Join.The.DarkSide.We.Have.Coookies.PanicBNC.us) (*.net *.split)
L1063[17:48:25] ⇦ Quits: auenfx4 (David@120.155.29.160) (*.net *.split)
L1064[17:48:25] ⇦ Quits: diesieben|away (~diesieben@abrarsyed.com) (*.net *.split)
L1065[17:48:25] ⇦ Quits: Kolatra (~Kolatra@abrarsyed.com) (*.net *.split)
L1066[17:48:25] ⇦ Quits: Abrar|gone (~AbrarSyed@ipv6.abrarsyed.com) (*.net *.split)
L1067[17:48:25] ⇦ Quits: Kaelten (~Kaelten@2600:3c00::f03c:91ff:fedb:9160) (*.net *.split)
L1068[17:48:25] ⇦ Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (*.net *.split)
L1069[17:48:25] ⇦ Quits: phroa (phroa@phroa.net) (*.net *.split)
L1070[17:48:25] ⇦ Quits: Pyker (pyker@pyker.net) (*.net *.split)
L1071[17:48:25] ⇦ Quits: codahq (~codahq@c-73-65-219-228.hsd1.ut.comcast.net) (*.net *.split)
L1072[17:48:25] ⇦ Quits: RichardG (~richardg8@201.37.242.114) (*.net *.split)
L1073[17:48:25] ⇦ Quits: r4wk (~r4wk@mtprnf0117w-047055105205.dhcp-dynamic.fibreop.nl.bellaliant.net) (*.net *.split)
L1074[17:48:25] ⇦ Quits: Scorp (~Scorp@181.222.6.51.dyn.plus.net) (*.net *.split)
L1075[17:48:25] ⇦ Quits: cppchriscpp (~cppchrisc@c-76-24-45-127.hsd1.nh.comcast.net) (*.net *.split)
L1076[17:48:25] ⇦ Quits: mezz (~mezz@24.6.28.151) (*.net *.split)
L1077[17:48:25] ⇦ Quits: AnrDaemon (~ZNC@darkdragon-nln.starlink.ru) (*.net *.split)
L1078[17:48:25] ⇦ Quits: Krapht (~Krapht@85.226.7.98) (*.net *.split)
L1079[17:48:25] ⇦ Quits: Zethalion (~Zethalion@095-097-058-227.static.chello.nl) (*.net *.split)
L1080[17:48:25] ⇦ Quits: turmfalke (~turmfalke@p5dce1e9e.dip0.t-ipconnect.de) (*.net *.split)
L1081[17:48:25] ⇦ Quits: airbreather (~airbreath@d149-67-99-43.nap.wideopenwest.com) (*.net *.split)
L1082[17:48:25] ⇦ Quits: XDjackieXD (~XDjackieX@navi.chaosfield.at) (*.net *.split)
L1083[17:48:25] ⇦ Quits: PolarizedIons (~Polarized@vauff.me) (*.net *.split)
L1084[17:48:25] ⇦ Quits: srs_bsns (blk@198-48-175-31.cpe.pppoe.ca) (*.net *.split)
L1085[17:48:25] ⇦ Quits: samschaap (~samschaap@5469bf1f.cm-12-2c.dynamic.ziggo.nl) (*.net *.split)
L1086[17:48:25] ⇦ Quits: PitchBright (~PitchBrig@cpe00fc8d8a3ce3-cm00fc8d8a3ce0.cpe.net.cable.rogers.com) (*.net *.split)
L1087[17:48:25] ⇦ Quits: covers1624 (~covers162@ppp122-232-6.static.internode.on.net) (*.net *.split)
L1088[17:48:25] ⇦ Quits: Me4502 (~Me4502@e3-1270v3.bl-ash0.1.1.2.10.k8.securedservers.com) (*.net *.split)
L1089[17:48:25] ⇦ Quits: SeargeDP (~Searge@c83-250-150-134.bredband.comhem.se) (*.net *.split)
L1090[17:48:25] ⇦ Quits: Yamakaja (~yamakaja@vps.yamakaja.tech) (*.net *.split)
L1091[17:48:25] ⇦ Quits: xampp (~xampp@c-98-243-68-246.hsd1.mi.comcast.net) (*.net *.split)
L1092[17:48:25] ⇦ Quits: Blarghedy (~Blarghedy@50-90-169-168.res.bhn.net) (*.net *.split)
L1093[17:48:25] ⇦ Quits: Lain|log (~Aphrael@baka.khobbits.co.uk) (*.net *.split)
L1094[17:48:25] ⇦ Quits: useless2764 (useless@meerkat.danmackay.com) (*.net *.split)
L1095[17:48:25] ⇦ Quits: Mine|away (~minecreat@tterrag.com) (*.net *.split)
L1096[17:48:25] ⇦ Quits: Drullkus (~Drullkus@tterrag.com) (*.net *.split)
L1097[17:48:25] ⇦ Quits: Raqbit (~Raqbit@vauff.me) (*.net *.split)
L1098[17:48:25] ⇦ Quits: DarkevilAway (Darkevilma@our.pi.equals-3.14.elitebnc.org) (*.net *.split)
L1099[17:48:25] ⇦ Quits: Synergiance (~syn@lsv1.synerfiles.info) (*.net *.split)
L1100[17:48:25] ⇦ Quits: core (~core@ilya.xxx) (*.net *.split)
L1101[17:48:25] ⇦ Quits: Hex (~Hex@four.out.of.five.doctors.recommend.hex.lc) (*.net *.split)
L1102[17:48:25] ⇦ Quits: SkySom (~SkySom@162.243.21.185) (*.net *.split)
L1103[17:48:25] ⇦ Quits: NoChance (~nochance@206.ip-51-254-139.eu) (*.net *.split)
L1104[17:48:25] ⇦ Quits: linuxdaemon (linuxdemon@dev.linuxdemon.xyz) (*.net *.split)
L1105[17:48:25] ⇦ Quits: TehNut (~TehNut@192.99.145.160) (*.net *.split)
L1106[17:48:25] ⇦ Quits: Lutzee (~Lutzee@iss.lutzee.net) (*.net *.split)
L1107[17:48:25] ⇦ Quits: Forkk (~forkk@2600:3c00::f03c:91ff:fe84:de4d) (*.net *.split)
L1108[17:48:25] ⇦ Quits: Quetzi (~Q@qmunity.quetzi.tv) (*.net *.split)
L1109[17:48:25] ⇦ Quits: Mumfrey (~Mumfrey@dedi5.eq2.co.uk) (*.net *.split)
L1110[17:48:25] ⇦ Quits: An_Sar (~srw@mail.nmd.so) (*.net *.split)
L1111[17:48:25] ⇦ Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (*.net *.split)
L1112[17:48:25] ⇦ Quits: P3pp3rF1y (~P3pp3rF1y@minehost.io) (*.net *.split)
L1113[17:48:25] ⇦ Quits: Dries007 (~Dries007@vps2.dries007.net) (*.net *.split)
L1114[17:48:25] ⇦ Quits: masa (~masa@86-60-221-191-dyn-dsl.ssp.fi) (*.net *.split)
L1115[17:48:25] ⇦ Quits: Akkarin (~Akkarin@bnc.basinmc.org) (*.net *.split)
L1116[17:48:25] ⇦ Quits: tterrag (~tterrag@tterrag.com) (*.net *.split)
L1117[17:48:25] ⇦ Quits: GrygrFlzr (~GrygrFlzr@2001:41d0:a:6287::6) (*.net *.split)
L1118[17:48:25] ⇦ Quits: copygirl (~koppeh@copy.mcft.net) (*.net *.split)
L1119[17:48:25] ⇦ Quits: Sangar (~Sangar@cil.li) (*.net *.split)
L1120[17:48:25] ⇦ Quits: thor12022 (~thor12022@ec2-52-38-180-186.us-west-2.compute.amazonaws.com) (*.net *.split)
L1121[17:48:25] ⇦ Quits: helinus|off (~helinus@znc.helinus.se) (*.net *.split)
L1122[17:48:25] ⇦ Quits: ollieread (~ollieread@exia.ollieread.com) (*.net *.split)
L1123[17:48:25] ⇦ Quits: HiddenKnowledge (~HiddenKn@93.ip-158-69-206.net) (*.net *.split)
L1124[17:48:25] ⇦ Quits: Keridos (~Keridos@ironhide.stw-bonn.de) (*.net *.split)
L1125[17:48:25] ⇦ Quits: Corosus (~Corosus@135-23-126-120.cpe.pppoe.ca) (*.net *.split)
L1126[17:48:25] ⇦ Quits: Lymia (~lymia@magical.girl.lyrical.lymia.moe) (*.net *.split)
L1127[17:48:25] ⇦ Quits: fry|sleep (~rainwarri@195.91.246.187) (*.net *.split)
L1128[17:48:25] ⇦ Quits: DaMachinator (~DaMachina@40.112.138.169) (*.net *.split)
L1129[17:48:25] ⇦ Quits: shadowfacts (shadowfact@is.aww.moe) (*.net *.split)
L1130[17:48:25] ⇦ Quits: raoulvdberge (~raoul@95.85.20.191) (*.net *.split)
L1131[17:48:25] ⇦ Quits: simon816 (~simon816@ec2-52-11-212-67.us-west-2.compute.amazonaws.com) (*.net *.split)
L1132[17:48:25] ⇦ Quits: hipsterpig (~iChun@209-133-197-242.static.hvvc.us) (*.net *.split)
L1133[17:48:25] ⇦ Quits: gabizou|laptop (~gabizou@e3-1270v3.bl-ash0.1.1.2.10.k8.securedservers.com) (*.net *.split)
L1134[17:48:25] ⇦ Quits: shabble (~shabble@metavore.org) (*.net *.split)
L1135[17:48:25] ⇦ Quits: Aedda (~aedda@2600:3c00::19:cace) (*.net *.split)
L1136[17:48:25] ⇦ Quits: caseif (caseif@bnc.lol768.com) (*.net *.split)
L1137[17:48:25] ⇦ Quits: Darkhax (~Darkhax@167.88.125.149) (*.net *.split)
L1138[17:48:25] ⇦ Quits: TechnicianLP2_ (~AndChat59@p4FE57BB1.dip0.t-ipconnect.de) (*.net *.split)
L1139[17:48:25] ⇦ Quits: ThePsionic (~Psi@ip5457f909.direct-adsl.nl) (*.net *.split)
L1140[17:48:25] ⇦ Quits: Cast0077 (~Cast0077@24-151-68-108.dhcp.nwtn.ct.charter.com) (*.net *.split)
L1141[17:48:25] ⇦ Quits: Brokkoli (~Brokkoli@p5B23C6BC.dip0.t-ipconnect.de) (*.net *.split)
L1142[17:48:25] ⇦ Quits: secknv (~secknv@bl14-176-22.dsl.telepac.pt) (*.net *.split)
L1143[17:48:25] ⇦ Quits: DemonWav (~DemonWav@69.197.179.106) (*.net *.split)
L1144[17:48:25] ⇦ Quits: Qball (Elite17280@ipv6.3.chi.elitebnc.org) (*.net *.split)
L1145[17:48:25] ⇦ Quits: kashike (kashike@is.a.miserable.ninja) (*.net *.split)
L1146[17:48:25] ⇦ Quits: IoP (jikuja@kapsi.fi) (*.net *.split)
L1147[17:48:25] ⇦ Quits: An_Angry_Brit (~AngryBrit@2.218.68.18) (*.net *.split)
L1148[17:48:25] ⇦ Quits: mrkirby153 (mrkirby153@the.government.stole-your.pw) (*.net *.split)
L1149[17:48:25] ⇦ Quits: TamasHenning (sid154987@id-154987.tooting.irccloud.com) (*.net *.split)
L1150[17:48:25] ⇦ Quits: Watchful1 (sid67384@id-67384.tooting.irccloud.com) (*.net *.split)
L1151[17:48:25] ⇦ Quits: Greenphlem (uid22276@id-22276.tooting.irccloud.com) (*.net *.split)
L1152[17:48:25] ⇦ Quits: GuntherDW (~guntherdw@quadran.system33.be) (*.net *.split)
L1153[17:48:25] ⇦ Quits: Aaron1011 (~Aaron1011@irc.spongepowered.org) (*.net *.split)
L1154[17:48:25] ⇦ Quits: Zidane (~Zidane@irc.spongepowered.org) (*.net *.split)
L1155[17:48:25] ⇦ Quits: fivestang (fivestang@shell.xshellz.com) (*.net *.split)
L1156[17:48:25] ⇦ Quits: LuigiHutch (LuigiHutch@Challenge.Accepted.PanicBNC.eu) (*.net *.split)
L1157[17:48:25] ⇦ Quits: Kilobyte (~kilobyte@cucumber.kilobyte22.de) (*.net *.split)
L1158[17:48:25] ⇦ Quits: PaleOff (~paleo@weneg.de) (*.net *.split)
L1159[17:48:25] ⇦ Quits: Woodstone (~quassel@2a03:b0c0:2:d0::2c8:d001) (*.net *.split)
L1160[17:48:25] ⇦ Quits: barteks2x (barteks2x@it.is.your.corrupt.we.claim.panicbnc.org) (*.net *.split)
L1161[17:48:25] ⇦ Quits: MrZoidbergMD (Zoidberg@2a01:4f8:d13:311::3) (*.net *.split)
L1162[17:48:25] ⇦ Quits: Baughn (~Baughn@madoka.brage.info) (*.net *.split)
L1163[17:48:25] ⇦ Quits: gabizou (~gabizou@irc.spongepowered.org) (*.net *.split)
L1164[17:48:25] ⇦ Quits: LatvianModder (sid50299@id-50299.highgate.irccloud.com) (*.net *.split)
L1165[17:48:25] ⇦ Quits: modmuss50 (sid42264@id-42264.ealing.irccloud.com) (*.net *.split)
L1166[17:48:25] ⇦ Quits: KklyAq (~KklyAq@p30032-ipngnfx01osakakita.osaka.ocn.ne.jp) (*.net *.split)
L1167[17:48:25] ⇦ Quits: Zolingoto (~Melakion@50-35-185-156.evrt.wa.frontiernet.net) (*.net *.split)
L1168[17:48:25] ⇦ Quits: myst (sid36625@2604:8300:100:200b:6667:2:0:8f11) (*.net *.split)
L1169[17:48:25] ⇦ Quits: IdleGandalf (~IdleGanda@static.42.139.9.5.clients.your-server.de) (*.net *.split)
L1170[17:48:25] ⇦ Quits: DRedhorse (dredhorse@faris.wolf480.pl) (*.net *.split)
L1171[17:48:25] ⇦ Quits: jamierocks (~jamierock@irc.neptunepowered.org) (*.net *.split)
L1172[17:48:25] ⇦ Quits: ghac (~ghac@static.102.152.243.136.clients.your-server.de) (*.net *.split)
L1173[17:48:25] ⇦ Quits: I9hdkill (~quassel@static.102.152.243.136.clients.your-server.de) (*.net *.split)
L1174[17:48:25] ⇦ Quits: bspkrs (~bspkrs@is.that.a.bspk.rs) (*.net *.split)
L1175[17:48:25] ⇦ Quits: bartman (nobody@hastecase.com) (*.net *.split)
L1176[17:48:25] ⇦ Quits: RoboSky (~robotbrai@2604:a880:800:10::94a:d001) (*.net *.split)
L1177[17:48:25] ⇦ Quits: Sephiroth (Sephiroth@sephiroth.ws) (*.net *.split)
L1178[17:48:25] ⇦ Quits: dmod (~sid32492@id-32492.highgate.irccloud.com) (*.net *.split)
L1179[17:48:25] ⇦ Quits: Hobbits|away (~khm@2600:3c03::21:1001) (*.net *.split)
L1180[17:48:25] ⇦ Quits: sham1 (~sham1@weneg.de) (*.net *.split)
L1181[17:48:25] ⇦ Quits: ryantheleach (~ryanthele@taamc.com) (*.net *.split)
L1182[17:48:25] ⇦ Quits: md_5 (~md_5@marius.md-5.net) (*.net *.split)
L1183[17:48:25] ⇦ Quits: eyamaz (~sid40777@id-40777.highgate.irccloud.com) (*.net *.split)
L1184[17:50:34] ⇨ Joins: Kaelten (~Kaelten@2600:3c00::f03c:91ff:fedb:9160)
L1185[17:50:34] ⇨ Joins: linuxdaemon (linuxdemon@dev.linuxdemon.xyz)
L1186[17:50:34] ⇨ Joins: NoChance (~nochance@206.ip-51-254-139.eu)
L1187[17:50:34] ⇨ Joins: SkySom (~SkySom@162.243.21.185)
L1188[17:50:34] ⇨ Joins: Hex (~Hex@four.out.of.five.doctors.recommend.hex.lc)
L1189[17:50:34] ⇨ Joins: TehNut (~TehNut@192.99.145.160)
L1190[17:50:34] ⇨ Joins: ThuGie (~ThuGie@mail.bzeutzheim.de)
L1191[17:50:34] ⇨ Joins: Lutzee (~Lutzee@iss.lutzee.net)
L1192[17:50:34] ⇨ Joins: RyanKnack (RyanKnack@anarchy.esper.net)
L1193[17:50:34] ⇨ Joins: core (~core@ilya.xxx)
L1194[17:50:34] ⇨ Joins: Synergiance (~syn@lsv1.synerfiles.info)
L1195[17:50:34] ⇨ Joins: johni0702 (johni0702@johni0702.de)
L1196[17:50:34] ⇨ Joins: l4mRh4X0r (l4mRh4X0r@l4mrh4x0r.student.ipv6.utwente.nl)
L1197[17:50:34] ⇨ Joins: DarkevilAway (Darkevilma@our.pi.equals-3.14.elitebnc.org)
L1198[17:50:34] ⇨ Joins: Cisien (~Cisien@u18549070.onlinehome-server.com)
L1199[17:50:34] ⇨ Joins: King_Hual (adam@thefoxbox.xyz)
L1200[17:50:34] ⇨ Joins: esKaayY (~esKaayY@2607:5300:100:200::3fc)
L1201[17:50:34] ⇨ Joins: useless2764 (useless@meerkat.danmackay.com)
L1202[17:50:34] ⇨ Joins: Mine|away (~minecreat@tterrag.com)
L1203[17:50:34] ⇨ Joins: Lain|log (~Aphrael@baka.khobbits.co.uk)
L1204[17:50:34] ⇨ Joins: lxkm (sid59612@id-59612.ealing.irccloud.com)
L1205[17:50:34] ⇨ Joins: Drullkus (~Drullkus@tterrag.com)
L1206[17:50:34] ⇨ Joins: TheresaJayne (sid37392@id-37392.ealing.irccloud.com)
L1207[17:50:34] ⇨ Joins: Flamegoat (sid89996@id-89996.ealing.irccloud.com)
L1208[17:50:34] ⇨ Joins: Raqbit (~Raqbit@vauff.me)
L1209[17:50:34] ⇨ Joins: Blarghedy (~Blarghedy@50-90-169-168.res.bhn.net)
L1210[17:50:34] ⇨ Joins: xampp (~xampp@c-98-243-68-246.hsd1.mi.comcast.net)
L1211[17:50:34] ⇨ Joins: Pyker (pyker@pyker.net)
L1212[17:50:34] ⇨ Joins: Deamon (~Deamon@irc.thevoxelbox.com)
L1213[17:50:34] ⇨ Joins: marcoslater (~marcoslat@znc.marcoslater.com)
L1214[17:50:34] ⇨ Joins: heldplayer (heldplayer@mrwhite.specialattack.net)
L1215[17:50:34] ⇨ Joins: dangranos (~dangranos@hekate.pc-logix.com)
L1216[17:50:34] ⇨ Joins: Techokami (Techokami@znc.theender.net)
L1217[17:50:34] ⇨ Joins: gakai (~gakai@mail.bzeutzheim.de)
L1218[17:50:34] ⇨ Joins: progwml6 (~progwml6@104.168.20.187)
L1219[17:50:34] ⇨ Joins: Yamakaja (~yamakaja@vps.yamakaja.tech)
L1220[17:50:34] ⇨ Joins: SeargeDP (~Searge@c83-250-150-134.bredband.comhem.se)
L1221[17:50:34] ⇨ Joins: Aroma1997 (~Aroma1997@2604:a880:800:10::168:d001)
L1222[17:50:34] ⇨ Joins: cpw (~cpw@24-212-222-79.cable.teksavvy.com)
L1223[17:50:34] ⇨ Joins: Me4502 (~Me4502@e3-1270v3.bl-ash0.1.1.2.10.k8.securedservers.com)
L1224[17:50:34] ⇨ Joins: Lumien (Elite13049@ipv6.6.sigma.elitebnc.org)
L1225[17:50:34] ⇨ Joins: Vazde (vazde@dea.fi)
L1226[17:50:34] ⇨ Joins: Akai (sid40324@id-40324.hathersage.irccloud.com)
L1227[17:50:34] *** portlane.esper.net sets mode: +oo Flamegoat cpw
L1228[17:50:34] ⇨ Joins: SilentSean (sid112854@id-112854.brockwell.irccloud.com)
L1229[17:50:34] ⇨ Joins: Mysticdrew (sid103488@id-103488.tooting.irccloud.com)
L1230[17:50:34] ⇨ Joins: HassanS6000 (sid159234@id-159234.stonehaven.irccloud.com)
L1231[17:50:34] ⇨ Joins: covers1624 (~covers162@ppp122-232-6.static.internode.on.net)
L1232[17:50:34] ⇨ Joins: Lord_Ralex (~Ralex@hands.of.the.devilincarnate.net)
L1233[17:50:34] ⇨ Joins: armed_troop (~armedtroo@pool-98-114-59-249.phlapa.fios.verizon.net)
L1234[17:50:34] ⇨ Joins: BBSplat (bbsplat@tab.completion.provided.by.rcfreak0.com)
L1235[17:50:34] ⇨ Joins: Gaz (~Gaz492@direct.wolf.ski)
L1236[17:50:34] ⇨ Joins: PitchBright (~PitchBrig@cpe00fc8d8a3ce3-cm00fc8d8a3ce0.cpe.net.cable.rogers.com)
L1237[17:50:34] ⇨ Joins: phroa (phroa@phroa.net)
L1238[17:50:34] ⇨ Joins: Marenthyu (~Marenthyu@marenthyu.de)
L1239[17:50:34] ⇨ Joins: justJanne (~justJanne@kuschku.de)
L1240[17:50:34] ⇨ Joins: Twisted_Code (~macks2008@dusky.horse)
L1241[17:50:34] ⇨ Joins: samschaap (~samschaap@5469bf1f.cm-12-2c.dynamic.ziggo.nl)
L1242[17:50:34] ⇨ Joins: srs_bsns (blk@198-48-175-31.cpe.pppoe.ca)
L1243[17:50:34] ⇨ Joins: necrogami (sid211237@id-211237.tooting.irccloud.com)
L1244[17:50:34] ⇨ Joins: Davnit (~Davnit@72-189-115-20.res.bhn.net)
L1245[17:50:34] ⇨ Joins: zz_mikeprimm (~mikeprimm@2a01:7e00::f03c:91ff:fe70:44b7)
L1246[17:50:34] ⇨ Joins: psxlover (psxlover@athedsl-387017.home.otenet.gr)
L1247[17:50:34] ⇨ Joins: g (~g@ultros.tentacles.are.evidently.sexy)
L1248[17:50:34] ⇨ Joins: PolarizedIons (~Polarized@vauff.me)
L1249[17:50:34] ⇨ Joins: Lisimba (~Lisimba@2001:984:2569:1:d535:e144:e404:e7f6)
L1250[17:50:34] ⇨ Joins: illy (uid69226@id-69226.highgate.irccloud.com)
L1251[17:50:34] ⇨ Joins: XDjackieXD (~XDjackieX@navi.chaosfield.at)
L1252[17:50:34] ⇨ Joins: c^ (chip@thor.starbs.net)
L1253[17:50:34] ⇨ Joins: romibi (~quassel@cable-static-7-174.rsnweb.ch)
L1254[17:50:34] ⇨ Joins: gravityfox (~gravityfo@superfox.dyn.ucr.edu)
L1255[17:50:34] ⇨ Joins: rebecca (~rebecca@104.156.228.174)
L1256[17:50:34] ⇨ Joins: Tahg (~Tahg@pool-71-248-165-18.bstnma.fios.verizon.net)
L1257[17:50:34] ⇨ Joins: gigaherz (gigaherz@154.red-83-55-12.dynamicip.rima-tde.net)
L1258[17:50:34] ⇨ Joins: Genuine (~Genuine@66-191-1-249.dhcp.knwc.wa.charter.com)
L1259[17:50:34] ⇨ Joins: Lildirt (~Lildirt@lildirt.com)
L1260[17:50:34] ⇨ Joins: MineBot (MineBot@minebot.services.esper.net)
L1261[17:50:34] ⇨ Joins: Korobi (~korobi@is.a.ninja.korobi.io)
L1262[17:50:34] ⇨ Joins: airbreather (~airbreath@d149-67-99-43.nap.wideopenwest.com)
L1263[17:50:34] ⇨ Joins: Abrar|gone (~AbrarSyed@ipv6.abrarsyed.com)
L1264[17:50:34] ⇨ Joins: Kolatra (~Kolatra@abrarsyed.com)
L1265[17:50:34] ⇨ Joins: diesieben|away (~diesieben@abrarsyed.com)
L1266[17:50:34] ⇨ Joins: x3n0ph0b3 (~x3n0ph0b3@2001:19f0:6400:8965:5400:ff:fe07:8777)
L1267[17:50:34] ⇨ Joins: xaero (xaero@the.flying.dutchman.panicbnc.net)
L1268[17:50:34] ⇨ Joins: turmfalke (~turmfalke@p5dce1e9e.dip0.t-ipconnect.de)
L1269[17:50:34] ⇨ Joins: Hink (~Hink@hink.me)
L1270[17:50:34] ⇨ Joins: LexManos (~LexManos@50-39-184-236.bvtn.or.frontiernet.net)
L1271[17:50:34] portlane.esper.net sets mode: +o on LexManos
L1272[17:50:34] ⇨ Joins: Waterpicker (~Waterpick@2602:306:35ba:ca40:940d:9221:5126:6068)
L1273[17:50:34] ⇨ Joins: [com]buster (~EternalFl@ip5457c57d.direct-adsl.nl)
L1274[17:50:34] ⇨ Joins: minecrell (~minecrell@irc.minecrell.net)
L1275[17:50:34] ⇨ Joins: Searge|work (~Searge@h-85-24-130-18.na.cust.bahnhof.se)
L1276[17:50:34] ⇨ Joins: Zethalion (~Zethalion@095-097-058-227.static.chello.nl)
L1277[17:50:34] ⇨ Joins: jackmcbarn (jackmcbarn@gateway.insomnia247.nl)
L1278[17:50:34] ⇨ Joins: johnnyhostile (~irssi@castlevania.bhgdo.com)
L1279[17:50:34] ⇨ Joins: auenfx4 (David@120.155.29.160)
L1280[17:50:34] ⇨ Joins: Krapht (~Krapht@85.226.7.98)
L1281[17:50:34] ⇨ Joins: AnrDaemon (~ZNC@darkdragon-nln.starlink.ru)
L1282[17:50:34] ⇨ Joins: amadornes[OFF] (~amadornes@framez.is.wtfcool.com)
L1283[17:50:34] ⇨ Joins: mezz (~mezz@24.6.28.151)
L1284[17:50:34] ⇨ Joins: cppchriscpp (~cppchrisc@c-76-24-45-127.hsd1.nh.comcast.net)
L1285[17:50:34] ⇨ Joins: mallrat208 (~mallrat20@107-145-175-135.res.bhn.net)
L1286[17:50:34] ⇨ Joins: Ivorius (~Ivorius@2604:a880:800:10::55b:8001)
L1287[17:50:34] ⇨ Joins: Scorp (~Scorp@181.222.6.51.dyn.plus.net)
L1288[17:50:34] ⇨ Joins: r4wk (~r4wk@mtprnf0117w-047055105205.dhcp-dynamic.fibreop.nl.bellaliant.net)
L1289[17:50:34] ⇨ Joins: Elec0 (~Elec0@porter-29-151.resnet.ucsc.edu)
L1290[17:50:34] ⇨ Joins: Wastl2 (~Wastl2@x4e341200.dyn.telefonica.de)
L1291[17:50:34] ⇨ Joins: Redfoxmoon (~Red@177.92-221-236.customer.lyse.net)
L1292[17:50:34] ⇨ Joins: Lathanael|Away (~Lathanael@p549612B8.dip0.t-ipconnect.de)
L1293[17:50:34] ⇨ Joins: Denyol[Away] (Denyol@xi.elitebnc.org)
L1294[17:50:34] ⇨ Joins: Larry1123 (Larry1123@irc.larry1123.net)
L1295[17:50:34] ⇨ Joins: Ashindigo_ (uid202308@id-202308.hathersage.irccloud.com)
L1296[17:50:34] ⇨ Joins: Zyferus (Zyferus@172-3-154-217.lightspeed.mssnks.sbcglobal.net)
L1297[17:50:34] ⇨ Joins: glasspelican (~quassel@stanley.glasspelican.ca)
L1298[17:50:34] ⇨ Joins: KGS (~KGS@h-155-4-129-249.na.cust.bahnhof.se)
L1299[17:50:34] ⇨ Joins: electrolitic (~electroli@104-184-56-125.lightspeed.cicril.sbcglobal.net)
L1300[17:50:34] ⇨ Joins: zml (~zml@minions.aoeu.xyz)
L1301[17:50:35] ⇨ Joins: RichardG (~richardg8@201.37.242.114)
L1302[17:50:35] ⇨ Joins: AstralSorcerer (~AstralSor@128.151.114.37)
L1303[17:50:35] ⇨ Joins: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net)
L1304[17:50:35] ⇨ Joins: cpup (~cpup@32.218.117.131)
L1305[17:50:35] ⇨ Joins: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi)
L1306[17:50:35] ⇨ Joins: codahq (~codahq@c-73-65-219-228.hsd1.ut.comcast.net)
L1307[17:50:35] ⇨ Joins: FusionLord (~FusionLor@2600:8800:0:9000:2183:4d68:d305:76d)
L1308[17:50:35] ⇨ Joins: sinkillerj (~sinkiller@nc-67-232-15-221.dhcp.embarqhsd.net)
L1309[17:50:35] ⇨ Joins: moxiegrrl__ (~MoxieGrrl@173-23-172-139.client.mchsi.com)
L1310[17:50:35] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8000:134f:112a:171c:3332:5ba8)
L1311[17:50:35] ⇨ Joins: ntzrmtthihu777 (ntzrmtthih@Join.The.DarkSide.We.Have.Coookies.PanicBNC.us)
L1312[17:50:35] ⇨ Joins: Forkk (~forkk@2600:3c00::f03c:91ff:fe84:de4d)
L1313[17:50:35] ⇨ Joins: TechnicianLP2_ (~AndChat59@p4FE57BB1.dip0.t-ipconnect.de)
L1314[17:50:35] ⇨ Joins: ThePsionic (~Psi@ip5457f909.direct-adsl.nl)
L1315[17:50:35] *** portlane.esper.net sets mode: +vvv amadornes[OFF] mezz RichardG
L1316[17:50:35] ⇨ Joins: Cast0077 (~Cast0077@24-151-68-108.dhcp.nwtn.ct.charter.com)
L1317[17:50:35] ⇨ Joins: Brokkoli (~Brokkoli@p5B23C6BC.dip0.t-ipconnect.de)
L1318[17:50:35] ⇨ Joins: secknv (~secknv@bl14-176-22.dsl.telepac.pt)
L1319[17:50:35] ⇨ Joins: DemonWav (~DemonWav@69.197.179.106)
L1320[17:50:35] ⇨ Joins: Qball (Elite17280@ipv6.3.chi.elitebnc.org)
L1321[17:50:35] ⇨ Joins: Quetzi (~Q@qmunity.quetzi.tv)
L1322[17:50:35] ⇨ Joins: kashike (kashike@is.a.miserable.ninja)
L1323[17:50:35] ⇨ Joins: Aaron1011 (~Aaron1011@irc.spongepowered.org)
L1324[17:50:35] ⇨ Joins: IoP (jikuja@kapsi.fi)
L1325[17:50:35] ⇨ Joins: An_Angry_Brit (~AngryBrit@2.218.68.18)
L1326[17:50:35] ⇨ Joins: Mumfrey (~Mumfrey@dedi5.eq2.co.uk)
L1327[17:50:35] ⇨ Joins: mrkirby153 (mrkirby153@the.government.stole-your.pw)
L1328[17:50:35] ⇨ Joins: TamasHenning (sid154987@id-154987.tooting.irccloud.com)
L1329[17:50:35] ⇨ Joins: Watchful1 (sid67384@id-67384.tooting.irccloud.com)
L1330[17:50:35] ⇨ Joins: Greenphlem (uid22276@id-22276.tooting.irccloud.com)
L1331[17:50:35] ⇨ Joins: Zidane (~Zidane@irc.spongepowered.org)
L1332[17:50:35] ⇨ Joins: GuntherDW (~guntherdw@quadran.system33.be)
L1333[17:50:35] ⇨ Joins: An_Sar (~srw@mail.nmd.so)
L1334[17:50:35] ⇨ Joins: fivestang (fivestang@shell.xshellz.com)
L1335[17:50:35] ⇨ Joins: Kilobyte (~kilobyte@cucumber.kilobyte22.de)
L1336[17:50:35] ⇨ Joins: LuigiHutch (LuigiHutch@Challenge.Accepted.PanicBNC.eu)
L1337[17:50:35] ⇨ Joins: PaleOff (~paleo@weneg.de)
L1338[17:50:35] ⇨ Joins: Woodstone (~quassel@2a03:b0c0:2:d0::2c8:d001)
L1339[17:50:35] ⇨ Joins: Hobbyboy (Hobbyboy@hobbyboy.co.uk)
L1340[17:50:35] ⇨ Joins: gabizou (~gabizou@irc.spongepowered.org)
L1341[17:50:35] ⇨ Joins: barteks2x (barteks2x@it.is.your.corrupt.we.claim.panicbnc.org)
L1342[17:50:35] ⇨ Joins: P3pp3rF1y (~P3pp3rF1y@minehost.io)
L1343[17:50:35] ⇨ Joins: MrZoidbergMD (Zoidberg@2a01:4f8:d13:311::3)
L1344[17:50:35] ⇨ Joins: Baughn (~Baughn@madoka.brage.info)
L1345[17:50:35] ⇨ Joins: Dries007 (~Dries007@vps2.dries007.net)
L1346[17:50:35] ⇨ Joins: masa (~masa@86-60-221-191-dyn-dsl.ssp.fi)
L1347[17:50:35] ⇨ Joins: LatvianModder (sid50299@id-50299.highgate.irccloud.com)
L1348[17:50:35] ⇨ Joins: modmuss50 (sid42264@id-42264.ealing.irccloud.com)
L1349[17:50:35] ⇨ Joins: KklyAq (~KklyAq@p30032-ipngnfx01osakakita.osaka.ocn.ne.jp)
L1350[17:50:35] ⇨ Joins: Zolingoto (~Melakion@50-35-185-156.evrt.wa.frontiernet.net)
L1351[17:50:35] ⇨ Joins: copygirl (~koppeh@copy.mcft.net)
L1352[17:50:35] ⇨ Joins: GrygrFlzr (~GrygrFlzr@2001:41d0:a:6287::6)
L1353[17:50:35] ⇨ Joins: Akkarin (~Akkarin@bnc.basinmc.org)
L1354[17:50:35] ⇨ Joins: tterrag (~tterrag@tterrag.com)
L1355[17:50:35] ⇨ Joins: myst (sid36625@2604:8300:100:200b:6667:2:0:8f11)
L1356[17:50:35] ⇨ Joins: IdleGandalf (~IdleGanda@static.42.139.9.5.clients.your-server.de)
L1357[17:50:35] ⇨ Joins: DRedhorse (dredhorse@faris.wolf480.pl)
L1358[17:50:35] ⇨ Joins: DaMachinator (~DaMachina@40.112.138.169)
L1359[17:50:35] *** portlane.esper.net sets mode: +vv PaleOff LatvianModder
L1360[17:50:35] ⇨ Joins: jamierocks (~jamierock@irc.neptunepowered.org)
L1361[17:50:35] ⇨ Joins: shabble (~shabble@metavore.org)
L1362[17:50:35] ⇨ Joins: Sangar (~Sangar@cil.li)
L1363[17:50:35] ⇨ Joins: thor12022 (~thor12022@ec2-52-38-180-186.us-west-2.compute.amazonaws.com)
L1364[17:50:35] ⇨ Joins: I9hdkill (~quassel@static.102.152.243.136.clients.your-server.de)
L1365[17:50:35] ⇨ Joins: ghac (~ghac@static.102.152.243.136.clients.your-server.de)
L1366[17:50:35] ⇨ Joins: ollieread (~ollieread@exia.ollieread.com)
L1367[17:50:35] ⇨ Joins: bspkrs (~bspkrs@is.that.a.bspk.rs)
L1368[17:50:35] ⇨ Joins: helinus|off (~helinus@znc.helinus.se)
L1369[17:50:35] ⇨ Joins: HiddenKnowledge (~HiddenKn@93.ip-158-69-206.net)
L1370[17:50:35] ⇨ Joins: bartman (nobody@hastecase.com)
L1371[17:50:35] ⇨ Joins: RoboSky (~robotbrai@2604:a880:800:10::94a:d001)
L1372[17:50:35] ⇨ Joins: Sephiroth (Sephiroth@sephiroth.ws)
L1373[17:50:35] ⇨ Joins: fry|sleep (~rainwarri@195.91.246.187)
L1374[17:50:35] ⇨ Joins: dmod (~sid32492@id-32492.highgate.irccloud.com)
L1375[17:50:35] ⇨ Joins: Hobbits|away (~khm@2600:3c03::21:1001)
L1376[17:50:35] ⇨ Joins: Keridos (~Keridos@ironhide.stw-bonn.de)
L1377[17:50:35] ⇨ Joins: sham1 (~sham1@weneg.de)
L1378[17:50:35] ⇨ Joins: ryantheleach (~ryanthele@taamc.com)
L1379[17:50:35] ⇨ Joins: md_5 (~md_5@marius.md-5.net)
L1380[17:50:35] ⇨ Joins: eyamaz (~sid40777@id-40777.highgate.irccloud.com)
L1381[17:50:35] ⇨ Joins: Corosus (~Corosus@135-23-126-120.cpe.pppoe.ca)
L1382[17:50:35] ⇨ Joins: hipsterpig (~iChun@209-133-197-242.static.hvvc.us)
L1383[17:50:35] ⇨ Joins: Lymia (~lymia@magical.girl.lyrical.lymia.moe)
L1384[17:50:35] ⇨ Joins: Darkhax (~Darkhax@167.88.125.149)
L1385[17:50:35] ⇨ Joins: caseif (caseif@bnc.lol768.com)
L1386[17:50:35] ⇨ Joins: Aedda (~aedda@2600:3c00::19:cace)
L1387[17:50:35] ⇨ Joins: raoulvdberge (~raoul@95.85.20.191)
L1388[17:50:35] ⇨ Joins: simon816 (~simon816@ec2-52-11-212-67.us-west-2.compute.amazonaws.com)
L1389[17:50:35] ⇨ Joins: gabizou|laptop (~gabizou@e3-1270v3.bl-ash0.1.1.2.10.k8.securedservers.com)
L1390[17:50:35] ⇨ Joins: shadowfacts (shadowfact@is.aww.moe)
L1391[17:50:35] *** portlane.esper.net sets mode: +vo bspkrs fry|sleep
L1392[17:51:30] ⇦ Quits: codahq (~codahq@c-73-65-219-228.hsd1.ut.comcast.net) (Ping timeout: 194 seconds)
L1393[17:56:05] ⇨ Joins: codahq (~codahq@c-73-65-219-228.hsd1.ut.comcast.net)
L1394[17:59:59] ⇨ Joins: Shawn|i7-Q720M (~shawn156@c-50-170-156-102.hsd1.co.comcast.net)
L1395[18:00:34] ⇦ Quits: Shawn|i7-Q720M (~shawn156@c-50-170-156-102.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L1396[18:00:52] ⇦ Quits: Meronat (uid190493@2604:8300:100:200b:6667:2:2:e81d) (Quit: Connection closed for inactivity)
L1397[18:00:56] ⇨ Joins: Shawn|i7-Q720M (~shawn156@c-50-170-156-102.hsd1.co.comcast.net)
L1398[18:02:43] ⇦ Quits: ThePsionic (~Psi@ip5457f909.direct-adsl.nl) (Read error: Connection reset by peer)
L1399[18:04:31] ⇨ Joins: Meronat (uid190493@id-190493.ealing.irccloud.com)
L1400[18:09:18] *** Scorp is now known as Scorp_Away
L1401[18:34:34] <illy> LexManos: just got home I'll try and get everything done tonight I have to add an cli arg and then ill push another build
L1402[18:36:13] <shadowfacts> there's no way to change an IBakedModel's particle texture based on block state, right?
L1403[18:39:24] <gigaherz> uhm
L1404[18:39:33] <gigaherz> the forge blockstates json lets you override textures
L1405[18:39:40] <gigaherz> you can just replace the "particle" for each separate state
L1406[18:39:43] <gigaherz> in the blockstates json
L1407[18:46:04] ⇨ Joins: md_5- (~md_5@marius.md-5.net)
L1408[18:46:25] ⇦ Quits: Brokkoli (~Brokkoli@p5B23C6BC.dip0.t-ipconnect.de) (Killed (NickServ (GHOST command used by Awaykoli)))
L1409[18:46:26] ⇦ Quits: TechnicianLP2_ (~AndChat59@p4FE57BB1.dip0.t-ipconnect.de) (Ping timeout: 180 seconds)
L1410[18:46:44] ⇨ Joins: TechnicianLP2 (~AndChat59@p4FE57BB1.dip0.t-ipconnect.de)
L1411[18:48:26] ⇦ Quits: md_5 (~md_5@marius.md-5.net) (Ping timeout: 180 seconds)
L1412[18:50:12] *** md_5- is now known as md_5
L1413[18:54:19] ⇨ Joins: uggghhhh (~netuser@72-28-252-038-dhcp.gsv.md.atlanticbb.net)
L1414[18:58:48] ⇨ Joins: Shambling (~Shambling@24-181-186-74.dhcp.nwtn.ct.charter.com)
L1415[19:02:13] ⇦ Quits: uggghhhh (~netuser@72-28-252-038-dhcp.gsv.md.atlanticbb.net) (Quit: leaving)
L1416[19:05:05] <Shambling> gotta say, discord's interface is kind of ugly
L1417[19:11:26] ⇦ Quits: Shambling (~Shambling@24-181-186-74.dhcp.nwtn.ct.charter.com) (Quit: Leaving)
L1418[19:27:58] *** Abrar|gone is now known as AbrarSyed
L1419[19:35:26] ⇨ Joins: Shambling (~Shambling@24-181-186-74.dhcp.nwtn.ct.charter.com)
L1420[19:36:48] ⇦ Quits: Ashindigo_ (uid202308@id-202308.hathersage.irccloud.com) (Quit: Connection closed for inactivity)
L1421[19:38:57] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8000:134f:112a:171c:3332:5ba8) (Quit: Leaving)
L1422[20:02:48] ⇨ Joins: CoolerExtreme (~CoolerExt@117.207.165.46)
L1423[20:06:57] ⇦ Quits: KGS (~KGS@h-155-4-129-249.na.cust.bahnhof.se) (Ping timeout: 206 seconds)
L1424[20:10:36] ⇦ Quits: codahq (~codahq@c-73-65-219-228.hsd1.ut.comcast.net) (Ping timeout: 194 seconds)
L1425[20:11:41] ⇨ Joins: codahq (~codahq@c-73-65-219-228.hsd1.ut.comcast.net)
L1426[20:11:44] *** Mumfrey is now known as mumfrey
L1427[20:14:18] ⇨ Joins: blood (unknown@ool-45741267.dyn.optonline.net)
L1428[20:16:01] ⇨ Joins: CoderPuppy (~cpup@32.218.113.213)
L1429[20:18:15] ⇦ Quits: cpup (~cpup@32.218.117.131) (Ping timeout: 198 seconds)
L1430[20:21:08] ⇦ Quits: Shambling (~Shambling@24-181-186-74.dhcp.nwtn.ct.charter.com) (Quit: Leaving)
L1431[20:39:10] *** DarkevilAway is now known as Darkevilmac
L1432[20:40:56] ⇦ Quits: turmfalke (~turmfalke@p5dce1e9e.dip0.t-ipconnect.de) (Ping timeout: 194 seconds)
L1433[20:43:56] ⇦ Quits: secknv (~secknv@bl14-176-22.dsl.telepac.pt) (Ping timeout: 180 seconds)
L1434[20:44:48] ⇦ Quits: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net) (Ping timeout: 198 seconds)
L1435[20:55:20] ⇨ Joins: turmfalke (~turmfalke@p5dce0689.dip0.t-ipconnect.de)
L1436[20:56:17] ⇨ Joins: CoolerExtreme__ (~CoolerExt@59.96.5.120)
L1437[20:58:40] ⇦ Quits: CoolerExtreme (~CoolerExt@117.207.165.46) (Ping timeout: 206 seconds)
L1438[21:02:48] ⇦ Quits: Wastl2 (~Wastl2@x4e341200.dyn.telefonica.de) (Ping timeout: 198 seconds)
L1439[21:05:10] ⇨ Joins: Wastl2 (~Wastl2@x4e340d2c.dyn.telefonica.de)
L1440[21:18:56] ⇦ Quits: GuntherDW (~guntherdw@quadran.system33.be) (Ping timeout: 180 seconds)
L1441[21:19:52] ⇨ Joins: GuntherDW (~guntherdw@quadran.system33.be)
L1442[21:23:44] *** Darkhax is now known as Darkhax_AFK
L1443[21:37:06] ⇨ Joins: Kaiyouka (~IdiotNono@c-75-71-231-133.hsd1.co.comcast.net)
L1444[21:41:56] ⇦ Quits: TechnicianLP2 (~AndChat59@p4FE57BB1.dip0.t-ipconnect.de) (Ping timeout: 180 seconds)
L1445[21:50:33] <tterrag> there is no good way to tell if the breaking animation is rendering inside a model
L1446[21:50:50] <tterrag> would a PR for an event in that area be a good idea, perhaps?
L1447[21:52:11] <tterrag> fry|sleep: ^
L1448[21:53:40] ⇨ Joins: RandomX45 (~random@2601:44:8802:2060:8daa:884c:76a8:3004)
L1449[21:54:31] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8000:134f:112a:171c:3332:5ba8)
L1450[21:57:11] ⇨ Joins: killjoy (~killjoy@cpe-2606-A000-1118-8158-4C07-52CB-B61F-71F1.dyn6.twc.com)
L1451[21:57:22] ⇨ Joins: McJty (~jorrit@94-224-154-146.access.telenet.be)
L1452[22:07:20] ⇦ Quits: Cast0077 (~Cast0077@24-151-68-108.dhcp.nwtn.ct.charter.com) (Quit: Poof)
L1453[22:13:00] ⇦ Quits: Lisimba (~Lisimba@2001:984:2569:1:d535:e144:e404:e7f6) (Ping timeout: 198 seconds)
L1454[22:22:41] ⇨ Joins: TechnicianLP2 (~AndChat59@p4FE1D1E9.dip0.t-ipconnect.de)
L1455[22:25:40] ⇦ Quits: Lathanael|Away (~Lathanael@p549612B8.dip0.t-ipconnect.de) (Ping timeout: 206 seconds)
L1456[22:26:18] ⇨ Joins: Lisimba (~Lisimba@2001:984:2569:1:14a9:8ec8:a902:af37)
L1457[22:32:02] ⇨ Joins: Lathanael|Away (~Lathanael@p54961F05.dip0.t-ipconnect.de)
L1458[22:41:16] ⇨ Joins: immibis (~chatzilla@122-60-104-195.jetstream.xtra.co.nz)
L1459[23:00:02] ⇦ Quits: sinkillerj (~sinkiller@nc-67-232-15-221.dhcp.embarqhsd.net) (Quit: またね)
L1460[23:00:51] *** Darkevilmac is now known as DarkevilAway
L1461[23:21:41] <LexManos> !gm func_76319_b
L1462[23:25:48] ⇦ Quits: McJty (~jorrit@94-224-154-146.access.telenet.be) (Quit: Leaving)
L1463[23:33:33] <LexManos> http://www.minecraftforge.net/forum/topic/50783-mods-dont-load-new-forge-install/ how can someone be this fucking stupid. THEY EVEN EXPLICITLY HIGHLIGHT THE ERROR!
L1464[23:36:52] <killjoy> His event...
L1465[23:41:02] <LexManos> oh god i didnt even notice that, welcome to people who still have the '80 column limit' enabled on their IDE
L1466[23:41:37] <killjoy> I was referring to the "you smell like poop" line
L1467[23:43:39] <codahq> if i'm around another player who is using an item... does my client fire a onUsingTick for that player's using ticks as well?
L1468[23:43:54] <codahq> it sure seems to be
L1469[23:45:32] ⇦ Quits: useless2764 (useless@meerkat.danmackay.com) (Ping timeout: 194 seconds)
L1470[23:46:11] <codahq> yeah, apparently with EntityOtherPlayerMP as the EntityLivingBase parameter.
L1471[23:46:17] <codahq> weird. i never knew or noticed that.
L1472[23:46:44] ⇨ Joins: useless2764 (useless@meerkat.danmackay.com)
L1473[23:47:18] <Corosus> does onItemRightClick fire for the other player on client too? i recal that one doesnt but i might be wrong
L1474[23:48:31] <codahq> holy crap. does it?
L1475[23:48:35] <codahq> i better check
L1476[23:49:03] <illy> hospital wifi sucks >.>
L1477[23:53:03] <killjoy> Might be faster to use 4g
L1478[23:53:53] <illy> Im just happy that git isnt that network intensive
L1479[23:54:01] ⇦ Quits: electrolitic (~electroli@104-184-56-125.lightspeed.cicril.sbcglobal.net) (Quit: Leaving)
L1480[23:54:16] <illy> commit -s
L1481[23:56:35] <codahq> Corosus, no, it appears that onItemRightClick doesn't fire on other clients.
L1482[23:57:10] <codahq> just onUsingTick
L1483[23:57:12] <Corosus> ah thought so, interesting that bow one does, maybe its for easier syncing of stuff like the amount the other player has a bow pulled back
L1484[23:57:22] <Corosus> err interesting that the other*
L1485[23:57:25] <codahq> yeah, maybe.
L1486[23:58:10] <codahq> i'm using for items that "charge" but don't have animation. it sort of got me in trouble because i didn't know the event was firing on nearby players
L1487[23:58:12] <codahq> fixed it tho
L1488[23:58:44] <Corosus> heheh
L1489[23:59:08] ⇦ Quits: blood (unknown@ool-45741267.dyn.optonline.net) (Read error: Connection reset by peer)
<<Prev Next>> Scroll to Top