<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:11:07] <Shuudoushi> boy my upper back is killing me...
L2[00:11:32] <Shuudoushi> why can't i be 6'2", or 5'10" or something...
L3[00:27:26] <Mimiru> K, I think OpenFM has full CC and OC compat
L4[00:28:18] <Mimiru> It was really just a copy/paste from a bunch of @Callbacks to a single callMethod function with a switch statement..
L5[00:29:55] <Mimiru> .start() worked.. but puked up something in the debugger ¬_¬
L6[00:32:10] <Mimiru> works from both OC and CC \o/
L7[00:32:14] <Kodos> Nice
L8[00:33:44] <Mimiru> fuck except screen color
L9[00:33:45] <Mimiru> lol
L10[00:35:00] <Mimiru> DOuble cannot be cast to Integer ¬_¬
L11[00:35:00] <Mimiru> wut
L12[00:35:36] <Mimiru> Oh... it's passing a double in :/
L13[00:36:19] <Mimiru> oooooh
L14[00:36:25] <Mimiru> int vs Integer ¬_¬
L15[00:36:29] <Mimiru> Thanks Java
L16[01:18:12] <SuPeRMiNoR2> Got 4.2 on this la;top
L17[01:18:39] <SuPeRMiNoR2> Shuudoushi: how tall are you?
L18[01:18:56] <Shuudoushi> 6' to 6'1"
L19[01:20:16] <SuPeRMiNoR2> me too
L20[01:21:25] <Mimiru> ¬_¬ 6' 4"
L21[01:26:42] <Shuudoushi> lulz, Mimiru is an amazon XD
L22[01:26:53] <Mimiru> <_<
L23[01:26:56] * Shuudoushi runs away and hides.
L24[01:26:58] <Mimiru> >_>
L25[01:40:01] <Kodos> http://puu.sh/lhnTX/d143994d32.png
L26[01:46:48] <SuPeRMiNoR2> is that SE Kodos
L27[01:46:52] <Kodos> Yes
L28[01:48:29] <Kodos> I'm trying to find a good ship for use with planets
L29[01:48:30] <Mimiru> God damn Curse... 45 minutes to review this fucking file? You approved OpenPrinter within 30 fucking seconds last night
L30[01:48:42] <Kodos> Mimiru, FO4
L31[01:48:59] <Mimiru> It's Under Review, which means someone picked it up in the queue
L32[01:49:11] <Kodos> Ahh
L33[01:49:24] <Mimiru> It's sets as "New" until someone starts reviewing
L34[01:49:36] <Mimiru> s/as/to/
L35[01:49:36] <MichiBot> <Mimiru> It's sets to "New" until someone starts reviewing
L36[01:49:39] <Mimiru> w/e
L37[01:49:40] <Mimiru> I'm tired
L38[01:49:43] <Mimiru> it's almost 2 fucking AM
L39[01:49:49] <Mimiru> Been up since 4
L40[01:49:51] <SuPeRMiNoR2> i feel ypu
L41[01:49:57] <SuPeRMiNoR2> ...lenny
L42[01:50:34] <SuPeRMiNoR2> (ง ͠° ͟ل͜ ͡°)ง
L43[01:50:41] <SuPeRMiNoR2> unicode is weird
L44[01:50:57] <Mimiru> I fucking posted it on the CC forums expecting Curse to have approved it by now..
L45[01:51:58] <SuPeRMiNoR2> i am going to bed, o/ all
L46[01:52:03] <Mimiru> night SuPeRMiNoR2
L47[03:00:10] ⇦ Quits: PCL-Minecraft (~PCL-1_7@2607:5300:60:51da::dead:beef) (Quit: [PCL-1_7] Good bye!)
L48[03:01:44] ⇨ Joins: PCL-Minecraft (~PCL-1_7@2607:5300:60:51da::dead:beef)
L49[09:44:48] <PCL-Minecraft> MichiRavencroft joined the game.
L50[09:52:38] <Lizzy> o/
L51[10:01:35] <Mimiru> Heya
L52[10:02:09] <Mimiru> So I've found the cause for Shuudoushi's crash with 2 keyboards with 2 monitors..
L53[10:02:18] <Mimiru> in term.read() return nil -- fail the read if term becomes unavailable
L54[10:02:47] <Mimiru> it seems since OS decides randomly which screen is the primary when it switches term becomes unavailable
L55[10:03:22] <Mimiru> I noticed this because during bootup the boot log was on one monitor, but the login prompt was on the other, when I logged in it switched back again
L56[10:03:37] <Mimiru> I made that fail return nil return "string" and it works.
L57[10:05:51] <Mimiru> And since OS doesn't have a term.read() running during boot it doesn't have the same issue.
L58[10:14:50] <Lizzy> when you say OS do you mean SecureOS?
L59[10:15:19] <PCL-Minecraft> <MichiRavencroft> Err I meant OOS
L60[10:15:35] <Lizzy> OOS?
L61[10:15:47] <Mimiru> OpenOS.. the default OS.
L62[10:15:56] <Lizzy> oh
L63[10:16:33] <Mimiru> Amd in my 3rd sentence I meant OC, not OS.
L64[10:16:37] <Mimiru> and...
L65[10:16:40] <Mimiru> I'm still tired
L66[10:16:44] <Mimiru> I got 4 hours of sleep
L67[10:16:45] <Mimiru> ¬_¬
L68[10:39:46] <PCL-Minecraft> MichiRavencroft left the game.
L69[10:39:53] <PCL-Minecraft> MichiRavencroft joined the game.
L70[10:47:42] <Lizzy> Mimiru, do you think a 4 core, 8GB ram windows VM will be good enough for SE?
L71[10:48:00] <PCL-Minecraft> <MichiRavencroft> That's what mine ran on
L72[10:48:07] <Lizzy> cool
L73[11:06:41] <Shuudoushi> Mimiru: doesn't io.read more or less use term.read, or do I have that backwards?
L74[11:10:04] <Shuudoushi> well this is odd
L75[11:11:05] <Shuudoushi> my cursor is ahead by one char of where in atom...
L76[11:12:19] <Shuudoushi> s/of where/of where I'm typing
L77[11:12:19] <MichiBot> <Shuudoushi> my cursor is ahead by one char of where I'm typing in atom...
L78[11:14:37] <Mimiru> term.read() Note: io.stdin:read() uses this function.
L79[11:14:55] <Shuudoushi> and now the issue I was just having is fixed..
L80[11:16:06] <Shuudoushi> have to run to town rq
L81[11:24:13] <Mimiru> For fucks sake
L82[11:24:16] <Mimiru> God damn it OC.
L83[11:27:19] <PCL-Minecraft> <MichiRavencroft> ffs fucking Reactor 2 control server sees 2 screens/keyboards
L84[11:33:27] <PCL-Minecraft> NaomiRavencroft joined the game.
L85[11:38:36] <Lizzy> :O omg it's Naomi
L86[11:38:57] <PCL-Minecraft> <MichiRavencroft> She's helping me debug why this fucking server thinks it has 2 monitors
L87[11:39:24] <Lizzy> Ah
L88[11:44:30] <PCL-Minecraft> <MichiRavencroft> ok... wtf
L89[11:44:43] <PCL-Minecraft> <MichiRavencroft> It seems colored cables are leaking
L90[11:47:01] <PCL-Minecraft> <MichiRavencroft> Yeah they have to be... Reactor 2 is seeing doors and mag readers
L91[11:47:28] <PCL-Minecraft> <MichiRavencroft> Also, both servers are flashing their damn cursors.
L92[11:48:39] <Kodos> Are you sure you don't have a noncolored cable connecting two servers somewhere
L93[11:49:04] <Kodos> (I still want dyable blades, to keep shit sorted)
L94[11:49:05] <PCL-Minecraft> <MichiRavencroft> There is exactly ONE place where these cables get close enough to touch, otherwise they are totally
L95[11:49:06] <PCL-Minecraft> <MichiRavencroft> seperate
L96[11:49:23] <Lizzy> What about the oc wires?
L97[11:49:26] <Mimiru> http://michi.pc-logix.com/Minecraft_1.7.10_2015-11-11_11-49-19.jpg
L98[11:49:42] <Lizzy> *telecommunication
L99[11:49:43] <Mimiru> there is no where that OC wires for the two systems get anywhere near each other
L100[11:50:18] <PCL-Minecraft> <MichiRavencroft> yellow goes down and across, purple comes out and around, they don't get near each other anywhere
L101[11:50:19] <PCL-Minecraft> <MichiRavencroft> else
L102[11:58:32] <Mimiru> http://michi.pc-logix.com/Minecraft_1.7.10_2015-11-11_11-58-25.png Now Security and Reactor 1 are doing it.
L103[11:59:02] <Mimiru> I type on Reactor 1's screen and the commands show up on Security's terminal
L104[11:59:55] <Lizzy> re-do the cable perhaps? might have gotten bugged at some point
L105[12:01:34] <Mimiru> I had to put fucking covers to split the wires at the server
L106[12:05:26] <Mimiru> It seems if the cables connect, even if you color them after even with the servers off, it retains the connection somehow.
L107[12:05:41] <Mimiru> I had to break the damn rack to fix it.
L108[12:05:51] <Mimiru> then I put covers over everything to stop it from happening again
L109[12:06:00] <Mimiru> Racks are fuckin broken.
L110[12:06:26] <Lizzy> well oc 1.6 is gonna be fun
L111[12:07:36] <Lizzy> in other news i bought Fallout: New Vegas last night because Fallout 4 is kinda expensive at the moment and i wanna play with the Fallout: Who Vegas mod
L112[12:10:20] <Kodos> The list of names that the stupid robot recognizes in FO4 is bullshit
L113[12:10:28] <PCL-Minecraft> <MichiRavencroft> o_O
L114[12:10:53] <Kodos> Apparently if you use certain names for your FO4 character, your name will be spoken in dialog
L115[12:11:21] <Kodos> Things like Mulder, Scully, Rockatansky, Markipoo, Titties, Fuckface, and even Mohammad work. But no Kodos or Kang
L116[12:11:47] <Kodos> There's even fucking weird ones that work like Nourmohammadi
L117[12:11:51] <Kodos> How the fuck do you even say that
L118[12:12:19] <Kodos> They literally have at least 3 Youtuber names on there, too
L119[12:15:48] <Shuudoushi> my GF got her pip-boy last night
L120[12:16:45] <Shuudoushi> Mimiru: this look like the fix you added to OOS? http://puu.sh/lhReU/7f81710885.txt
L121[12:17:21] <Mimiru> Yeah.. IDK if that's going to cause issues or not..
L122[12:17:41] <Shuudoushi> that's why I have the dev branch :D
L123[12:17:52] <Mimiru> my string WAS "fuck" :p
L124[12:17:57] <Mimiru> but "string" works too :P
L125[12:18:11] <Shuudoushi> lol
L126[12:18:33] <Mimiru> Wait
L127[12:18:45] <Mimiru> why do you have return nil return "string"
L128[12:18:55] <Shuudoushi> idfk
L129[12:19:01] <Mimiru> should just be return "string" -- fail the read if term becomes unavailable
L130[12:19:32] <Shuudoushi> oh yeah, my cursor was fucked up when I was doing that
L131[12:22:32] <Mimiru> afk store run
L132[12:22:39] <Shuudoushi> function io.read(...) return io.input():read(...) end
L133[12:22:48] <Shuudoushi> that's just fucking lovely
L134[12:46:43] <Lizzy> https://www.youtube.com/watch?v=Cg-c7UpJZLQ looks awesome
L135[12:46:45] <MichiBot> Lizzy: Deathgasm - Official Trailer - (2015) | length: 2m 2s | Likes: 4312 Dislikes: 468 Views: 724051 | by dsf2006
L136[12:48:25] <PCL-Minecraft> LizzyTheSiren joined the game.
L137[12:54:07] <PCL-Minecraft> <LizzyTheSiren> .-.
L138[12:54:12] <PCL-Minecraft> <LizzyTheSiren> ffs IE
L139[13:25:15] <PCL-Minecraft> MichiRavencroft left the game.
L140[13:25:16] <PCL-Minecraft> NaomiRavencroft left the game.
L141[13:26:28] <Mimiru> Fucking T1 ISP support. bunch of fucking jokes.
L142[13:26:31] <PCL-Minecraft> Shuudoushi joined the game.
L143[13:27:07] <PCL-Minecraft> <Shuudoushi> ulz
L144[13:27:18] <PCL-Minecraft> <Shuudoushi> lulz*
L145[13:28:10] <PCL-Minecraft> <Shuudoushi> where are my tesseracts...
L146[13:34:29] <PCL-Minecraft> Shuudoushi left the game.
L147[13:35:21] <Shuudoushi> fuck you too windows -_-
L148[13:35:42] <Shuudoushi> btwly building southeast of my place is potatoes
L149[13:36:06] <Shuudoushi> s/btwly/btw that fugly
L150[13:36:07] <MichiBot> <Shuudoushi> btw that fugly building southeast of my place is potatoes
L151[13:37:04] <Shuudoushi> Mimiru: why ain't you bitch ass in TS?
L152[13:37:36] <Mimiru> Cause I just got home and I'm eating
L153[13:38:59] <PCL-Minecraft> MichiRavencroft joined the game.
L154[13:40:28] <Mimiru> Shuudoushi, there is nothing IN that building to the south east of you
L155[13:40:39] <Mimiru> unless I'm missing a building south east of you
L156[13:40:45] <Shuudoushi> that's where potato was last i checked
L157[13:41:35] <Mimiru> He had that brick complex with the turbine shit I helped him with
L158[13:41:43] <PCL-Minecraft> Shuudoushi joined the game.
L159[13:43:18] <PCL-Minecraft> <MichiRavencroft> Well whatever I found the tesseract that was still on the old power system
L160[13:43:54] <PCL-Minecraft> <Shuudoushi> fugly building gone
L161[13:44:07] <PCL-Minecraft> <MichiRavencroft> lol
L162[13:46:01] <PCL-Minecraft> <MichiRavencroft> This really doesn't look like his place thogh
L163[13:46:03] <PCL-Minecraft> <MichiRavencroft> though*
L164[13:46:04] <PCL-Minecraft> <MichiRavencroft> meh
L165[13:49:32] <PCL-Minecraft> <MichiRavencroft> Shuudoushi you should come see Chernobyl
L166[13:50:03] <PCL-Minecraft> <Shuudoushi> nice :D
L167[13:50:05] <PCL-Minecraft> <MichiRavencroft> Oh hey.. c'mere
L168[13:50:29] <PCL-Minecraft> <Shuudoushi> the CPU lag is real XD
L169[13:50:36] <PCL-Minecraft> <MichiRavencroft> Your new card is i nthe AE
L170[13:51:04] <PCL-Minecraft> <Shuudoushi> cool :3
L171[13:51:31] <PCL-Minecraft> <Shuudoushi> lulz
L172[14:26:12] <Shuudoushi> https://www.reddit.com/r/funny/comments/3sf06c/my_wife_works_at_the_va_where_school_kids_dropped/
L173[14:31:19] <PCL-Minecraft> NaomiRavencroft joined the game.
L174[14:43:40] ⇦ Quits: PCL-Minecraft (~PCL-1_7@2607:5300:60:51da::dead:beef) (Remote host closed the connection)
L175[14:45:14] ⇨ Joins: PCL-Minecraft (~PCL-1_7@2607:5300:60:51da::dead:beef)
L176[14:45:47] <PCL-Minecraft> MichiRavencroft joined the game.
L177[14:45:55] <PCL-Minecraft> LizzyTheSiren joined the game.
L178[14:46:09] <PCL-Minecraft> Shuudoushi joined the game.
L179[15:04:48] ⇦ Quits: PCL-Minecraft (~PCL-1_7@2607:5300:60:51da::dead:beef) ()
L180[15:06:19] ⇨ Joins: PCL-Minecraft (~PCL-1_7@2607:5300:60:51da::dead:beef)
L181[15:06:41] <PCL-Minecraft> Shuudoushi joined the game.
L182[15:06:52] <PCL-Minecraft> MichiRavencroft joined the game.
L183[15:09:29] <PCL-Minecraft> NaomiRavencroft joined the game.
L184[15:09:49] <PCL-Minecraft> LizzyTheSiren joined the game.
L185[15:38:25] <vifino> Darn, I can't play mc now :(
L186[16:32:10] <PCL-Minecraft> <LizzyTheSiren> here be interface
L187[16:35:26] <PCL-Minecraft> <LizzyTheSiren> creative chest + ExU transfer node
L188[16:36:24] <PCL-Minecraft> <LizzyTheSiren> yeah, i'm not gonna expand this drive bay much more
L189[16:36:40] <PCL-Minecraft> <LizzyTheSiren> dropping me to like 30 from 60
L190[16:37:24] <PCL-Minecraft> <LizzyTheSiren> spam is nice
L191[16:37:48] <PCL-Minecraft> <LizzyTheSiren> i eat a whole tin of spam once before
L192[16:38:53] <PCL-Minecraft> <LizzyTheSiren> err.... why are these cells not charging..
L193[16:39:12] <PCL-Minecraft> <LizzyTheSiren> ah
L194[16:39:55] <PCL-Minecraft> <LizzyTheSiren> i dunno, i'm extending the building slightly
L195[16:40:15] <PCL-Minecraft> <LizzyTheSiren> lol?
L196[16:41:09] <PCL-Minecraft> LizzyTheSiren left the game.
L197[16:41:10] <PCL-Minecraft> MichiRavencroft left the game.
L198[16:41:12] <PCL-Minecraft> Shuudoushi left the game.
L199[16:41:18] <PCL-Minecraft> [Dynmap] <LizzyTheSiren> .-.
L200[16:41:34] <Lizzy> that was me with we
L201[16:41:41] <Lizzy> Mimiru, ^
L202[16:42:03] <Lizzy> dont WE mailisias doors
L203[16:43:27] <PCL-Minecraft> LizzyTheSiren joined the game.
L204[16:45:05] <PCL-Minecraft> MichiRavencroft joined the game.
L205[16:45:19] <Shuudoushi> everytime I open a youtube vid in a new tab, I get this bullshit -_- http://puu.sh/liasO/01bb96e697.png
L206[16:46:00] <PCL-Minecraft> <LizzyTheSiren> WE what fucking part of outline did you not understand?
L207[16:46:19] <Mimiru> Shuudoushi, that looks like a addon
L208[16:46:33] <Mimiru> resource:// and all you know..
L209[16:47:34] <PCL-Minecraft> <LizzyTheSiren> there
L210[16:48:52] <PCL-Minecraft> <LizzyTheSiren> red+blue are the management lines
L211[16:49:21] <PCL-Minecraft> <LizzyTheSiren> probably in random cells
L212[16:50:09] <PCL-Minecraft> <LizzyTheSiren> there
L213[16:50:13] <PCL-Minecraft> <LizzyTheSiren> storage terminal
L214[16:51:31] <PCL-Minecraft> <LizzyTheSiren> i'll finish the rest tomorrow, please don't mess with any of the drive stuff and the controller
L215[16:51:32] <PCL-Minecraft> <LizzyTheSiren> groups directly connected to the drive bays
L216[16:52:03] <PCL-Minecraft> <LizzyTheSiren> i'm now going to bed
L217[16:52:05] <PCL-Minecraft> LizzyTheSiren left the game.
L218[16:52:07] <PCL-Minecraft> <MichiRavencroft> Night
L219[16:52:14] <Lizzy> o/
L220[16:52:20] <PCL-Minecraft> <MichiRavencroft> And as long as I can access stuff via this kind of interface I'll be fine :P
L221[16:53:26] <Lizzy> yeah, it's all hooked up so you should be able to access it, i'll do some more proxying stuff tomorrow (storage bus on an interface of a subnet)
L222[16:53:52] * vifino sighs
L223[16:54:03] <PCL-Minecraft> <MichiRavencroft> Why can't you MC vifino?
L224[16:54:36] <vifino> At the moment I only got my tablet I can use.
L225[16:54:45] <Mimiru> :/ damn
L226[16:54:48] <Mimiru> PC issues/
L227[16:54:51] <Mimiru> ?*
L228[16:54:57] <vifino> Luckily it runs windows and stuffs.
L229[16:55:05] <vifino> No, it all works fine.
L230[16:55:31] <vifino> I never ruined a linux install, ever. \o/
L231[16:56:10] <vifino> But yeah, I gotta get my new mobo soon, too.
L232[16:56:18] <vifino> It got sent back, should have the cash soon.
L233[16:56:25] <vifino> So I can play real(tm) games!
L234[16:56:49] <vifino> Or my chip is dead, in which case I'l cry for ages.
L235[16:57:27] <vifino> Because dead 1.2k€ chip = Bad.
L236[16:57:35] <vifino> Very, very bad.
L237[17:00:34] <vifino> What I can do tho, is hop on ts.
L238[17:04:21] ⇦ Quits: Antheus (Antheus@2001:19f0:6800:8161:1:be:a:7001) (Ping timeout: 186 seconds)
L239[17:04:21] ⇦ Quits: Lizzy (lizzy@lizzy.theender.net) (Ping timeout: 186 seconds)
L240[17:05:48] ⇨ Joins: Elizadeath (lizzy@lizzy.theender.net)
L241[17:06:24] ⇨ Joins: Antheus (Antheus@2001:19f0:6800:8161:1:be:a:7001)
L242[17:52:22] <PCL-Minecraft> <MichiRavencroft> .wb
L243[20:39:44] <PCL-Minecraft> MichiRavencroft left the game.
L244[20:40:02] <PCL-Minecraft> MichiRavencroft joined the game.
L245[20:40:07] <PCL-Minecraft> MichiRavencroft left the game.
L246[20:40:13] * Mimiru rolls her eyes
L247[20:40:18] <PCL-Minecraft> MichiRavencroft joined the game.
L248[21:23:44] <Shuudoushi> http://www.huyfong.com
L249[21:24:54] <Mimiru> Erm... I'll pass :D
L250[21:25:25] <Mimiru> Also, Shuudoushi seriously, that jquery error looks to be from an addon, Skype seems to like to cause that error with outdated browser plugins, but some others do to.
L251[21:25:48] <Shuudoushi> yeah, I've been looking into that already
L252[21:26:09] <Shuudoushi> seems 'skype click-to-call' keeps reinstalling itself -_-
L253[21:26:42] <Mimiru> Good times.
L254[21:28:56] <Mimiru> Oh, CustomServerItems is a super simple mod.. looks like I should be able to implement it in OS easily
L255[21:29:01] <Mimiru> for... fun stuff.
L256[21:29:29] <Shuudoushi> like custaom OS compat doors?
L257[21:29:36] <Shuudoushi> custom*
L258[21:29:41] <Mimiru> Erm, wah?
L259[21:30:08] <Shuudoushi> security doors, but with wtf/e texture you want
L260[21:30:30] <Mimiru> Oh... that wasn't the plan.. but in theory I guess it'd be possible
L261[21:30:44] <Shuudoushi> sweet
L262[21:30:54] <Mimiru> I doubt I will though :P
L263[21:31:08] <Shuudoushi> T.T
L264[21:59:11] ⇨ Joins: Xilandro (~Kodos@2602:306:ce20:6c30:218a:983b:f384:c905)
L265[22:00:34] ⇦ Quits: Kodos (~Kodos@2602:306:ce20:6c30:218a:983b:f384:c905) (Ping timeout: 192 seconds)
L266[22:03:21] *** Xilandro is now known as Kodos
L267[22:39:40] ⇦ Quits: Kodos (~Kodos@2602:306:ce20:6c30:218a:983b:f384:c905) (Ping timeout: 192 seconds)
L268[23:10:56] ⇦ Quits: PCL-Minecraft (~PCL-1_7@2607:5300:60:51da::dead:beef) (Ping timeout: 206 seconds)
L269[23:11:31] <Shuudoushi> well that can't be good
L270[23:11:50] <Mimiru> network went down on Midori/Eos it seems
L271[23:11:58] <Mimiru> It finally came back
L272[23:12:52] <Mimiru> %p
L273[23:12:53] <MichiBot> Ping reply from Mimiru 0.69s
L274[23:13:07] <Shuudoushi> fun
L275[23:13:25] <Mimiru> Also
L276[23:13:26] <Mimiru> 11:08:18 PM CONSOLE: fatal error has been detected by the Java Runtime Environment:
L277[23:13:26] <Mimiru> 11:08:18 PM CONSOLE: SIGSEGV (0xb) at pc=0x00007f6c412be03b, pid=16145, tid=140097865094912
L278[23:13:28] <Mimiru> \o/
L279[23:13:46] <Shuudoushi> well if that ain't just helpful as shit
L280[23:14:20] <Mimiru> segfaults rarely are
L281[23:14:42] ⇨ Joins: PCL-Minecraft (~PCL-1_7@2607:5300:60:51da::dead:beef)
L282[23:15:12] <Shuudoushi> right, back to working on that building I was messing with a bit ago
L283[23:15:31] <Shuudoushi> as soon as MC loads the fuck up
L284[23:15:39] <Mimiru> Another $10 on Amazon
L285[23:15:40] <Mimiru> \o/
L286[23:16:06] <Shuudoushi> $10 that you got, or paid?
L287[23:16:17] <Mimiru> Points from CurseForge
L288[23:16:23] <Shuudoushi> oh cool
L289[23:16:29] <Mimiru> 200 points gets you $10 on Amazon
L290[23:16:41] <Mimiru> 400 gets you $20 on PayPal, but they only pay out monthly
L291[23:16:47] <Mimiru> Amazon pays instantly
L292[23:17:00] <Shuudoushi> then buy me something for my car you rich bastard!
L293[23:17:02] <Shuudoushi> lol
L294[23:17:18] <Mimiru> Nooo.. nooo..
L295[23:19:05] <Shuudoushi> all I want is this... http://www.amazon.com/Soundquest-SQK0-CCA-Gauge-Wiring/dp/B001F5YS1G/ref=sr_1_1?ie=UTF8&qid=1447305512&sr=8-1&keywords=0+awg+amp+kit
L296[23:19:16] <Shuudoushi> holy fuck that link was big...
L297[23:19:38] <Mimiru> http://www.amazon.com/gp/product/B00FGKXY9S?psc=1&redirect=true&ref_=ox_sc_act_title_1&smid=A1CA31OJG9PVPY
L298[23:19:39] <Mimiru> \o/
L299[23:19:59] <Shuudoushi> lol
L300[23:20:32] <Shuudoushi> the bad thing, I need one of those as well
L301[23:20:51] <Mimiru> 2 devices and charging at the same time fuck yeah
L302[23:21:30] <PCL-Minecraft> Shuudoushi joined the game.
L303[23:22:03] <PCL-Minecraft> <Shuudoushi> lol
L304[23:24:22] <Shuudoushi> best part of this, you can never be misstaken as to which building in mine lol http://puu.sh/livPt/cc2d350256.png
L305[23:24:51] <Mimiru> NNH5?
L306[23:24:53] <Mimiru> :P
L307[23:25:09] <PCL-Minecraft> <Shuudoushi> you will die a slow painful death
L308[23:25:49] <PCL-Minecraft> <Shuudoushi> maybe I should make the top of the building into 7 segment displays so the message can be changed
L309[23:25:50] <PCL-Minecraft> <Shuudoushi> via a computer
L310[23:25:58] <Mimiru> ¬_¬
L311[23:26:20] <PCL-Minecraft> <Shuudoushi> what
L312[23:27:11] <Mimiru> Don't make me make a mod to stop block updates in specific chunks.
L313[23:27:12] <Mimiru> :P
L314[23:27:34] <PCL-Minecraft> <Shuudoushi> it won't update the message very often
L315[23:27:40] <PCL-Minecraft> <Shuudoushi> maybe once every MC month
L316[23:27:57] <Mimiru> s/very often/EVAR *EVIL LAUGH*/
L317[23:27:57] <MichiBot> <PCL-Minecraft> <Shuudoushi> it won't update the message EVAR *EVIL LAUGH*
L318[23:28:27] <Shuudoushi> lol, challenge accepted
L319[23:31:25] <Mimiru> Ugh fuck it I'm going to bed
L320[23:31:31] <PCL-Minecraft> <Shuudoushi> lol, night
L321[23:48:22] <PCL-Minecraft> Shuudoushi left the game.
L322[23:48:28] <Shuudoushi> wtf o.O
L323[23:49:29] <Shuudoushi> the fuck... java.lang.ClassCastException: net.minecraft.block.BlockAir cannot be cast to net.malisis.doors.door.block.CarriageDoor
L324[23:50:05] <Shuudoushi> all I did was start a fucking crashed server...
<<Prev Next>> Scroll to Top