<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:04] ⇨ Joins: Greenphlem (sid22276@charlton.irccloud.com)
L2[00:01:25] ⇦ Parts: Greenphlem (sid22276@charlton.irccloud.com) ())
L3[00:10:00] ⇦ Quits: Porygon (~Porygon@198.52.199.35) (Ping timeout: 190 seconds)
L4[00:16:26] ⇦ Quits: Symmetryc (webchat@pool-108-9-201-239.tampfl.fios.verizon.net) (Quit: Web client closed)
L5[00:24:00] ⇦ Quits: sciguyryan (sciguyryan@109-205-169-170.dynamic.swissvpn.net) ()
L6[00:28:13] ⇨ Joins: Porygon (~Porygon@198.52.199.35)
L7[00:47:33] *** Nentify is now known as Nentify|away
L8[00:59:12] <ping> so impossible
L9[01:05:51] <ping> http://i.imgur.com/igBh1Ws.png
L10[01:06:11] <ping> but the event keeps triggering
L11[01:06:14] <ping> like wadafack
L12[01:14:31] <Kenny> ping, what are you trying to collect?
L13[01:15:30] <Kenny> cause what you have there is it collecting the address not the data
L14[01:16:30] <Kenny> or in this case the index value
L15[01:17:46] <Kenny> alos that time will continue to run until you stop it
L16[01:17:50] <Kenny> timer*
L17[01:25:12] <ping> i am trying to collect a socket
L18[01:25:26] <ping> i want the timer to continue reading the open sockets
L19[01:29:45] <Kenny> but won't it try to read every socket
L20[01:30:43] <ping> a socket is added to collect when it gets collected, because the table that holds the clients has weak keys it wont read from one that was collected
L21[01:31:29] <Kenny> but your not adding the data to the table in the for loop
L22[01:31:59] <ping> nop, thats in the __gc metamethod
L23[01:31:59] <Kenny> all you are doing there is pushing the signal
L24[01:32:26] <ping> but for some reason, the same table is being collected
L25[01:32:34] <ping> which seems impossible
L26[01:32:36] <Kenny> how are you getting the info for the table if you aren't adding info to the tabled
L27[01:33:38] <Kenny> because you aren't cycling through the tables. you are only getting data in one table
L28[01:33:40] ⇨ Joins: Techokami (~Techokami@pool-173-48-7-25.bstnma.east.verizon.net)
L29[01:34:03] <ping> ive made the ONLY function that can add something to collect error if its ran twice
L30[01:34:22] <Kenny> the setmetatable is creating the same table each time
L31[01:34:59] <ping> its setting it to an empty table
L32[01:35:15] <ping> and preventing anything from adding anything to it
L33[01:35:26] <ping> so bizzare
L34[01:35:30] <Kenny> then how are you getting any data in the table
L35[01:35:52] <ping> i dont know, the socket is only added once
L36[01:36:10] <Kenny> i don't even see how the socket is added.
L37[01:36:53] <Kenny> also when you use pairs and do for k, v - v is the indedx number not the data field
L38[01:37:07] ⇨ Joins: pingDesktop (webchat@c-71-238-153-166.hsd1.mi.comcast.net)
L39[01:37:22] <Kenny> so you have it cycling through sockets 1-whatever
L40[01:40:43] <pingDesktop> http://i.imgur.com/PyY6Edv.png
L41[01:40:55] <pingDesktop> http://i.imgur.com/PSD5R5e.png
L42[01:41:19] <ping> it should error "GOOD"
L43[01:42:15] <ping> because it resets it
L44[01:42:20] <ping> but it does not
L45[01:42:52] <ping> i dont even know why its not printing anything properly
L46[01:43:14] <ping> ..................................................................
L47[01:43:18] * ping slaps Sangar
L48[01:43:44] <Kenny> he might be asleep
L49[01:43:44] <ping> Y TIMERS NO SHOW ERROR :<
L50[01:44:53] <Kenny> no clue, i can't even fully understand that code
L51[01:45:12] ⇦ Quits: Flenix (~Flenix@2.124.128.170) (Read error: No route to host)
L52[01:45:41] ⇨ Joins: Flenix (~Flenix@2.124.128.170)
L53[01:45:46] <Kenny> i mean i can trace thru it but do not fully understanding what it is supposed to do
L54[01:46:12] <Kenny> collect is an empty table right?
L55[01:46:52] <ping> nevermind, apparently it has a "bad connection discriptor"
L56[01:47:10] <Kenny> i'm trying to understand the code
L57[01:47:10] <ping> i was confused because it did nothing when it erored
L58[01:47:44] <ping> oh and event.onError=error doesnt seem to work
L59[01:48:15] <Kenny> it should be error=event.onError
L60[02:01:01] ⇨ Joins: Alex_hawks (~Alex_hawk@CPE-120-145-52-1.lnse2.wel.bigpond.net.au)
L61[02:01:02] zsh sets mode: +v on Alex_hawks
L62[02:03:19] ⇦ Quits: Flenix (~Flenix@2.124.128.170) (Ping timeout: 186 seconds)
L63[02:03:43] ⇦ Quits: BevoLJ (~BevoLJ@cpe-24-55-33-198.austin.res.rr.com) ()
L64[02:10:13] ⇦ Quits: EnderBot (TheEnders@thatjoshgreen.me) (Ping timeout: 186 seconds)
L65[02:10:23] ⇨ Joins: EnderBot (TheEnders@thatjoshgreen.me)
L66[02:10:23] zsh sets mode: +v on EnderBot
L67[02:34:19] ⇦ Quits: Kodos (webchat@108-226-6-195.lightspeed.stlsmo.sbcglobal.net) (Quit: Web client closed)
L68[02:41:08] ⇦ Quits: darknife25 (~gareth@95.144.188.152) (Ping timeout: 194 seconds)
L69[02:48:36] ⇦ Quits: Maxwolf (labs@madsciencemod.com) (Quit: Leaving)
L70[03:02:48] <pingDesktop> Michiyo|Off: *stab*
L71[03:02:49] <pingDesktop> 2014-05-05 22:01:08 [INFO] [STDERR] java.lang.NoClassDefFoundError: pcl/openprinter/gui/PaperGUI
L72[03:02:56] <pingDesktop> y u no server properly
L73[03:04:04] <Michiyo|Off> umm, it runs fine on servers..?
L74[03:04:07] <Michiyo|Off> also
L75[03:04:11] *** Michiyo|Off is now known as Michiyo
L76[03:04:26] <Michiyo> 1.6, or 1.7?
L77[03:05:06] <Michiyo> I know of atleast 2 servers running the 1.6 version
L78[03:06:13] *** Kenny is now known as Kenny|Offline
L79[03:07:20] <Michiyo> pingDesktop
L80[03:07:27] <ping> what
L81[03:07:33] <ping> 1.6
L82[03:07:48] <Michiyo> ... o_O
L83[03:07:50] <ping> .j op
L84[03:07:52] <^v> ping, Last sucessful build for OpenPrinters: http://goo.gl/CQVWk4 8 days 6 hours 38 minutes ago
L85[03:07:59] <ping> using this version
L86[03:08:42] <Michiyo> No clue... like I said, my server, and the MCPC server run it with no issue, I'm pretty sure atleast 2 other servers ran by people here run it
L87[03:09:48] <ping> eww mcpc
L88[03:10:00] <Michiyo> eww ping.
L89[03:11:13] <Michiyo> I have no idea what the issue is, I DO have sided proxies for server/client though.
L90[03:11:29] <ping> why is it even trying to find a client side thingie
L91[03:11:58] <Michiyo> ahem "I have no idea what the issue is"
L92[03:12:56] <pingDesktop> moar logs http://hastebin.com/wejeyaluxo
L93[03:17:40] <Michiyo> line 35 is PaperGUI.stack = par1ItemStack;
L94[03:17:43] <Michiyo> o_O
L95[03:18:26] *** ds84182 is now known as dsAway
L96[03:18:29] <Michiyo> I'll look into it.. currentl I don't even have my workspaces setup
L97[03:21:17] ⇨ Joins: finkmac (~finkmac@68-68-10-160.applecreek.pathcom.com)
L98[03:22:11] ⇨ Joins: Johannes13_ (~Johannes@p4FDEE8A3.dip0.t-ipconnect.de)
L99[03:23:43] *** Kenny|Offline is now known as Kenny
L100[03:24:31] ⇦ Quits: Johannes13 (~Johannes@p4FDEE690.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L101[03:25:21] ⇦ Quits: LunarAmy (webchat@cpe-24-210-223-235.neo.res.rr.com) (Quit: Web client closed)
L102[03:30:09] <Michiyo> http://lanteacraft.com/jenkins/job/OpenPrinter/37/console umm wat??
L103[03:33:49] <ping> looks like a normal mod compiling
L104[03:34:22] <Michiyo> ... no?
L105[03:34:35] <Michiyo> http://lanteacraft.com/jenkins/job/OpenPrinter/36/console
L106[03:34:40] <Michiyo> that is a normal mod compiling
L107[03:37:35] <ping> Michiyo, happened again, mandrake literally component.openprinter.print("anus")
L108[03:39:01] <Michiyo> Wait.. running the print causes it..
L109[03:39:20] <Michiyo> the error is in onItemRightClick
L110[03:40:08] ⇦ Quits: pingDesktop (webchat@c-71-238-153-166.hsd1.mi.comcast.net) (Quit: Web client closed)
L111[03:41:58] <ping> idk
L112[03:44:01] ⇨ Joins: Maxwolf (labs@madsciencemod.com)
L113[03:44:01] zsh sets mode: +v on Maxwolf
L114[03:46:40] <Michiyo> ping, then try it and let me know... I can't reproduce it, and it's runnign on a few servers with no reports.
L115[03:46:49] <Michiyo> and I also can't build it it seems..
L116[03:50:51] <ping> when i open page, its blank
L117[03:50:58] <ping> then crash
L118[03:51:09] <ping> no text
L119[03:53:27] <ping> the ink cartrige textures are scary
L120[03:53:31] ⇦ Quits: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net) (Quit: http://i.imgur.com/Akc6r.gif)
L121[03:53:50] ⇨ Joins: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net)
L122[03:54:18] <ping> they remind me of the ICBM textures
L123[03:54:30] <Michiyo> THen make a resource pack.
L124[03:54:37] <Michiyo> lol
L125[04:32:29] ⇦ Quits: Techokami (~Techokami@pool-173-48-7-25.bstnma.east.verizon.net) (Quit: Leaving)
L126[04:35:57] ⇦ Quits: Lathanael|Away (~Lathanael@p54970487.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L127[04:39:03] *** Kenny is now known as Kenny|Sleeping
L128[04:43:00] ⇨ Joins: Lathanael|Away (~Lathanael@p549706A7.dip0.t-ipconnect.de)
L129[04:52:21] ⇦ Quits: Johannes13_ (~Johannes@p4FDEE8A3.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L130[05:01:02] <ping> remaking the oci fromat
L131[05:01:18] <Michiyo> oci?
L132[05:01:38] <ping> https://github.com/OpenPrograms/Pixel-Programs/blob/master/oci.lua
L133[05:01:43] <Michiyo> Also, I'm pretty sure I have a fix for your crash.. I just have to get it to build.
L134[05:01:51] <Michiyo> moving it to gradle
L135[05:02:36] <ping> already found the fix
L136[05:03:14] <ping> rm -rf /mods/OpenPrinter-*
L137[05:03:14] <SuperBot> ping, Don't forget --no-preserve-root
L138[05:03:28] <ping> SuPeRMiNoR2, fix
L139[05:06:21] <Michiyo> meh.
L140[05:15:34] <ping> so, the new oci format will be even smaller and render faster :3
L141[05:18:27] *** ^ is now known as Biohazard
L142[05:25:05] <SuPeRMiNoR2> Sorry ping, almost forgot I had that
L143[05:33:26] ⇦ Quits: finkmac (~finkmac@68-68-10-160.applecreek.pathcom.com) (Quit: Nettalk6 - www.ntalk.de)
L144[05:59:00] <Bizzycola> hi
L145[05:59:19] <Michiyo> nope
L146[05:59:33] <Bizzycola> ok
L147[06:14:28] <Michiyo> .jenkins OpenPrinter
L148[06:14:31] <EnderBot> OpenPrinter: Latest build: http://lanteacraft.com/jenkins/job/OpenPrinter/42/ | Latest successful: http://lanteacraft.com/jenkins/job/OpenPrinter/42/
L149[06:14:38] <Michiyo> Theres a fix for the server crash.
L150[06:20:44] <ping> :D
L151[06:20:46] <ping> .j op
L152[06:20:51] <^v> ping, Last sucessful build for OpenPrinters: http://goo.gl/l1DXlC 10 minutes ago
L153[06:20:59] <ping> because im lazy, and like direct download link
L154[06:21:02] <Michiyo> I might have lied :D
L155[06:21:09] <ping> :O
L156[06:21:14] <Michiyo> ping hold off on that for a minute..
L157[06:21:24] <ping> well i gtg bed soon
L158[06:21:25] ⇨ Joins: epix (webchat@114.255.40.19)
L159[06:21:28] <ping> once i finish new oci
L160[06:24:34] ⇨ Joins: Vexatos (~Vexatos@p5B3C8B75.dip0.t-ipconnect.de)
L161[06:25:23] <ping> \o/ Vexatos
L162[06:26:56] <Vexatos> \o
L163[06:28:12] <ping> absolutely perfect rendering http://i.imgur.com/700opaK.png
L164[06:32:34] * Michiyo stabs forge
L165[06:32:41] <ping> suc ha qualiaat rndor
L166[06:37:57] ⇨ Joins: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L167[06:38:59] <ShadowKatStudios> Afternoon o/
L168[06:39:05] <Bizzycola> hi
L169[06:50:12] <ping> 1:50 AM
L170[06:50:15] <ping> close enough
L171[06:51:55] <Vexatos> Mmhm
L172[06:52:00] <Vexatos> 10 to 8
L173[06:52:01] <Vexatos> a.m.
L174[06:52:03] <Vexatos> But yea
L175[06:52:05] ⇦ Quits: Gopher (~Gopher@159.sub-174-251-98.myvzw.com) ()
L176[06:57:22] <Michiyo> .j op
L177[06:57:26] <ping> well anyway
L178[06:57:27] <^v> Michiyo, Last sucessful build for OpenPrinters: http://goo.gl/xc5WUU 1 minutes ago
L179[06:57:28] <Michiyo> ping ^
L180[06:57:28] <ping> i gtg bed
L181[06:57:36] <Michiyo> Night
L182[06:57:38] ⇦ Quits: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
L183[06:57:39] <Vexatos> 1 minutes
L184[06:57:41] <Vexatos> <3
L185[06:57:59] <ping> :P
L186[06:58:02] ⇦ Quits: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net) (Quit: http://i.imgur.com/Akc6r.gif)
L187[07:09:01] ⇨ Joins: Kodos (webchat@108-226-6-195.lightspeed.stlsmo.sbcglobal.net)
L188[07:10:38] ⇦ Quits: epix (webchat@114.255.40.19) (Ping timeout: 198 seconds)
L189[07:18:23] *** w00tc0d3|zZz is now known as w00tc0d3
L190[07:33:01] <JoshTheEnder> Mornin' all
L191[07:33:18] <ShadowKatStudios> So Vex's note API is in the dev builds now. Cool.
L192[07:33:20] <ShadowKatStudios> Hai Josh
L193[07:33:31] <JoshTheEnder> hai
L194[07:33:33] <Vexatos> \o/
L195[07:33:40] <Vexatos> SKS: You also checked out my song API?
L196[07:34:24] <ShadowKatStudios> I might have, did that play specifically-formatted strings?
L197[07:34:55] <Bizzycola> I saw the note
L198[07:34:58] <Bizzycola> I know not of the song!
L199[07:35:07] <Vexatos> SKS: Exactly
L200[07:35:12] <Vexatos> I'll get you thelink
L201[07:35:25] <Vexatos> http://oc.cil.li/index.php?/topic/72-song-api-play-whole-songs-using-computerbeep/
L202[07:35:37] <Vexatos> There is also an example song to download on that thread
L203[07:35:46] ⇦ Quits: iDevelop (~iDevelop@94.3.252.170) (Quit: Computer has gone to sleep.)
L204[07:36:09] ⇨ Joins: iDevelop (~iDevelop@94.3.252.170)
L205[07:36:16] <Bizzycola> Cool
L206[07:37:17] <Bizzycola> One day I will make a midi component when i can be bothered :p
L207[07:37:37] <Bizzycola> not like a midi file though, like..takes input from my piano :p
L208[07:38:54] ⇦ Quits: Vexatos (~Vexatos@p5B3C8B75.dip0.t-ipconnect.de) (Quit: Greetings from Pastry Fork, Inc. ✔)
L209[07:39:05] ⇨ Joins: Flenix (~Flenix@2.124.128.170)
L210[07:39:41] ⇦ Quits: iDevelop (~iDevelop@94.3.252.170) (Ping timeout: 194 seconds)
L211[07:39:48] <ShadowKatStudios> I should get subtitles over dubs now, I can watch anime in class if it has subtitles! :D
L212[07:39:48] *** Flenix is now known as WorkingFlenix
L213[07:43:37] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L214[07:45:36] <Bizzycola> And there it is! EVERY SINGLE TIME my computer goes to sleep and I wake it up
L215[07:45:38] <Bizzycola> fak you windows :p
L216[07:52:37] ⇨ Joins: Josh|InGame (~ImACat@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net)
L217[07:53:22] <Bizzycola> Hello minecraft josh!
L218[07:53:28] <Josh|InGame> hello
L219[07:59:50] <Bizzycola> sup
L220[07:59:56] <Bizzycola> building giant death lasers?
L221[08:00:08] <Josh|InGame> nope
L222[08:00:09] <Bizzycola> I remember once a long time ago there was a laser mod for minecraft ;p
L223[08:00:21] <Josh|InGame> messing around with holograms
L224[08:00:25] <Josh|InGame> i loved that mod
L225[08:00:42] <Bizzycola> Oh I bet :p
L226[08:02:37] <Dashkal> Lasermod was cool. A shame it didn't survive the SMP migration
L227[08:03:54] <ShadowKatStudios> Hehe, I remember that mod.
L228[08:06:25] <Bizzycola> Skype broke so bad I cannot accept files now xD
L229[08:06:32] <Josh|InGame> lol
L230[08:06:50] <Bizzycola> Never shows the save dialog
L231[08:06:53] <Bizzycola> just freezes for a bit
L232[08:07:03] <Bizzycola> Probably because my friend sent me like 30 random images xD
L233[08:07:34] <Bizzycola> Oh well needed to be restarted anyway, it's tray icon dissapeared
L234[08:09:06] ⇦ Quits: Josh|InGame (~ImACat@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net) (Read error: Connection reset by peer)
L235[08:12:32] ⇨ Joins: Josh|InGame (~ImACat@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net)
L236[08:13:44] <ShadowKatStudios> Out of power?
L237[08:13:46] <ShadowKatStudios> :P
L238[08:14:26] <Josh|InGame> no, i'm not using OC Computers. had to restart to edit config
L239[08:15:13] <ShadowKatStudios> Ah, OK :P
L240[08:15:40] <Bizzycola> I figured you were using OC
L241[08:15:44] <Bizzycola> i could have gotten the game wrong
L242[08:15:47] <Bizzycola> I was lucky! :p
L243[08:16:05] <Bizzycola> IRC chat mod or somethin?
L244[08:16:19] <Josh|InGame> yeah, EiraIRC
L245[08:16:23] <Josh|InGame> IIRC
L246[08:16:36] <Bizzycola> Ah so I assume that's IRC <-> Minecraft Chat
L247[08:16:39] <ShadowKatStudios> pastevin.vom xD
L248[08:16:50] <Josh|InGame> yeah
L249[08:17:27] * Josh|InGame just uploaded a screenshot: http://imgur.com/IDCaKbp
L250[08:17:47] <Josh|InGame> ^^ look at that
L251[08:19:26] <Bizzycola> Nice
L252[08:19:33] <Bizzycola> Nice hologram too :p
L253[08:22:19] <Kodos> Josh|InGame: What is that on the left of the computer case? THe back of a monitor?
L254[08:22:23] <Josh|InGame> it's not mine it's sangars
L255[08:22:28] <Kodos> Oh, well
L256[08:22:31] <Kodos> I still don't know what it is :X
L257[08:22:59] * Josh|InGame just uploaded a screenshot: http://imgur.com/43F1TzU
L258[08:24:16] <Josh|InGame> that answer your question kodos?
L259[08:25:54] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L260[08:26:56] <ShadowKatStudios> Lol, the floppy it gave me has the address '144'
L261[08:26:56] <Kodos> Si =)
L262[08:27:04] <Kodos> Lol
L263[08:27:05] <Kodos> Nice
L264[08:29:22] <ShadowKatStudios> Know what sounds really good in 8-bit sound? Fireflies.
L265[08:29:50] <Josh|InGame> right, i have to go now
L266[08:29:54] ⇦ Quits: Josh|InGame (~ImACat@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net) (Read error: Connection reset by peer)
L267[08:30:12] <JoshTheEnder> i got to go to college :/
L268[08:30:19] <JoshTheEnder> i'll be back later though
L269[08:30:31] <ShadowKatStudios> Hmm... The lowest quality I can get with Computronics tapes is 16kb/s, and 16-bit audio... I think?
L270[08:30:38] <ShadowKatStudios> o/ Josh
L271[08:39:39] <ShadowKatStudios> For those that care: http://i.imgur.com/vUGahny.png
L272[08:45:12] <Bizzycola> http://austriantimes.at/news/Around_the_World/2014-05-02/50857/Chinas_Cabbage_Patch_Kids That's interesting
L273[08:45:19] <Bizzycola> I'd talk to someone if they were walking a cabbage, it'd be fun
L274[08:47:29] <ShadowKatStudios> If they were a walking cabbage, would they be a 'someone' technically speaking?
L275[08:49:24] <Bizzycola> What do you mean?
L276[08:49:33] <Bizzycola> also http://puu.sh/8Bg7d.png --screw you too VPS :p
L277[08:50:19] <Bizzycola> Oh wait I changed the root password
L278[08:50:24] <Bizzycola> *dumbface*
L279[08:50:48] <Bizzycola> Or it still won't work..dafauq
L280[08:51:50] <Bizzycola> I really need to generate a certificate
L281[08:53:25] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L282[08:53:51] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Client Quit)
L283[09:04:07] <JoshTheEnder> herro
L284[09:07:24] ⇦ Quits: Bizzycola (~Bizzycola@192.241.230.70) (Quit: Goodbye.)
L285[09:11:10] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L286[09:11:48] *** mallrat208 is now known as mr208|AFK
L287[09:12:11] ⇨ Joins: Bizzycola (~Bizzycola@192.241.230.70)
L288[09:17:50] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L289[09:35:32] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L290[09:36:21] ⇦ Quits: Maxwolf (labs@madsciencemod.com) (Quit: Leaving)
L291[09:36:29] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Client Quit)
L292[09:44:21] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L293[09:48:47] *** tgame14|sleep is now known as tgame1`4
L294[09:48:48] *** tgame1`4 is now known as tgame14
L295[09:53:55] ⇦ Quits: Kodos (webchat@108-226-6-195.lightspeed.stlsmo.sbcglobal.net) (Quit: Web client closed)
L296[09:59:36] *** Alex_hawks is now known as Alex_hawks|Work
L297[10:04:57] ⇦ Quits: mr208|AFK (Mibbit@68.204.184.175) (Quit: http://www.mibbit.com ajax IRC Client)
L298[10:22:55] ⇦ Quits: Neonbeta (sid26571@highgate.irccloud.com) (Ping timeout: 186 seconds)
L299[10:24:45] ⇨ Joins: Neonbeta (sid26571@id-26571.highgate.irccloud.com)
L300[10:32:08] *** tgame14 is now known as tgame14|away
L301[11:15:32] ⇨ Joins: Moonrise (~Moonrise@112.185.38.188)
L302[11:21:17] <Bizzycola> Aren't ICBM guns supposed to shoot hostile mobs?
L303[11:21:23] <Bizzycola> They seem to just spin freely and do nothing :p
L304[11:34:25] *** vifino|off is now known as vifino
L305[11:35:17] *** vifino is now known as vifino|Work
L306[11:45:18] *** dsAway is now known as ds84182
L307[11:47:06] <Bizzycola> useless bloody turrets
L308[11:52:11] ⇨ Joins: Lumien (~lumien@p4FED46E6.dip0.t-ipconnect.de)
L309[11:54:14] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L310[11:55:53] ⇨ Joins: darknife25 (~gareth@95.144.188.152)
L311[12:12:43] ⇦ Quits: Lumien (~lumien@p4FED46E6.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L312[12:12:54] ⇨ Joins: Lumien (~lumien@p4FED46E6.dip0.t-ipconnect.de)
L313[12:13:59] *** vifino|Work is now known as vifino|off
L314[12:15:15] ⇦ Quits: Moonrise (~Moonrise@112.185.38.188) (Remote host closed the connection)
L315[12:19:35] <JoshTheEnder> and i'm back home for about 2 or so hours (woo fo rlong break)
L316[12:19:50] <JoshTheEnder> s/fo rlong/ for long
L317[12:19:56] <JoshTheEnder> s/fo rlong/for long
L318[12:19:59] <JoshTheEnder> meh
L319[12:23:53] <Bizzycola> I'm enjoying being screwed with by apache :p
L320[12:24:36] <JoshTheEnder> lol, seems your ircd is doing the same
L321[12:24:47] <Bizzycola> Oh? :p
L322[12:25:11] <Bizzycola> Trying to setup this subdomain, it either send all entered subdomains to them ain site or all entered subdomains to the same place as the one I am trying to setup
L323[12:25:16] <Bizzycola> cuz it dun like me :p
L324[12:25:28] <Bizzycola> As for ircd, I restarted the vps earlier :p
L325[12:25:38] <JoshTheEnder> guessing it's ip is the same as your webserver, i just joined it and it's not linked in
L326[12:25:49] <Bizzycola> o.O
L327[12:36:18] *** ds84182 is now known as dsAway
L328[12:43:46] ⇦ Quits: darknife25 (~gareth@95.144.188.152) (Ping timeout: 380 seconds)
L329[12:53:12] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L330[12:58:28] ⇨ Joins: BevoLJ (~BevoLJ@cpe-24-55-33-198.austin.res.rr.com)
L331[12:58:28] zsh sets mode: +v on BevoLJ
L332[13:07:30] *** vifino|off is now known as vifino
L333[13:09:37] *** Keridos_off is now known as Keridos
L334[13:09:54] *** Guest46513 is now known as Csstform
L335[13:10:37] ⇨ Joins: darknife25 (~gareth@95.144.188.152)
L336[13:14:41] *** tgame14|away is now known as tgame14
L337[13:18:11] *** vifino is now known as vifino|Work
L338[13:40:39] *** Alex_hawks|Work is now known as Alex_hawks
L339[13:41:15] <Csstform> BEHOLD...... THE MIGHTY 'HAM BLOCK' http://imgur.com/rcRn4od
L340[13:42:17] <Kenny|Sleeping> what resolution did you have that at
L341[13:42:47] <Csstform> default
L342[13:43:34] <Kenny|Sleeping> it's taking forever to load
L343[13:43:44] <Csstform> it's solid, so I didnt see the need to make it higher res
L344[13:43:50] <Csstform> is it?
L345[13:43:57] <Csstform> it's a screenie from MC...
L346[13:44:01] <Kenny|Sleeping> there it is
L347[13:44:11] <Kenny|Sleeping> it was just imgur
L348[13:44:12] <Csstform> http://imgur.com/rcRn4od.png <---try that
L349[13:44:14] <Csstform> oh
L350[13:44:51] <Csstform> like it?
L351[13:44:54] <Kenny|Sleeping> what tutorials are you using?
L352[13:44:58] *** Kenny|Sleeping is now known as Kenny
L353[13:45:09] <Csstform> looks like something you'd find in your fridge from last thanksgiving
L354[13:45:21] <Kenny> or the one before that hehe
L355[13:45:28] <Csstform> Kenny: I did that w/out a tut, tought myself
L356[13:45:35] <Csstform> *tought
L357[13:45:39] <Csstform> no
L358[13:45:47] <Csstform> *taught
L359[13:45:50] <Csstform> ther ewe go
L360[13:46:31] <Kenny> vswe has a set of tutorials on youtube that are real good. he has a website for them where you can get the actual finished code and textures to go with it.
L361[13:46:57] <Kenny> you make a wand that launches living entities into the air hehe
L362[13:47:04] <Csstform> Kenny: oh..... heh, might go watch those, this is actually just a retextured slime block
L363[13:47:30] <Csstform> my mod is still pretty much nonexistant
L364[13:47:58] <Kenny> all you need to do is use the armor code from MC
L365[13:48:35] <Kenny> and then re-texture the chest plate to add in a lab coat
L366[13:48:36] <Csstform> yeah, that's what I was kinda thinking... just to make it a bit simpler
L367[13:48:58] <Csstform> the only thing
L368[13:49:10] <Csstform> I want the lab coat to reach down to your feet...
L369[13:49:25] <Kenny> lab coats aren'/t that long hehe
L370[13:49:33] <Kenny> that's a trench coat
L371[13:49:51] <Kenny> lab coats generall reach to mid-thigh
L372[13:49:57] <Kenny> generally*
L373[13:49:58] <Michiyo> Lab coats usually hit about your knee-ish
L374[13:50:01] <Csstform> still...
L375[13:50:09] <Csstform> that's longer then a chest, no?
L376[13:50:10] <Michiyo> That's where they goto for me :p
L377[13:50:25] <Michiyo> you'll need a custom renderer for that
L378[13:50:26] <Kenny> we can't help it you are short Michiyo :P
L379[13:50:37] <Michiyo> lol... short.
L380[13:50:40] <Michiyo> no comment.
L381[13:50:49] <Csstform> lol
L382[13:51:03] <Csstform> weeeell
L383[13:51:12] * Csstform boots up eclipse
L384[13:51:16] <Kenny> for me i'm lucky if i can find one that reraches to mid-thigh
L385[13:52:15] <Michiyo> Yeah I need to finish syncing my workspaces
L386[13:52:17] <Michiyo> q_q
L387[13:52:34] <Michiyo> I had to do a path to OpenPrinter straight in github last night.
L388[13:52:35] <Kenny> i was checking out the DYN map earlier
L389[13:52:37] <Michiyo> patch*
L390[13:52:40] * Csstform needs to get a working workspace
L391[13:53:07] <Michiyo> yeah I have no idea why
L392[13:53:13] <Michiyo> but that map is SO broken
L393[13:53:36] <Kenny> if i zom in i see the full textures but zoomed out it's just lines
L394[13:53:41] <Kenny> zoom*
L395[13:53:42] <Michiyo> Yeah..
L396[13:54:31] <Csstform> Kenny: you have any suggestions for a written tut? I dont much care for videos...
L397[13:54:39] <Kenny> vswe didn't cover custom renderers in his tuts so that's something i'm going to have to figure out
L398[13:55:08] <Kenny> Csstform: you not read all i said. he has a website for the code also
L399[13:55:17] <Kenny> link is in the video description
L400[13:55:44] <Kenny> you can get the full code for each lecture as well as the textures he uses in the videos
L401[13:56:09] <Michiyo> http://util.sirius.pc-logix.com/cgp/detail.php?p=interface&c=&pi=venet0&t=if_octets&h=sirius.pc-logix.com&s=28800&x=800&y=350 lol, every 5 minutes my rsync cron fires... can you tell? :P
L402[13:56:10] <Kenny> there are a total of 6 lectures broken into 2 parts
L403[13:57:19] <Kenny> i would say hehe
L404[13:57:40] <Michiyo> goto the 2 hour view.. lol
L405[13:58:07] <Csstform> Kenny: the only thing...
L406[13:58:15] <Csstform> these are 1.6.2 tuts
L407[13:58:17] <JoshTheEnder> right, i got to go back to college now, o/
L408[13:58:23] <SuPeRMiNoR2> Bye
L409[13:58:27] <Kenny> l8r
L410[13:58:29] <JoshTheEnder> (i'll most probably be back on irc when i get there
L411[13:58:41] <Csstform> cya
L412[13:59:13] <Michiyo> 1.6 to 1.7 isn't a huge change... a few methods renamed, a few methods gone..
L413[13:59:17] <Kenny> this is true, but they work for 1.6.4 also. there is only one spot in there where you have to change anything and that is when he does the method using the func name
L414[13:59:19] <Michiyo> it'll let you know when you try to use one :P
L415[13:59:43] ⇦ Quits: Noiro (~noiro@c-76-17-27-99.hsd1.ga.comcast.net) (Ping timeout: 186 seconds)
L416[14:00:02] <Michiyo> yeah 1.6.2 to 1.6.4 is almost exactly the same.
L417[14:00:19] <Csstform> well, I was going for 1.7
L418[14:00:21] <Kenny> go into the mcp/conf folder and load the methods.csv and look up the func number and get the rename for it
L419[14:00:29] <Csstform> just because, progrdess
L420[14:00:46] <Kenny> a lot of mods are just waiting for 1.8
L421[14:01:02] <Kenny> 1.7 is so screwed up right now
L422[14:01:05] <Michiyo> 1.7 is lame, 1.8 is where its at.
L423[14:01:16] <Kenny> and also forge is already wolrking on 1.8
L424[14:01:18] <Michiyo> We're not even bothering with LC for 1.7
L425[14:01:20] <Csstform> 1.8 != forge
L426[14:01:29] <Csstform> wait, waht?
L427[14:01:51] <Kenny> i saw a 1.7 mod where Lex personally updated it to 1.8 folr the mod author
L428[14:02:01] <Kenny> actually 1.8.1
L429[14:02:18] <Csstform> buuuut
L430[14:02:27] <Michiyo> wait... 1.8.1...? I've been out of the loop for a bit, but aren't we still 1.7.9?
L431[14:02:29] <Csstform> MC 1.8 isnt even a thing....
L432[14:02:47] <Kenny> MC released a snapshot for 1.8 a while back
L433[14:02:48] <Csstform> snapshot 18 something?
L434[14:03:04] <Michiyo> well yeah.. but those are snapshots still
L435[14:03:25] <Kenny> and where do you think forge starts working from to figure stuff out
L436[14:03:35] <Kenny> they start with the snapshots
L437[14:03:46] <Bizzycola> https://pbs.twimg.com/media/Bm2mnbpCYAAtcu3.jpg I lel at this
L438[14:04:19] <Kenny> lel
L439[14:04:53] <Csstform> I see no 1.8 downloads :|
L440[14:06:08] <Kenny> http://minecraft.gamepedia.com/1.8
L441[14:07:03] <SuPeRMiNoR2> That should say "may be released in may"
L442[14:08:45] <Bizzycola> "Slime Block - Players and mobs that land on their top side will bounce, like on a trampoline" :D
L443[14:09:01] <Bizzycola> Also prevents fall damage which is cool
L444[14:09:08] <Kenny> grammar police: might is also applicable
L445[14:09:28] <Bizzycola> "Connected to sticky pistons, slime blocks will now push and pull blocks beside them when moved by pistons" :D:D
L446[14:09:44] <Kenny> Csstform: a the bottom of the page is the list of snapshots
L447[14:09:45] <Bizzycola> "Extending a piston with a slime block on top of it will launch the entity (mobs, players, items, launched arrows etc) into the air" :D:D:D:D:D *falls over*
L448[14:10:14] <Csstform> Bizzycola: Did you see I retextured it to look like ham?
L449[14:10:17] <Kenny> they have released something like 18 snapshots for 1.8 already
L450[14:10:24] <Bizzycola> You did? :p
L451[14:10:34] <Bizzycola> Yup and I;ve yet to play any of them :p
L452[14:10:48] <Bizzycola> Actually no I did play one a while back
L453[14:10:50] <Bizzycola> with the endermites
L454[14:10:53] <Csstform> Kenny: but is there a forge release for any of them?
L455[14:11:18] <Kenny> i am not sure on that. let me check
L456[14:12:08] <Bizzycola> Oh look a use for lapis! Enchanting stuff! :p
L457[14:12:43] <Michiyo> I use lapis... to make blue ink :p
L458[14:12:47] <Kenny> technically forge doesn't even have downloads for anything beyond 1.7.2
L459[14:13:41] <Csstform> Bizzycola: BEHOLD...... THE MIGHTY 'HAM BLOCK' http://imgur.com/rcRn4od
L460[14:13:50] <Bizzycola> lol
L461[14:13:56] <Kenny> hell, they haven't even updated the wiki since 1.4.5
L462[14:14:34] <Bizzycola> "When a furnace runs out of fuel, the smelting progress will rewind at 2x speed" oh cool so it doesn't just disappear :p
L463[14:14:59] <Bizzycola> and buttons can go on top/bottom of blocks :D
L464[14:15:29] <Csstform> Bizzycola: this your first time opening a snapshot?
L465[14:15:37] <Bizzycola> Comparitors can now detect what way an item frame is rotated. 3 item frames! Password door :p
L466[14:15:55] <Bizzycola> I played around with one with endermites in it ages ago
L467[14:16:01] <Bizzycola> but never went further then discovering those :p
L468[14:16:03] <Csstform> heh
L469[14:16:06] <Csstform> go watch Doc
L470[14:17:38] <Bizzycola> "When struck by lightning, villagers turn into witches" ololol
L471[14:19:19] <Michiyo> Well, that's what happened to me..
L472[14:19:26] <Kenny> what the hell is the forge download for 1.7.9?
L473[14:19:29] <Michiyo> Struck by lighting one day and BAM!
L474[14:19:34] <Kenny> all they show is 1.7.2
L475[14:19:34] <Michiyo> Kenny, there isn't one.
L476[14:19:41] <Michiyo> 1.7.2 is the latest supported version
L477[14:20:00] <Bizzycola> Oh I see :p
L478[14:20:13] <Kenny> then were can you get the dev versions for 1.7.4 and up?
L479[14:20:31] <Bizzycola> I like that villagers will harvest and share food though, that'd be fun to watch for some reason :p
L480[14:20:49] <Michiyo> you can't.
L481[14:20:52] <Kenny> i'm finding shit for 1.8 from other sites but not forge itself
L482[14:20:54] <Michiyo> the latest version is for 1.7.2
L483[14:21:02] <Michiyo> there are no other versions of forge.
L484[14:21:16] <Kenny> then how are people doing videos for 1.8 with forge?
L485[14:21:20] <Michiyo> ANY site that says there is a 1.8 release of forge is lying, and packaging up a 1.7.2 release to get downloads.
L486[14:21:27] <Michiyo> they aren't?
L487[14:21:30] <Michiyo> I assure you.
L488[14:21:43] <Michiyo> there is no version of forge, for anything higher then 1.7.2
L489[14:21:56] <Kenny> https://www.youtube.com/watch?v=R_sD0x-yKR4
L490[14:21:57] -Kibibyte- [Kenny] Descargar Minecraft 1.8-1.8.1+Optifine+Forge+Mod+NEI VERSION 1.6.4 | by thealejominecod007 | 11m45s | 11w2d ago | 423 views | Rated: 5.00/5.00
L491[14:22:03] <Kenny> it's in spanish
L492[14:22:06] <Kenny> i think
L493[14:22:09] <Michiyo> +NEI VERSION 1.6.4
L494[14:22:23] <Michiyo> So.. they're using 1.6.4 mods in 1.8?
L495[14:22:25] <Michiyo> sounds legit.
L496[14:23:01] <Michiyo> also, LOL at adfly "minecraft launcher"
L497[14:23:16] <Michiyo> this shit is so janky it hurts.
L498[14:23:50] <Michiyo> like, my janky BS meter just broke.
L499[14:24:20] <Michiyo> lol goto 9minecraft and download mods? sure if you want BS files.
L500[14:24:33] <Michiyo> They at one point, had a 1.7 version of LanteaCraft for download..
L501[14:24:40] <Michiyo> know what it was? 1.6.4 renamed.
L502[14:24:48] <Michiyo> they didn't even change the build number.
L503[14:25:10] <Kenny> i don't doubt it. and that is most likely how you guys get questions about LC 1.7 not owrking
L504[14:25:15] <Michiyo> I'm not even watching the rest of that to save the little bit of sanity I have.
L505[14:25:47] <Michiyo> But yeah, if the files aren't on files.minecraftforge.net
L506[14:25:58] <Michiyo> then don't trust them, as far as you could throw them
L507[14:26:35] <Kenny> there is only one site i download from thet is not the MC forums or forge
L508[14:26:42] <Kenny> that is the MC Japanese forum
L509[14:27:31] <JoshTheEnder> and i am back
L510[14:27:43] <Michiyo> I use files. cause it lists every version of forge I could need
L511[14:27:50] <Bizzycola> hi josh
L512[14:37:11] <Bizzycola> http://prntscr.com/3gpz2g Pfft. Totally not hooked up to a piston or anything.
L513[14:37:12] <Bizzycola> :p
L514[14:37:27] ⇨ Joins: alekso56 (~alekso56@c0A9E3E56.dhcp.as2116.net)
L515[14:49:49] <Bizzycola> ooh customized world gen is cool
L516[14:50:07] <Csstform> http://pyx-3.socialgamer.net/game.jsp#game=7
L517[14:50:13] <Csstform> Bizzycola: ikr
L518[14:50:35] <Bizzycola> I just came a across a river with no water. First tyr, I totally broke world gen :D
L519[14:51:23] <Csstform> I like how you can recreate vechs 'sea of flames' without any special stuffs now
L520[14:51:33] <Bizzycola> Yea lava seas :p
L521[14:51:50] <Csstform> :D
L522[14:52:32] <Bizzycola> It is literally annoying me now that this river has no water
L523[14:52:33] <Bizzycola> lol
L524[14:52:40] <Csstform> XD
L525[14:53:47] <Csstform> JoshTheEnder: pick one.... I assume it's you
L526[14:54:08] <JoshTheEnder> eh? ohh, chrome crashed
L527[14:54:16] ⇨ Joins: Johannes13_ (~Johannes@p4FDEE8A3.dip0.t-ipconnect.de)
L528[14:54:18] <Csstform> XD
L529[15:01:16] <Kilobyte> onoes chrome
L530[15:06:09] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L531[15:11:25] *** Csstform is now known as Csst|Masterball
L532[15:17:34] *** Csst|Masterball is now known as Csstform
L533[15:19:47] *** Csstform is now known as Csst|Masterball
L534[15:22:23] *** Csst|Masterball is now known as Csstform
L535[15:25:52] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L536[15:28:51] *** Death|Away is now known as Death
L537[15:30:54] *** vifino|Work is now known as vifino|off
L538[15:35:34] *** Csstform is now known as Csst|Masterball
L539[15:36:32] *** Death is now known as PrincessDeath
L540[15:39:47] *** Csst|Masterball is now known as Csstform
L541[15:51:08] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L542[16:01:51] ⇨ Joins: iDevelop (~iDevelop@94.3.252.170)
L543[16:03:18] ⇨ Joins: mallrat208 (Mibbit@68.204.184.175)
L544[16:06:08] *** Nentify|away is now known as Nentify
L545[16:13:18] *** Johannes13_ is now known as Johannes13
L546[16:15:58] ⇨ Joins: Vexatos (~Vexatos@p200300556E2D1A070D7CC5F52A83EAEC.dip0.t-ipconnect.de)
L547[16:20:53] <JoshTheEnder> urghh, forgot my MCF password so i now have to wait for 13 mins to try my last attempt
L548[16:22:02] <JoshTheEnder> Kenny, did your connection to the bouncer time out last night? (around 1am GMT/UTC)
L549[16:24:29] ⇨ Joins: septi25 (~zandemax@178-27-187-84-dynip.superkabel.de)
L550[16:29:30] ⇨ Joins: Cazzar (~me@203-129-25-172.cust.aussiebb.net)
L551[16:29:30] zsh sets mode: +v on Cazzar
L552[16:29:50] <Kenny> yep
L553[16:30:13] <Kenny> but it wasn't your fault
L554[16:30:24] <JoshTheEnder> hmm
L555[16:30:31] <Kenny> router went stupid and wasn't connecting to the internet
L556[16:31:20] <Kenny> we've been having trouble with it for a little while now but sorray ass AT&T says there's nothing wrong with it
L557[16:31:27] <JoshTheEnder> ahh, also i thought you'd got DC'd because enderbot's bouncer <=> IRC connection timed out then came back an hour earlier
L558[16:31:27] <Kenny> sorry*
L559[16:31:53] <Kenny> must have been at about the same time the router went down lol
L560[16:32:03] <Kenny> i was down for about an hour
L561[16:32:49] <Cazzar> Hmm, http://i.imgur.com/7vVDGww.png I think my freeware paper is leaning more towards Open Source...
L562[16:33:04] <Kenny> i went down 10pm EDT and was down for about 35 minutes
L563[16:33:14] <JoshTheEnder> well you went to Kenny|Offline about an hour later so i doubt it, it generally takes a max of 5 mins for your connection to time out if it ends abruptedly + 30s for the awaynick to change your name
L564[16:34:02] <Cazzar> no route to host can minimise that time Josh
L565[16:34:02] <Kenny> 1am your time would be 8pm my time
L566[16:34:25] <JoshTheEnder> so, that mystery of EnderBot timing out is still a mystery
L567[16:34:51] <JoshTheEnder> Kenny, i'm currently GMT+1, i think the bouncer is set for that time though it may be at GMT0
L568[16:34:56] * JoshTheEnder checks
L569[16:35:08] *** vifino|off is now known as vifino
L570[16:36:41] <Kenny> i scrolled clear back to yesterday at 4pm my time. only time i went offline was at 10pm my time and came back on atr 10;23pm
L571[16:36:59] <Kenny> and that was when my router went stupid
L572[16:37:03] <JoshTheEnder> hmm, meh
L573[16:37:09] <JoshTheEnder> anyway. hometime :)
L574[16:37:17] <Kenny> i been at home :P
L575[16:38:57] <Kenny> holy shit. i have to totally redo my reactor control program for Big Reactors
L576[16:39:46] <Kenny> he has so much stuff added in with the newest version and some that has been changed from before
L577[16:47:25] ⇦ Quits: Cazzar (~me@203-129-25-172.cust.aussiebb.net) (Ping timeout: 194 seconds)
L578[16:47:58] <iDevelop> hi
L579[16:48:10] <PrincessDeath> ih >poleveDi<
L580[16:48:57] *** PrincessDeath is now known as Death|Away
L581[17:01:30] *** Sorroko_Off is now known as Sorroko
L582[17:01:50] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L583[17:03:43] <JoshTheEnder> and i am back, well. i was home 15 mins ago but i went on my xbox. gave that up because of updates
L584[17:04:02] ⇨ Joins: DaeDroug (uid22591@id-22591.highgate.irccloud.com)
L585[17:05:41] <JoshTheEnder> also hi iDevelop, just saw your pm
L586[17:07:29] <iDevelop> Ohai
L587[17:11:42] <JoshTheEnder> so. how are you holding up?
L588[17:11:50] <JoshTheEnder> Because i'm a potato!
L589[17:12:05] ⇨ Joins: sciguyryan (sciguyryan@109-205-169-255.dynamic.swissvpn.net)
L590[17:12:11] <JoshTheEnder> o/ sciguyryan
L591[17:15:19] *** WorkingFlenix is now known as Flenix
L592[17:17:22] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L593[17:26:35] <iDevelop> Guys, can I get some ideas?
L594[17:26:49] ⇨ Joins: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net)
L595[17:26:50] <Kenny> CompViewer has updated
L596[17:26:57] ⇨ Joins: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net)
L597[17:26:57] <JoshTheEnder> sure, 1$ per idea
L598[17:27:08] <Porygon> I sell ideas by the gram
L599[17:27:10] <iDevelop> I am going to be making some open source web-based software
L600[17:27:19] <iDevelop> Related to MC, if possible
L601[17:27:23] <Kenny> CompInfo.txt now includes the methods for Big Reactors and Big Turbines
L602[17:27:30] <iDevelop> What would you like?
L603[17:27:48] <iDevelop> (use /query iDevelop to tell me, since I am going away for 5-10 mins)
L604[17:29:54] <Vexatos> Mhm
L605[17:29:59] <ping> .-. remote controlling my base is all i need, but i already have that :P
L606[17:30:14] <ping> with all the stuff in
L607[17:30:26] <ping> ^v, the possibilities are endless
L608[17:30:35] <Vexatos> Now, make songs :P
L609[17:30:50] <Vexatos> I want to see some songs other people make...
L610[17:31:02] ⇦ Quits: darknife25 (~gareth@95.144.188.152) (Quit: Leaving)
L611[17:31:04] <JoshTheEnder> did you hear that ^v? the possibilities are endless! ENDLESS!
L612[17:31:05] <ping> .-.
L613[17:31:46] <Vexatos> Lendess
L614[17:32:11] <ping> .mispell Vexatos
L615[17:32:11] <^v> ping, Veaxtos
L616[17:32:22] <JoshTheEnder> lol
L617[17:32:46] <JoshTheEnder> .mispell supercalifragilisticexpialidocious
L618[17:32:46] <^v> JoshTheEnder, sypsrcalifragilisticexpilaidoxikus
L619[17:32:49] <JoshTheEnder> lol
L620[17:32:57] <Porygon> .mispell a
L621[17:32:57] <^v> Porygon, w
L622[17:33:01] <Porygon> hm
L623[17:33:03] <JoshTheEnder> that still makes /some/ sense
L624[17:33:04] <ping> .aeiou supercalifragilisticexpialidocious
L625[17:33:05] <^v> ping, sapircelofregolostocixpoeloducouas
L626[17:33:15] <Vexatos> .mispell OpenComputers
L627[17:33:15] <^v> Vexatos, LpenFomputers
L628[17:33:18] <Vexatos> .mispell OpenComputers
L629[17:33:18] <^v> Vexatos, OpenXomputers
L630[17:33:20] <Vexatos> .mispell OpenComputers
L631[17:33:20] <^v> Vexatos, OpenComptuers
L632[17:33:22] <Vexatos> <-
L633[17:33:35] <ping> LpnenComeruers
L634[17:33:50] <Porygon> does ^v have a source somewhere public?
L635[17:33:55] <ping> .sauce
L636[17:33:56] <^v> ping, https://github.com/P-T-/-v4/
L637[17:33:59] <ping> leme update it
L638[17:33:59] <Porygon> k
L639[17:34:15] *** Flenix is now known as shobu
L640[17:34:24] *** shobu is now known as Flenix
L641[17:36:43] ⇨ Joins: darknife (~gareth@95.144.188.152)
L642[17:36:45] <Vexatos> .openprg
L643[17:37:20] <^v> Vexatos, Updated Kenny-Programs
L644[17:38:10] <Vexatos> \o/
L645[17:38:31] <Vexatos> ping, thank you for the website, by the way
L646[17:38:53] <ping> .> local o="" for k,v in pairs(hook.hooks) do o=o.." "..k end return o
L647[17:38:54] <^v> ping, http://71.238.153.166/paste/YtetN.txt
L648[17:38:57] <ping> np
L649[17:39:08] <ping> was first actually decent site
L650[17:39:19] <Vexatos> decent indeed
L651[17:39:21] <Vexatos> 1 page
L652[17:39:23] <Vexatos> 1 generator
L653[17:39:27] <Vexatos> :P
L654[17:39:30] <Vexatos> I love it
L655[17:39:38] <Vexatos> .openprograms
L656[17:39:38] <^v> Vexatos, https://github.com/OpenPrograms/
L657[17:39:45] <Vexatos> Could you change that to the website?
L658[17:39:48] <Vexatos> Oh wait
L659[17:39:49] <Vexatos> No
L660[17:39:58] <Vexatos> Change that to website AND link to the org
L661[17:40:01] <ping> ye
L662[17:40:07] <ping> all my other ones have no content, which i fill with eye candy
L663[17:40:14] <Vexatos> :P
L664[17:40:26] <ping> cba blog
L665[17:40:55] <Vexatos> The collection is coming along pretty nicely
L666[17:41:20] <Vexatos> Kenny has great programs, GML is there, my song API (Hey, I finally uploaded a program \o/), pings 1000001 programs
L667[17:41:42] <Vexatos> And now a beautiful and easy-to-update website
L668[17:42:04] <JoshTheEnder> i have a program there, it just doesnt work.... should probably continue that at somepoint
L669[17:42:39] <iDevelop> irbak
L670[17:43:24] <Kenny> ping, check the forum. there is a topic undedr the IRC section for bot commands
L671[17:43:34] <ping> yup
L672[17:43:36] <Vexatos> JoshTheEnder: Yes, you should :P
L673[17:43:39] <ping> already working on it
L674[17:43:44] <iDevelop> .mispell hi
L675[17:43:44] <^v> iDevelop, ih
L676[17:43:48] <Kenny> also CompViewer is updated
L677[17:43:49] <JoshTheEnder> Kenny, i did tell him :P
L678[17:43:58] <Kenny> as well as CompInfo
L679[17:44:29] <Kenny> CompInfo now has the functions in it for both Big Reactors and Bog Turbines
L680[17:44:32] <iDevelop> .mispell JoshTheEnder
L681[17:44:32] <^v> iDevelop, JoshThWender
L682[17:44:39] <iDevelop> haha
L683[17:44:55] <JoshTheEnder> .supermispell iDevelop
L684[17:44:56] <^v> JoshTheEnder, Rosvlwop
L685[17:44:59] <JoshTheEnder> lol
L686[17:45:01] <iDevelop> lol
L687[17:45:05] <iDevelop> wop!
L688[17:45:26] <Vexatos> wop
L689[17:45:38] <ping> .opencomponents
L690[17:45:38] <^v> ping, http://ci.cil.li/job/OpenComponents/
L691[17:45:40] <iDevelop> .mispell wop
L692[17:45:40] <^v> iDevelop, owp
L693[17:45:42] <iDevelop> .mispell wop
L694[17:45:42] <^v> iDevelop, woo
L695[17:45:44] <ping> iDevelop, stahp
L696[17:45:45] <Vexatos> I should make an API using the song API using the note API using the computer API
L697[17:45:50] <iDevelop> What the hell?
L698[17:45:52] <JoshTheEnder> iDevelop, spam it in pm, not here
L699[17:45:56] <iDevelop> woo?
L700[17:45:59] <Vexatos> To turn certain characters into certain kinds of music
L701[17:46:04] <Vexatos> So you can play a sentence
L702[17:46:12] <JoshTheEnder> Vexatos, ohh dear
L703[17:46:22] <Vexatos> Now we need a block that can listen to computer.beep
L704[17:46:30] <Vexatos> for data transfer over SOUND
L705[17:46:59] <Kenny> take the vanilla Noteblock and modify it
L706[17:47:08] <Vexatos> :-:
L707[17:47:30] <Kenny> or use the vanilla jukebox and switch it to SOUND
L708[17:47:42] <Vexatos> :(
L709[17:47:45] * Vexatos no MC mods
L710[17:49:46] <SuPeRMiNoR2> .openprg
L711[17:50:13] <^v> SuPeRMiNoR2, Updated SuPeRMiNoR2-Programs
L712[17:50:23] <Vexatos> I like the description of your program
L713[17:50:42] <Vexatos> Now I just need to register your repo
L714[17:50:46] <Vexatos> Wait a second
L715[17:51:15] <JoshTheEnder> Vexatos, if your wondering how he got access he's on my team :P
L716[17:51:26] <Vexatos> k
L717[17:51:36] <Vexatos> .openprg
L718[17:51:42] <^v> Vexatos, No updates
L719[17:51:55] <Vexatos> Yes, there are updates D:<
L720[17:52:01] <Vexatos> ping, BUG
L721[17:52:08] <Vexatos> It thinks it updat
L722[17:52:10] <Vexatos> *updated
L723[17:52:18] <Vexatos> but the repo wasn't registered yet
L724[17:52:21] <Vexatos> when it tried to
L725[17:52:28] <Vexatos> (In repos.yaml)
L726[17:52:41] <ping> :| it doesnt check for repos.yaml
L727[17:52:48] * ping slaps Vexatos for the rename
L728[17:52:52] <Vexatos> ping: Idea
L729[17:52:58] <Vexatos> ---.openprg force
L730[17:53:02] <Vexatos> To force a build
L731[17:53:09] <Vexatos> Could you do that?
L732[17:53:10] <Vexatos> or -f
L733[17:53:13] <Vexatos> or whatever
L734[17:53:32] <Kenny> ping, suggestion
L735[17:53:35] <ping> .> os.execute("openprograms.bat")
L736[17:53:43] <Vexatos> os.execute("openprograms.bat")
L737[17:53:47] <Vexatos> No
L738[17:53:49] <Vexatos> <-<
L739[17:53:53] <^v> ping, 0
L740[17:53:54] <Vexatos> That won't work
L741[17:54:00] <Kenny> have it do openprg repo and openprg
L742[17:54:01] <Vexatos> Wait
L743[17:54:02] <Vexatos> it does
L744[17:54:02] <ping> exept it just did :|
L745[17:54:05] <Vexatos> <-<
L746[17:54:28] <Vexatos> Kenny, what should be the difference?
L747[17:54:31] <Kenny> one has it check repos.yaml and the other checks in the repos
L748[17:54:45] <ping> ill just add an extra and statement .-.
L749[17:54:52] <Vexatos> Ok
L750[17:55:17] ⇨ Joins: Techokami (~Techokami@pool-173-48-7-25.bstnma.east.verizon.net)
L751[17:55:18] <ping> .> lfs.currentDir()
L752[17:55:19] <^v> ping, lua:1: attempt to call field 'currentDir' (a nil value)
L753[17:55:21] <ping> wot
L754[17:55:38] <ping> .> lfs.currentdir()
L755[17:55:39] <^v> ping, C:\A\ocbot
L756[17:55:41] <ping> good
L757[17:55:59] <ping> because i dont want batch file to fck up my cd
L758[17:56:03] <Vexatos> .openprg
L759[17:56:30] <^v> Vexatos, Updated SuPeRMiNoR2-Programs
L760[17:56:34] ⇦ Quits: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
L761[17:56:45] <ping> faild
L762[17:56:46] ⇨ Joins: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net)
L763[17:57:30] <Kenny> oh, n ow he did it. he crashed ^v hehe
L764[17:57:38] <ping> nop, that was me
L765[17:57:46] <ping> failing to ctrl-c the right window
L766[17:57:52] <Kenny> lol
L767[17:58:03] <Kenny> been there done that :)
L768[17:58:25] <Vexatos> Everyone has
L769[17:58:28] <Vexatos> some time
L770[18:01:09] <iDevelop> Anyideas, guys?
L771[18:01:35] <Kenny> a server control program
L772[18:01:55] <Vexatos> ideas for what
L773[18:02:03] <Kenny> be able to control the server from a web page
L774[18:03:32] *** alekso56 is now known as alekso56_off
L775[18:06:44] * JoshTheEnder prods Sangar
L776[18:09:17] * Kenny pokes iDevelop
L777[18:09:34] <iDevelop> Kenny: OUCH!
L778[18:09:44] <Kenny> what did you think of my idea?
L779[18:10:04] <iDevelop> Kenny: that's tough work for open source. Not worth it
L780[18:10:22] <iDevelop> :P
L781[18:10:40] <Kenny> really, i know one that was done which is opensource. development stopped on it 2 years ago
L782[18:11:04] <Kenny> i know because i was involved in writing the api and the web page
L783[18:11:13] <iDevelop> ok
L784[18:11:42] <Kenny> it was originally done for a bukkit server
L785[18:12:09] <Kenny> but i don't think there would be that much to change arouind to ahve it control a vanilla server
L786[18:14:59] <iDevelop> New idea pls
L787[18:15:58] <ping> old ^v had rcon
L788[18:16:03] <ping> it would rcon into moi server
L789[18:16:37] <ping> i could easialy put it into my current ^v and make a webpage
L790[18:17:36] <iDevelop> Guys, on ci.cil.li the download links look terrible. Tell whoever admins the site to add a {margin-bottom:10px;}
L791[18:17:38] <ping> dammit, it used async
L792[18:17:48] <JoshTheEnder> iDevelop, that's jenkins
L793[18:18:29] <ping> yeah, jenkins is ugly
L794[18:18:34] <iDevelop> JoshTheEnder: team speak maybe?
L795[18:18:36] <ping> i dont care much, because i got .j
L796[18:18:43] <JoshTheEnder> iDevelop, 2 mins
L797[18:25:52] <ping> bored, ima make a befunge IRC bot
L798[18:27:33] <Sangar> JoshTheEnder, hmm?
L799[18:28:00] *** alekso56_off is now known as alekso56
L800[18:28:28] <JoshTheEnder> Sangar, the time on the forums is like 7 or so hours out of sync
L801[18:28:42] <ping> \o/ its Sangar
L802[18:28:51] <Sangar> huh, have you yelled at SpiritedDusty yet?
L803[18:28:57] <Sangar> it's me!
L804[18:29:10] <JoshTheEnder> Sangar, no
L805[18:29:16] * JoshTheEnder prods SpiritedDusty
L806[18:29:29] <Sangar> i'm relatively clueless about the board software
L807[18:29:36] <JoshTheEnder> lol
L808[18:29:48] <iDevelop> JoshTheEnder: I'm in game
L809[18:29:49] <Kenny> Josh, I told you :P
L810[18:29:53] <JoshTheEnder> iDevelop, i know
L811[18:29:58] <iDevelop> ok
L812[18:30:14] <JoshTheEnder> Kenny, Ir7_o is away, i thought i'd poke people who are not away first
L813[18:31:51] <Sangar> oh, also, good news everyone: rewriting the screens' inner workings to make them reusable via the api didn't utterly break everything!
L814[18:32:09] <JoshTheEnder> \o/
L815[18:32:21] <Sangar> been refactoring and rewriting those for the last couple of days, once the last error was gone and it compiled again i was really surprise it just *worked* :P
L816[18:32:38] <Sangar> well. so far.
L817[18:32:51] <JoshTheEnder> "huh, it worked.... well.... okay then...."
L818[18:33:19] <ping> just realized, ^v's esolang.lua http://puu.sh/8BHr8.png
L819[18:33:21] <Sangar> yeah. you come to expect stuff to break the first time you run it after a few years of programming :D
L820[18:33:49] <Kenny> i expected that when i first started hehe
L821[18:34:03] <ping> :O
L822[18:34:16] <ping> Sangar, will it fix retarded ati glitches?
L823[18:34:23] <Sangar> the progression is usually "huh, why doesn't this work" -> "oh, i see why this doesn't work" -> "wait, why does it work?"
L824[18:34:45] <Kenny> yep
L825[18:34:47] <Sangar> ping, probably not, since it doesn't really touch the rendering code :/
L826[18:35:01] <Sangar> i want to have another go at vbos for font rendering tho, that might
L827[18:35:01] <ping> <_> the ati bugs are so weird
L828[18:35:36] <Sangar> last time i tried opengl started spewing out of memory errors... even though the test vbo was tiny -.-
L829[18:35:44] <ping> this laptop works perfectly, my desktop has some spacing between background color, and gamax has a crapload of glithes and crashes
L830[18:36:01] <Sangar> is that on all screen tiers, btw?
L831[18:36:08] <Sangar> or more present on t3 screens?
L832[18:36:12] <ping> idk, only use teir 3
L833[18:36:21] <Sangar> in which case it might be related to the display list complexity...
L834[18:36:56] ⇨ Joins: Josh|InGame (~ImACat@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net)
L835[18:37:22] <Sangar> i'm this close to getting some cheap ati card in the hopes of being able to reproduce it...
L836[18:41:40] <Kenny> I could possibly test it Sangar. My mobo has onboard ATI graphics
L837[18:42:17] <Kenny> it would simply be a case of rebooting and changing an BIOS setting
L838[18:42:51] <Sangar> thanks for the offer, i really appreciate it, but i'd like to be able to potentially debug this step by step, so that's not really an option
L839[18:43:07] <Kenny> okey dokey
L840[18:43:31] <Kenny> i'm not even sure what the onboard graphics equate to hehe
L841[18:43:41] <Sangar> i'll probably make a poll in the issue on github to see which cards people have these issues on, to get a good selection.
L842[18:43:55] <Sangar> (and, hopefully, cheap one :P)
L843[18:44:05] <Kenny> that sounds like a good idea
L844[18:44:26] <Kenny> gives yhou a cross selection and tells you wjether it is older or newer cards
L845[18:44:33] <Kenny> whether*
L846[18:45:00] <Sangar> yeah
L847[18:45:11] <Kenny> got my 2nd monitor last thurs :)
L848[18:45:25] <Kenny> now i'm spoiled. i need another 32" lol
L849[18:46:36] <Kenny> and CompViewer has updated.
L850[18:46:57] <Kenny> CompInfo now includes the functions for BigReactors
L851[18:47:13] <Kenny> and his newest version works just fine with OC
L852[18:47:51] <Kenny> he even included OC support on the turbines he added to the mod
L853[18:57:13] <Sangar> nice. i had a 30" a while back, but i'm pretty happy with my 27" now (also has 2560 resolution, which is the deciding factor after all)
L854[18:57:57] <ping> Dx moi desktop has 1024x768
L855[18:59:32] <Sangar> i pity you
L856[19:00:27] <Sangar> my laptop has that. i can't really *work* on it :/ it's ok for reading and looking stuff up quickly, but actual coding... i need that space. so spoiled :/
L857[19:03:36] <Csstform> Mine is something small like that too
L858[19:10:52] ⇨ Joins: Kodos (webchat@108-226-6-195.lightspeed.stlsmo.sbcglobal.net)
L859[19:11:20] *** Death|Away is now known as PrincessDeath
L860[19:14:16] <ping> :O i have successfuly memorized powers of two up to 17
L861[19:15:07] <PrincessDeath> 2 4 8 16 32 64 128 256 512 1024 2048 4096 8192 That's as high as I can go by memory
L862[19:15:16] <PrincessDeath> so, up to 13
L863[19:15:45] ⇨ Joins: ShadowKatStudios_ (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L864[19:16:00] <ping> 2 4 8 16 32 64 128 256 512 1024 2048 4096 8192 16384 32768 65536 131072
L865[19:16:47] <ping> .l for l1=1,17 do print(2^l1) end
L866[19:16:47] <^v> ping, 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096 | 8192 | 16384 | 32768 | 65536 | 131072 | nil
L867[19:18:00] ⇦ Quits: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au) (Ping timeout: 190 seconds)
L868[19:18:13] *** ShadowKatStudios_ is now known as ShadowKatStudios
L869[19:19:10] *** PrincessDeath is now known as Death
L870[19:21:09] ⇨ Joins: Noiro (~noiro@c-76-17-27-99.hsd1.ga.comcast.net)
L871[19:32:09] <SuPeRMiNoR2> $help
L872[19:32:38] <SuPeRMiNoR2> $help
L873[19:32:38] <SuperBot> SuPeRMiNoR2, 01ce2
L874[19:32:42] <SuPeRMiNoR2> -_-
L875[19:32:43] <ping> SuPeRMiNoR2, http://oc.cil.li/index.php?/topic/79-oc-bot-commands/?p=318
L876[19:33:32] ⇦ Quits: Noiro (~noiro@c-76-17-27-99.hsd1.ga.comcast.net) (Quit: Leaving)
L877[19:34:46] <Kenny> 262144
L878[19:35:05] <SuPeRMiNoR2> $help
L879[19:35:05] <SuperBot> SuPeRMiNoR2, http://sm2.noip.me/01ce2
L880[19:35:05] <Kenny> 524288
L881[19:35:19] <SuPeRMiNoR2> i give up for now
L882[19:35:22] <JoshTheEnder> lol 404 SuPeRMiNoR2
L883[19:36:27] <SuPeRMiNoR2> not sure why
L884[19:36:29] <SuPeRMiNoR2> lol
L885[19:36:44] <SuPeRMiNoR2> oh right
L886[19:36:52] <SuPeRMiNoR2> $help
L887[19:36:52] <SuperBot> SuPeRMiNoR2, http://sm2.noip.me/r/01ce2
L888[19:37:02] <SuPeRMiNoR2> i apparently forgot my own system
L889[19:37:39] *** Csstform is now known as Csst|Masterball
L890[19:37:41] <ping> oh god
L891[19:37:44] <ping> dat logo ;-;
L892[19:38:44] *** Csst|Masterball is now known as Csstform
L893[19:38:45] <Kenny> so post it on the forum and don't say that's all it can do. i know better
L894[19:38:58] <Kenny> $slap SuPeRMiNoR2
L895[19:38:58] * SuperBot slaps SuPeRMiNoR2 around a bit with a rusty nail
L896[19:39:05] <SuPeRMiNoR2> that all the stuff it can do for everyone in #oc
L897[19:39:13] <Kenny> post it onm the forum
L898[19:39:17] <SuPeRMiNoR2> fine
L899[19:39:46] <Kenny> what the fucks is with you that you think you are exempt from what everyone else does
L900[19:40:29] <SuPeRMiNoR2> i have not posted it on the fourm yet, because i need to find my password and stuff
L901[19:40:33] <SuPeRMiNoR2> i am getting around to it though
L902[19:40:58] <Kenny> you weren't trying to fiond your password you were busy setting the help link top your websiter
L903[19:42:47] <ping> O.o User-Agent: Willow Internet Crawler by Twotrees V2.1
L904[19:42:52] <ping> someone be crawling
L905[19:42:58] <Death> Fuck Twotrees.
L906[19:43:13] <Death> Their proxy software blocks all .tk domains
L907[19:43:52] <ping> ah, explains why it was crawling my .tk
L908[19:44:16] <Death> They flag all .tk domains with unsafe.
L909[19:44:32] <Death> I even have csstform.tk (for Csstform) and it blocked that
L910[19:44:36] <Death> There was 0 records
L911[19:44:44] <Death> it's just every single .tk.
L912[19:44:48] ⇨ Joins: Cazzar (~me@203-129-25-172.cust.aussiebb.net)
L913[19:45:16] <ping> because people use it for malware and shit
L914[19:45:17] *** Cazzar is now known as Guest72333
L915[19:46:14] <Kenny> no wonder. it's run thru Windstream and sorry as ISP
L916[19:46:20] <Kenny> a*
L917[19:47:34] <ping> Willow Internet Crawler is a web content filtering bot for schools and other organizations who want to keep students or workers safe on the web.
L918[19:47:57] ⇦ Quits: Guest72333 (~me@203-129-25-172.cust.aussiebb.net) (Ping timeout: 186 seconds)
L919[19:48:01] <Death> yeah.
L920[19:48:07] <Death> and it's evil for blocking all .tk domains
L921[19:48:18] <ping> :|
L922[19:48:24] <Kenny> ping who wrote 2048?
L923[19:48:25] <ping> just bypass dns
L924[19:48:31] <ping> .2048
L925[19:48:31] <^v> ping, http://gabrielecirulli.github.io/2048/
L926[19:48:45] <ping> http://gabrielecirulli.com/
L927[19:48:48] <ping> him apparently
L928[19:49:06] <Kenny> i asked who wrote it, because the bastard has put an ad for the android app that fucks up the game...
L929[19:49:23] <Kenny> supposedly has a close button but it doesn't close
L930[19:51:44] ⇨ Joins: Noiro (~noiro@c-76-17-27-99.hsd1.ga.comcast.net)
L931[20:05:38] <Kenny> channel rules were modified. The only change was to adding abusing bot commands to rule #2
L932[20:06:09] <Kenny> it now reads: 2. No making a bot spam the channel or abusing bot commands.
L933[20:07:44] *** vifino is now known as cake
L934[20:07:45] <JoshTheEnder> Kenny, i think the 2nd offence should be that the bot they were abusing will ignore them permanently in this channel ( not sure if ^v is able to ignore users < Ping )
L935[20:09:19] <Kenny> modified that concept. Second Offense: person will be ignored by all bots in the channel
L936[20:09:46] <Kenny> sound ok?
L937[20:10:00] *** Death is now known as Death|Away
L938[20:12:09] ⇨ Joins: Gopher (~Gopher@135.sub-174-251-97.myvzw.com)
L939[20:15:09] <JoshTheEnder> yup
L940[20:15:23] ⇨ Joins: LunarAmy (webchat@cpe-24-210-223-235.neo.res.rr.com)
L941[20:15:26] <JoshTheEnder> aparrently my ingame message never came through...
L942[20:15:33] <Josh|InGame> test
L943[20:15:42] <Kenny> possibly
L944[20:15:42] <Josh|InGame> ohh, sent it to the wrong place ¬_¬
L945[20:15:51] <Josh|InGame> $slap me
L946[20:15:52] * SuperBot slaps me around a bit with a spear
L947[20:15:56] <Josh|InGame> lol
L948[20:16:07] <SuPeRMiNoR2> sigh... time to add features
L949[20:16:30] <Csstform> $slap Josh|InGame
L950[20:16:30] * SuperBot slaps Josh|InGame around a bit with a large trout
L951[20:17:16] *** Csstform is now known as Csst|Masterball
L952[20:18:15] <Kenny> ¬¬-
L953[20:18:51] <Kenny> ¬¬_
L954[20:18:56] <Kenny> that works hehe
L955[20:19:57] *** Death|Away is now known as PrincessDeath
L956[20:20:08] <Kenny> ¬¬_ smoke one for me :)
L957[20:20:16] <Kenny> there you go Josh lol
L958[20:20:19] <Josh|InGame> no thanks, i dont smoke
L959[20:20:33] <iDevelop> Hey guys
L960[20:20:39] <Kenny> sometimes i wonder :P
L961[20:20:39] <iDevelop> Any ideas what's wrong with this?
L962[20:20:40] <iDevelop> local banned = {".",","\\","/","?","=","+","_",">","<","!","@","#","$","%","^","&","*","(",")","\{","\}","[","]","\"","'",";",":"};
L963[20:21:35] <iDevelop> Error: https://www.dropbox.com/s/5vs3m9hjgc6sx79/Screenshot%202014-05-06%2020.21.26.png
L964[20:22:11] <Kenny> you have \ in there twice but no escape on the second one
L965[20:22:42] <iDevelop> OHHHHHhhhh, I didn't see that
L966[20:22:53] *** PrincessDeath is now known as Death|Away
L967[20:23:06] <Kenny> also the second time is "\""
L968[20:23:21] <Kenny> like you are attempting to ban the "
L969[20:23:30] <iDevelop> Removed it
L970[20:23:36] <iDevelop> yeah
L971[20:23:42] <iDevelop> I am trying to ban "
L972[20:25:23] <Kenny> i see the issue, look at the very beginning: you have ".", ", "\\"
L973[20:25:28] <ping> "\{","\}"
L974[20:25:29] <Kenny> you have a single "
L975[20:25:34] <ping> you dont need to escape those
L976[20:25:35] <Kenny> between commas
L977[20:26:00] <Kenny> i see the issue, look at the very beginning: you have ".", ", "\\"
L978[20:26:00] *** Alex_hawks is now known as Alex_hawks|Sleep
L979[20:26:09] <Kenny> you have a single "
L980[20:26:12] <Kenny> between commas
L981[20:26:22] *** cake is now known as vifino
L982[20:26:29] <Kenny> that WILL error
L983[20:26:54] <iDevelop> derp
L984[20:26:57] <iDevelop> didn't see it
L985[20:27:19] <iDevelop> hehe
L986[20:27:22] *** vifino is now known as google
L987[20:27:24] *** alekso56 is now known as alekso56_off
L988[20:27:47] <Kenny> i didn't either initially till i started to break it down piece by piece
L989[20:27:50] *** Death|Away is now known as PrincessDeath
L990[20:28:08] <Josh|InGame> bah, cant wait till 1.8 to get a resource pack that adds 3d doors
L991[20:29:08] <iDevelop> I changed it to ".",","
L992[20:29:10] *** PrincessDeath is now known as Death
L993[20:29:23] <iDevelop> that's a {girl dog} to see
L994[20:29:50] <ping> .ignore *!~ImACat@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net
L995[20:29:50] <^v> ping, Ignored.
L996[20:29:55] <ping> Josh|InGame, try .ping
L997[20:30:00] <Kodos> Ping, who's dat
L998[20:30:09] <Josh|InGame> .ping
L999[20:30:14] <ping> \o/
L1000[20:30:24] <JoshTheEnder> it did nothing... :P
L1001[20:30:31] <ping> .unignore *!~ImACat@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net
L1002[20:30:31] <^v> ping, Unignored.
L1003[20:30:35] <ping> try now
L1004[20:30:40] <Josh|InGame> .ping
L1005[20:30:43] <Josh|InGame> cool
L1006[20:30:44] <ping> o.o
L1007[20:30:45] <SuPeRMiNoR2> $slap me
L1008[20:30:45] * SuperBot slaps SuPeRMiNoR2 around a bit with a hot coal
L1009[20:31:01] <Kenny> iDevelop: also shouldn't "'" be "\'" escaping it?
L1010[20:31:08] *** google is now known as vifino
L1011[20:31:16] <ping> Kenny, nop
L1012[20:31:16] <JoshTheEnder> ping, this is what i see ingame http://puu.sh/8BQcd.jpg
L1013[20:31:23] <Kenny> as both " and ' are used for print statments
L1014[20:31:23] <ping> "'" == '"'
L1015[20:31:39] <ping> JoshTheEnder, makes sence
L1016[20:32:07] <ping> cannawt speel
L1017[20:32:27] <Kodos> So, I'm about to go afk and have some real fun
L1018[20:32:51] <Kodos> My stepdad rigged up a riding mower for me to use since our lawn is overgrown
L1019[20:33:21] <JoshTheEnder> lol
L1020[20:33:36] <Kodos> Keep in mind, I still don't have use of my legs yet, and have been in a wheelchair for a couple weeks now
L1021[20:36:01] <Kenny> Kodos, what happened
L1022[20:36:27] <Kodos> Car accident. Some idiot was texting and driving and ran a redlight, nailing my front end
L1023[20:36:33] <Kodos> If I'd have been going 2 MPH faster, I'd have died
L1024[20:36:45] <Kodos> Due to being T-Boned right into my door
L1025[20:37:00] <Kenny> damn, not good
L1026[20:37:21] <Kodos> Broke my Right thighbone and left calfbones
L1027[20:37:41] <Kodos> There are no words to describe the feeling of the sensation of your legbones breaking
L1028[20:37:44] <Kenny> you going to be able to get up and move around again?
L1029[20:37:58] <Kodos> Yeah, doc says I'll walk in a few months from the way it's looking
L1030[20:38:02] <Kodos> It was a clean break, luckily
L1031[20:38:09] <Kenny> thank god
L1032[20:38:34] <Kodos> Thankfully my legs are mostly muscle, so the damage was minimal
L1033[20:38:39] ⇦ Quits: septi25 (~zandemax@178-27-187-84-dynip.superkabel.de) (Read error: Connection reset by peer)
L1034[20:38:42] <Kenny> and i know about broken bones. not leg but i've had both wrists broken
L1035[20:38:48] <ping> .ignore Kenny
L1036[20:38:48] <^v> ping, Ignored *!*@thatjoshgreen.me
L1037[20:38:52] <ping> .unignore Kenny
L1038[20:38:52] <^v> Oh noes! http://71.238.153.166/paste/G5LAL.txt
L1039[20:38:53] <JoshTheEnder> urmm
L1040[20:38:54] <ping> o.o
L1041[20:39:02] <Kodos> I clotheslined my cousin when we were little
L1042[20:39:06] <Kodos> GOt a hairline fracture from it
L1043[20:39:07] <Kodos> lol
L1044[20:39:31] <ping> .unignore Kenny
L1045[20:39:31] <^v> ping, Ignore unchanged.
L1046[20:39:35] <ping> .-.
L1047[20:39:37] <ping> well okay
L1048[20:40:17] <Kenny> ping, you do realize that there are serveral of us at thatjoshgreen.me
L1049[20:40:21] <ping> yup
L1050[20:40:29] <ping> you can also specify account
L1051[20:40:37] <JoshTheEnder> Kenny, currently only me, you and EnderBot are on it
L1052[20:40:38] <ping> .ignore $a:Kenny
L1053[20:40:38] <^v> ping, Ignored $a:Kenny
L1054[20:40:42] <Kenny> .ping
L1055[20:40:51] <ping> .unignore Kenny
L1056[20:40:51] <^v> ping, Unignored.
L1057[20:40:55] <Kenny> .ping
L1058[20:40:58] <ping> hmmm
L1059[20:41:09] <JoshTheEnder> shouldnt it be $A:Kenny ?
L1060[20:41:22] <JoshTheEnder> since you ignored his account
L1061[20:41:38] <ping> idk, iirc its just $a
L1062[20:41:53] <Kenny> you have to unignore the account goof ball
L1063[20:41:55] <Michiyo> espers exbans are lower case
L1064[20:42:18] * Kenny takes a 4x4 to ping
L1065[20:42:40] * Josh|InGame steals Kenny's 4x4 and drives off with it
L1066[20:42:41] <ping> it loops through the current ignores, if a nick you specify matches it it will unignore it
L1067[20:42:45] <ping> .ping Kenny
L1068[20:42:50] <ping> your client is just derp
L1069[20:43:06] <ping> <PRIVMSG Kenny :☺PING☺
L1070[20:43:08] <ping> it sent it
L1071[20:43:08] * Michiyo takes s Kenny to a 4x4
L1072[20:43:11] <Kenny> ping you damn fool, you have it ignoring the accoujnt
L1073[20:43:18] <ping> yep
L1074[20:43:31] <ping> .> serialize(admin.ignore)
L1075[20:43:31] <^v> ping, {}
L1076[20:43:31] <Kenny> 'you never unignored the accouint
L1077[20:43:36] <ping> it automatically did it
L1078[20:43:49] <Kenny> if it did why is nothing happening
L1079[20:43:52] <Josh|InGame> .ping
L1080[20:43:55] <SuPeRMiNoR2> .ping
L1081[20:43:55] <^v> Ping reply from SuPeRMiNoR2 0.16s
L1082[20:44:05] <JoshTheEnder> .ping
L1083[20:44:05] <ping> if admin.perms[txt] then txt="*!*@"..admin.perms[txt].host end
L1084[20:44:05] <^v> Ping reply from JoshTheEnder 0.36s
L1085[20:44:10] <Kenny> see it isn't removing the ignore
L1086[20:44:23] <Kenny> .ping
L1087[20:44:44] <ping> http://puu.sh/8BRjq.png its sending it .-.
L1088[20:45:46] <Kenny> why is that for SuPeRMiNoR2 and JoshTheEnder ^v replies but not for me
L1089[20:46:01] <Kenny> something is borked
L1090[20:46:06] <ping> apparently your client isnt responding
L1091[20:46:23] <JoshTheEnder> theres a fox in my garden
L1092[20:46:34] <ping> maby JoshTheEnder's bouncer is bork
L1093[20:46:54] <JoshTheEnder> ping, my bouncer doesnt do anything to pings for me or Kenny
L1094[20:47:12] <Kenny> .ping
L1095[20:47:15] <JoshTheEnder> just got a ping from john_ .....
L1096[20:47:18] <ping> ah, i made my panicbnc auto reply
L1097[20:47:49] <ping> .find host 75-170-130-129.desm.qwest.net
L1098[20:47:49] <^v> ping,
L1099[20:47:53] ⇦ Quits: Vexatos (~Vexatos@p200300556E2D1A070D7CC5F52A83EAEC.dip0.t-ipconnect.de) (Quit: Greetings from Pastry Fork, Inc. ✔)
L1100[20:47:55] <ping> .-. well idk
L1101[20:47:59] <JoshTheEnder> .unignore $a:Kenny
L1102[20:47:59] <^v> JoshTheEnder, Ignore unchanged.
L1103[20:48:03] <JoshTheEnder> hmm
L1104[20:48:39] <JoshTheEnder> .ping EnderBot
L1105[20:48:44] <JoshTheEnder> .ping Kenny
L1106[20:48:45] <Michiyo> I get no reply either
L1107[20:48:50] <JoshTheEnder> .ping JoshTheEnder
L1108[20:48:51] <^v> Ping reply from JoshTheEnder 0.19s
L1109[20:48:55] <JoshTheEnder> hmm
L1110[20:49:07] <JoshTheEnder> Michiyo, what client you using@?
L1111[20:49:10] <Michiyo> just pinged kenny directly
L1112[20:49:15] <JoshTheEnder> ah
L1113[20:49:29] <JoshTheEnder> --- Ping reply from Kenny : 0.26 second(s)
L1114[20:49:32] <JoshTheEnder> i got a reply
L1115[20:49:47] <ping> .-. i couldnt get a reply
L1116[20:50:08] <ping> might be ctcp ignored? xD
L1117[20:50:11] <JoshTheEnder> http://puu.sh/8BRML.png
L1118[20:50:12] <Michiyo> nothing here
L1119[20:50:20] <JoshTheEnder> i can get stuff fine
L1120[20:50:38] <Kenny> Michiyo, try again
L1121[20:50:41] <Kenny> .ping
L1122[20:50:56] <Kenny> Josh pinged me
L1123[20:51:05] <Kenny> i got the ping from v
L1124[20:51:30] <Kenny> and now Michiyo
L1125[20:51:46] <JoshTheEnder> .ping Kenny
L1126[20:52:01] <Kenny> but ^v eveidently isn't getting a reply from me
L1127[20:52:08] <JoshTheEnder> yeah... hmm
L1128[20:52:21] <ping> so strange
L1129[20:52:28] <Michiyo> me either lol
L1130[20:52:34] <JoshTheEnder> ok, that was useless
L1131[20:52:35] <ping> my ignore db is empty
L1132[20:52:44] *** vifino is now known as vifino|off
L1133[20:53:13] ⇨ Joins: SuPeRMiNoR2|NoBnc (~john@75-170-130-129.desm.qwest.net)
L1134[20:53:16] <SuPeRMiNoR2|NoBnc> .ping
L1135[20:53:16] <^v> Ping reply from SuPeRMiNoR2|NoBnc 0.13s
L1136[20:53:30] <JoshTheEnder> .ping SuPeRMiNoR2
L1137[20:53:31] <^v> Ping reply from SuPeRMiNoR2 0.15s
L1138[20:53:36] <Michiyo> .ping
L1139[20:53:37] <^v> Ping reply from Michiyo 0.44s
L1140[20:53:39] <SuPeRMiNoR2|NoBnc> .ping
L1141[20:53:39] <^v> Ping reply from SuPeRMiNoR2|NoBnc 0.12s
L1142[20:53:45] <JoshTheEnder> .ping Kenny
L1143[20:53:47] <JoshTheEnder> meh
L1144[20:53:51] <SuPeRMiNoR2|NoBnc> odd
L1145[20:53:54] ⇦ Quits: SuPeRMiNoR2|NoBnc (~john@75-170-130-129.desm.qwest.net) (Client Quit)
L1146[20:54:00] <Michiyo> lol.
L1147[20:54:25] <ping> yeah idk, not that big of a deal Dx
L1148[20:54:45] ⇦ Quits: Porygon (~Porygon@198.52.199.35) (Ping timeout: 186 seconds)
L1149[20:54:51] *** Death is now known as Death|Away
L1150[20:55:00] ⇨ Joins: Kenny|Offline (~Kenny@2602:306:ce9e:5150:e594:d808:a78a:ecaa)
L1151[20:55:13] <ping> :O ipv6
L1152[20:55:29] <JoshTheEnder> i wish DO would add ipv6 support
L1153[20:55:36] <Kenny> .ping Kenny|Offline
L1154[20:55:55] <Kenny> no clue. i know it isn't the bouncer causing the issue
L1155[20:55:57] <JoshTheEnder> Kenny, you sure your not ignoring stuff from ^v on your end
L1156[20:56:29] <Kenny> if i were i wouldn't see the ping replies for you, SuPeRMiNoR2 and the rest
L1157[20:56:37] <JoshTheEnder> hmm
L1158[20:56:47] <JoshTheEnder> ping, tried restarting ^v?
L1159[20:56:53] <ping> yep
L1160[20:56:57] <JoshTheEnder> hmm
L1161[20:56:58] <ping> its clearly sending it
L1162[20:58:03] ⇨ Joins: GhostBuster (~tinyirc@2602:306:ce9e:5150:e594:d808:a78a:ecaa)
L1163[20:58:12] <Kenny> .ping GhostBuster
L1164[20:58:27] <Kenny> it's got to be due to my isp or router
L1165[20:58:54] <Kenny> i'm in here with 2 different clients thru esper and thatjoshgreen
L1166[20:59:08] <Kenny> and nothing is being sent back
L1167[20:59:17] <EnderBot> Kenny, i dont see how since it only seems to be ^v not getting the reply from you, everything else works
L1168[20:59:18] <ping> o.o
L1169[20:59:22] <EnderBot> whoops wrong tab
L1170[20:59:29] <JoshTheEnder> there
L1171[20:59:48] ⇦ Quits: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
L1172[20:59:56] * EnderBot dances
L1173[20:59:57] ⇨ Joins: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net)
L1174[21:00:02] <Kenny> so there must be something with ^v that is causing it
L1175[21:00:03] * EnderBot stops dancing
L1176[21:00:08] <Kenny> .ping GhostBuster
L1177[21:00:19] <JoshTheEnder> .ping Kenny JoshTheEnder
L1178[21:00:19] <^v> Ping reply from JoshTheEnder 0.32s
L1179[21:00:41] <JoshTheEnder> .ping Kenny JoshTheEnder EnderBot
L1180[21:00:41] <^v> Ping reply from JoshTheEnder 0.33s
L1181[21:01:14] <EnderBot> does it not take multiple args?
L1182[21:01:34] <JoshTheEnder> .ping EnderBot
L1183[21:01:43] <JoshTheEnder> hmm
L1184[21:01:59] <JoshTheEnder> ahh, ctcp flood just kicked in on EnderBot
L1185[21:02:24] <Kenny> .ping
L1186[21:02:39] <JoshTheEnder> that shouldnt cause an issue with Kenny cause that module is not loaded for him
L1187[21:02:45] <Kenny> that still isn't the case. i just disabled flood protection
L1188[21:03:17] <GhostBuster> .ping Kenny
L1189[21:03:28] ⇦ Quits: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net) (Remote host closed the connection)
L1190[21:03:37] <GhostBuster> i'm showing an incoming ping from ^v
L1191[21:03:37] ⇨ Joins: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net)
L1192[21:03:46] <GhostBuster> .ping Kenny
L1193[21:03:54] <GhostBuster> it don't mater
L1194[21:04:05] ⇦ Quits: GhostBuster (~tinyirc@2602:306:ce9e:5150:e594:d808:a78a:ecaa) (Quit: don't you wish you were me)
L1195[21:04:10] <ping> well im asserting all my sends now, so if its a luasocket issue i will know
L1196[21:04:28] ⇦ Quits: Kenny|Offline (~Kenny@2602:306:ce9e:5150:e594:d808:a78a:ecaa) ()
L1197[21:04:46] <Kenny> .ping
L1198[21:05:01] <Kenny> no idea what's causing it
L1199[21:07:43] <JoshTheEnder> meh
L1200[21:08:02] <JoshTheEnder> Kenny, try .lua return"hi"
L1201[21:08:53] <Josh|InGame> .lua return ("hi")
L1202[21:08:53] <^v> Josh|InGame, hi
L1203[21:09:01] <ping> .> hook.queue("raw",":Kenny!Kenny@thatjoshgreen.me PRIVMSG #oc :.lua return \"hi\"")
L1204[21:09:01] <^v> Kenny, hi
L1205[21:09:01] <^v> ping, nil
L1206[21:09:12] <Kenny> .lua return "hi"
L1207[21:09:12] <^v> Kenny, hi
L1208[21:09:52] <Kenny> had an armful of cat
L1209[21:10:03] <Josh|InGame> will unmute when family dissapere
L1210[21:10:16] <Kenny> he decided he wanted to climb on my shoulder and lay down
L1211[21:10:23] <Josh|InGame> ¬_¬ wrong place again
L1212[21:14:13] * ping hands Josh|InGame and invisibility potion
L1213[21:14:34] <iDevelop> anyone wanna play w/ me and JoshTheEnder?
L1214[21:15:06] <Kenny> not into guys :P
L1215[21:15:14] <iDevelop> on mc
L1216[21:15:16] <Josh|InGame> kenny shut it :P
L1217[21:15:32] <iDevelop> And, Kenny, that's too bad. Guys are sweet.
L1218[21:15:37] <Kenny> i couldn't resist hehe
L1219[21:15:47] * Josh|InGame just uploaded a screenshot: http://imgur.com/ujsf08A
L1220[21:16:09] <Kenny> to each his/her own
L1221[21:16:35] <Kenny> but if you think saying that woujld get my goat, think again :P
L1222[21:18:13] <iDevelop> So, anyone wanna play?
L1223[21:18:17] <Kenny> going afk for a bit
L1224[21:18:19] *** Kenny is now known as Kenny|AFK
L1225[21:19:29] <JoshTheEnder> ok]
L1226[21:20:00] ⇨ Joins: Maxwolf (labs@madsciencemod.com)
L1227[21:20:00] zsh sets mode: +v on Maxwolf
L1228[21:29:25] ⇨ Joins: ShadowKatStudios_ (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L1229[21:29:25] ⇦ Quits: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au) (Read error: Connection reset by peer)
L1230[21:29:27] *** ShadowKatStudios_ is now known as ShadowKatStudios
L1231[21:32:47] <iDevelop> ShadowKatStudios:
L1232[21:33:05] <iDevelop> Can you join the server and help me get started with sks-os?
L1233[21:33:50] <Kodos> Back now :3
L1234[21:33:52] <Kodos> That was easy
L1235[21:34:18] <ping> i gawt a server
L1236[21:34:23] <ping> but i are all alone
L1237[21:42:42] <iDevelop> ping: join us if you like
L1238[21:42:52] <ping> ip, mods?
L1239[21:43:21] <iDevelop> http://ilikephp.no-ip.biz/demmodstho
L1240[21:43:30] <iDevelop> ilikephp.no-ip.biz:25566
L1241[21:43:32] <ping> D: php?
L1242[21:43:35] <iDevelop> gimme your username
L1243[21:43:47] <ping> infinikiller64
L1244[21:45:04] <iDevelop> added
L1245[21:47:29] <JoshTheEnder> .wiki event.pull
L1246[21:47:30] <^v> JoshTheEnder, event.pull([timeout: number], [name: string], ...):string,... This, besides os.sleep() should be the primary way for programs to "yield". This function can be used to await signals from the queue, while having unrelated signals dispatched as events.
L1247[21:48:22] *** Sorroko is now known as Sorroko_Off
L1248[21:50:26] <ping> iDevelop, no computronics, openperipheral, or immibis'?
L1249[21:51:06] <ping> and your server is slow
L1250[21:51:19] <Josh|InGame> i have to admit, computronics would be nice
L1251[21:51:20] <ping> for url in http.request("http://ilikephp.no-ip.biz/demmodstho&quot;):gmatch('"%[ %]"></td><td><a href="(.-)"') do assert(io.open("mods/"..url,"wb")):write(({http.request("http://ilikephp.no-ip.biz/demmodstho/&quot;..url)})[1]) end
L1252[21:51:26] <ping> this is taking forever
L1253[21:53:38] <ping> again, EWW PHP
L1254[21:53:53] <iDevelop> at some point, I'll host the mods on my dedi server
L1255[21:54:14] <ping> its called compression
L1256[21:54:28] <ping> it makes mods like 60% smaller
L1257[21:54:33] <iDevelop> lel
L1258[21:54:40] <iDevelop> i r evil
L1259[21:55:19] <JoshTheEnder> irc clinet is drunk... http://puu.sh/8BX9F.png
L1260[21:55:40] <ping> finnaly finished downloading
L1261[21:55:55] ⇨ Joins: Porygon (~Porygon@198.52.199.35)
L1262[21:56:53] <ping> 13.4 MB to 10MB
L1263[21:57:04] <ping> meh
L1264[21:57:15] <ping> my mods had a higher compression ratio
L1265[21:57:29] ⇦ Quits: Lumien (~lumien@p4FED46E6.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L1266[21:58:37] <PixelToast> do you like
L1267[21:58:38] <PixelToast> mudkips?
L1268[21:59:08] <ping> no
L1269[22:02:26] <Kenny|AFK> what mod has the drawbridge in it?
L1270[22:02:28] <ping> iDevelop, ip?
L1271[22:02:36] <iDevelop> up there ^^
L1272[22:02:51] <Kenny|AFK> ilikephp.no-ip.biz:25566
L1273[22:04:01] <ping> \o/ banned
L1274[22:04:24] <iDevelop> Don't join just to talk sh#t.
L1275[22:04:48] <ping> i joined to paly
L1276[22:05:19] <Kenny|AFK> iDevelop: bans work both ways
L1277[22:05:27] <iDevelop> You joined, and complained, then said "php is a shit language".
L1278[22:05:36] <Kenny|AFK> he didn't even have time to starft playing the game and ytou ban him
L1279[22:05:55] <Kenny|AFK> so what, then you'r a dick
L1280[22:06:16] <iDevelop> Kenny|AFK: he came in, and started complaining and swearing. He got banned.
L1281[22:06:18] <iDevelop> His fault.
L1282[22:06:21] <ping> i absolutely hate php .-.
L1283[22:06:27] <ping> i said one line
L1284[22:06:35] <Kenny|AFK> !kick iDevelop how does it feel to have someone treat you like you treat others
L1285[22:06:36] *** iDevelop was kicked by zsh ((Kenny|AFK (Kenny)) how does it feel to have someone treat you like you treat others))
L1286[22:06:48] <ping> ._.
L1287[22:06:56] <Kenny|AFK> i dind't ban him
L1288[22:06:56] <ping> that escilated waaaay too quickly
L1289[22:07:12] * ping continues coding
L1290[22:07:13] <ping> .drama
L1291[22:07:14] <^v> ping, ChickenBones claims MortTech causes adf.ly when used with Logistics Pipes
L1292[22:07:22] <ping> > causes adf.ly
L1293[22:07:27] ⇨ Joins: iDevelop (~iDevelop@94.3.252.170)
L1294[22:07:34] <Kenny|AFK> but i'm not gonna sit here and watch him ask yo to play and less than 2 minutes on his server he bans you
L1295[22:07:35] <iDevelop> Kenny|AFK: no need to be immature.
L1296[22:07:51] <Kenny|AFK> me immature? you were the ass
L1297[22:07:57] <iDevelop> He was too.
L1298[22:08:00] <Kenny|AFK> i just did you like you did ping
L1299[22:08:18] <Josh|InGame> kenny..... ewww......
L1300[22:08:19] <iDevelop> Kenny|AFK: I had a reason to. And a fair one at that.
L1301[22:08:28] <Kenny|AFK> not it wasn't
L1302[22:08:36] <iDevelop> It was.
L1303[22:08:49] <Kenny|AFK> there was nothing fair about banning him simply because he said he didn't like php
L1304[22:08:50] <iDevelop> He came in, and instantly started swearing and complaining.
L1305[22:08:56] <iDevelop> HE SWORE TOO.
L1306[22:09:03] <Josh|InGame> boo fucking hoo
L1307[22:09:04] <Kenny|AFK> i swear all the fucking time
L1308[22:09:04] <ping> .-. php is a shit language
L1309[22:09:15] ⇦ Parts: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net) (stahp))
L1310[22:09:24] <iDevelop> Ugh.
L1311[22:10:04] <Kenny|AFK> not only that, earlier today you acted like my suggestion was basically a shit idea...
L1312[22:10:16] <Kenny|AFK> did you see me get immature and ban you for what you said
L1313[22:10:31] <JoshTheEnder> Kenny|AFK, he just banned me and SuPeRMiNoR2 from his TS and server so meh, fuck it
L1314[22:10:45] <Kenny|AFK> !kickban iDevelop
L1315[22:10:46] *** iDevelop was kicked by zsh ((Kenny|AFK (Kenny)) No reason given))
L1316[22:11:06] <Kenny|AFK> he wants to be immatire, we don't need him here
L1317[22:11:32] ⇨ Joins: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net)
L1318[22:11:39] <ping> JoshTheEnder, i know, but im lazy
L1319[22:12:04] <ping> dont feel like moving hand three inches from keyboard
L1320[22:12:33] <JoshTheEnder> i get his actions on ping to some extent, but yeah. the random banning of me and SuPeRMiNoR2 from both his server and TS is just being a disk move since SuPeRMiNoR2 didnt do anything and i just said 'boo fucking who'
L1321[22:12:47] <JoshTheEnder> meh, i'll give it a day before he asks to be unbanned
L1322[22:13:03] <ping> working on my async functions
L1323[22:13:04] <JoshTheEnder> saying he 'overreacted' or some bullshit
L1324[22:14:22] <ping> i think php sucks because its infinitely infirior to what i have now
L1325[22:14:44] <Kenny|AFK> he already pm'ed me
L1326[22:14:52] <Kenny|AFK> and started talking shit
L1327[22:15:40] <Kenny|AFK> i'm thinking he was only here to get an idea for something to build/develop because he's too stupid to think of anything himself
L1328[22:16:11] <ping> hopefully he grows up into something less stupid
L1329[22:16:32] <Kenny|AFK> oh, ping, guess you missed him getting kick/banned hehe
L1330[22:16:33] <JoshTheEnder> i doubt that...
L1331[22:16:35] <JoshTheEnder> http://puu.sh/8BYMS.txt
L1332[22:16:56] <ping> yeah i have logs
L1333[22:17:23] <Kenny|AFK> Josh, make sure to hold on to that
L1334[22:17:38] <JoshTheEnder> ohh, he mentiond you Kenny|AFK, want me to paste more?
L1335[22:17:45] <Kenny|AFK> I may need to show some verification of his actions and my reason for doing what i did
L1336[22:17:51] <Kenny|AFK> yeah
L1337[22:18:07] <Kenny|AFK> i imagine he called me a few choice names
L1338[22:19:51] <JoshTheEnder> Sangar, you arround?
L1339[22:20:20] <JoshTheEnder> or Ir7_o / SpiritedDusty
L1340[22:21:22] <JoshTheEnder> https://docs.google.com/document/d/15lCvD5TfPC1pyiktlfUzbCZEolcIR6TrxCnUjR5Tp6I/edit
L1341[22:22:29] <ping> oh wow
L1342[22:22:36] <ping> probably a DDoS
L1343[22:22:36] <Kenny|AFK> forum is down
L1344[22:22:38] <ping> what an ass
L1345[22:22:39] <JoshTheEnder> yup
L1346[22:22:51] <Kenny|AFK> ok, we report him to an ircop
L1347[22:22:57] <ping> ill do it
L1348[22:22:58] <Porygon> script kiddie too?
L1349[22:22:58] <JoshTheEnder> ok
L1350[22:23:25] <Kenny|AFK> ping, if they want any confirmation let me know
L1351[22:23:42] <Kenny|AFK> going in as channel founder will definitely help back you up
L1352[22:24:52] ⇦ Quits: Josh|InGame (~ImACat@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net) (Read error: Connection reset by peer)
L1353[22:25:42] <Kenny|AFK> his ip tracks back to bb.sky.com
L1354[22:25:58] <Kenny|AFK> coming in out of Liverpool
L1355[22:26:15] <JoshTheEnder> he's in whales, not sure where abouts liverpool is but meh
L1356[22:26:49] <Kenny|AFK> Northern UK near the Isle of MAn
L1357[22:26:57] <JoshTheEnder> also who is currently looking at my google doc?
L1358[22:27:09] <Kenny|AFK> me
L1359[22:27:38] <Kenny|AFK> and Liverpool is just on the Northern border of Wales
L1360[22:28:21] <Kenny|AFK> near Manchester
L1361[22:28:54] <Kenny|AFK> and his name is Samuel Lewis
L1362[22:31:12] *** Biohazard is now known as `
L1363[22:31:13] <ping> JoshTheEnder, me
L1364[22:31:17] <ping> and maby some irc ops
L1365[22:32:49] <JoshTheEnder> if you guys wanna send me the stuff he's sent to you i'll add it to this file
L1366[22:33:21] <ping> ooh
L1367[22:33:23] <ping> he pmed me
L1368[22:33:24] <ping> <iDevelop> I'm having fun with http://oc.cil.li
L1369[22:33:49] <JoshTheEnder> anyone know Andre Lipke?
L1370[22:34:00] <ping> thats me
L1371[22:34:02] <JoshTheEnder> ahh
L1372[22:34:06] <JoshTheEnder> hello there :P
L1373[22:34:13] <ping> </stalk>
L1374[22:34:37] <ping> too much drama
L1375[22:34:45] <ping> im gona ignore hexchat for a little
L1376[22:35:25] <Kenny|AFK> what he said to me isn't really much. i dind't let it get that far before i ignored him
L1377[22:35:31] <JoshTheEnder> ok
L1378[22:35:56] <Kodos> Did I miss something?
L1379[22:36:15] <JoshTheEnder> Kodos, https://docs.google.com/document/d/15lCvD5TfPC1pyiktlfUzbCZEolcIR6TrxCnUjR5Tp6I/edit
L1380[22:36:23] <Kenny|AFK> he's still DDOS'ing the forum
L1381[22:36:32] <JoshTheEnder> ping, Kenny|AFK are the ops doing anything?
L1382[22:37:13] <Kenny|AFK> ping hasn't asked me to come in yet so i'm not sure
L1383[22:37:19] *** Kenny|AFK is now known as Kenny
L1384[22:37:20] <ping> irc ops cant really do anything
L1385[22:38:03] <Kenny> they can g-line him from irc for his actions. if he is being that immature and DDOS'ing the website, what's to stop him from doing the same to esper.net
L1386[22:38:55] <JoshTheEnder> Esper is generally bigger, and he's smart enough to know how to get at us in a way that'll only affect us
L1387[22:39:09] <ping> i assume they PMed him, ofc he is going to deny it
L1388[22:39:21] * JoshTheEnder pokes Ir7_o, Sangar & SpiritedDusty
L1389[22:39:50] <Porygon> is it illegal in the UK to DoS people?
L1390[22:39:58] <JoshTheEnder> yes, it is
L1391[22:39:59] <Porygon> you could threaten him with legal things
L1392[22:40:00] <ping> it is illegal anywhere to DDoS
L1393[22:40:17] <ping> gl suing him though
L1394[22:40:55] <Porygon> just report him tot he police or soemthing
L1395[22:41:13] <Kodos> Lol you make it sound so easy
L1396[22:41:23] <ping> yeah
L1397[22:41:33] <ping> you sort of need evidence
L1398[22:41:35] <Kenny> well, for me it is an international call and i don't have international on my phone
L1399[22:42:24] <Kenny> or i would call his isp and show them this log of his actions here and HIS OWN ADMISSION to messing with the forum site
L1400[22:42:57] <JoshTheEnder> Kenny, if the bouncer dies then DO destroyed it... :P
L1401[22:43:06] <ping> jees
L1402[22:43:13] <SuPeRMiNoR2> why not just send a email to sky
L1403[22:43:15] <SuPeRMiNoR2> Abuse contact for '94.0.0.0 - 94.3.255.255' is 'abuse@sky.com'
L1404[22:43:56] <ping> alright, if i never said "php is a shit language", would he still have DDoSed us?
L1405[22:44:12] <JoshTheEnder> i doubt that action alone caused it
L1406[22:44:38] <JoshTheEnder> though it probably built up and i think i lit the fuse
L1407[22:45:15] <ping> his sup concious is like "PUT THE FIRE OUT WITH GASOLINE"
L1408[22:45:37] <Kenny> it was me banning him that lit the fuse
L1409[22:46:24] <ping> chain reation it is
L1410[22:46:50] <Kenny> and when i told him i was putting him on ignore just maded it worse because it emant he wasn't going to talk his way back in
L1411[22:47:01] <Kenny> meant*
L1412[22:47:52] <Kenny> but i didn't ban him till Josh said that he had banned both gim and SuPeRMiNoR2 from the TS and server
L1413[22:48:01] <Kenny> gim/him
L1414[22:48:23] <Gopher> meh. People were dramatic. Others were dramatic in response. Drama ensued. Drama escalated.
L1415[22:48:30] <SuPeRMiNoR2> $drama
L1416[22:48:31] <SuperBot> tgame14 threatens to kick GUIpsp until they remove new ores from CraftGuide
L1417[22:48:38] <Kenny> something is going on up ythe street, po-po are up there
L1418[22:49:05] <JoshTheEnder> if only we could get the ip of the machine he's ddosing from
L1419[22:49:07] <JoshTheEnder> ....
L1420[22:49:39] <Kenny> 94.3.252.170
L1421[22:49:49] <SuPeRMiNoR2> thats his home
L1422[22:49:59] <Kenny> how do you think i tracked him
L1423[22:49:59] <JoshTheEnder> i doubt that has the power to crash it
L1424[22:50:18] <SuPeRMiNoR2> i assume he has a vps or something
L1425[22:50:26] <tgame14> drama bot?
L1426[22:50:27] <JoshTheEnder> he's stated he has a dedi
L1427[22:50:31] <SuPeRMiNoR2> kenny: did you write a GUI in visual basic to crash him? XD
L1428[22:50:38] <tgame14> yep, no important ping
L1429[22:50:53] <ping> portscan time?
L1430[22:51:04] <ping> portscan time.
L1431[22:52:07] <SuPeRMiNoR2> 91.121.98.64, it is an ovh server
L1432[22:52:09] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L1433[22:52:11] <JoshTheEnder> matrixdevuk.pw 91.121.98.64
L1434[22:52:11] <JoshTheEnder> that was his dedi, he complained about trying to set up ts on it then gave us that link
L1435[22:52:24] <ping> SuPeRMiNoR2, ill portscan that too
L1436[22:53:13] <ping> its funny, maru says shit like this isnt funny
L1437[22:53:26] <ping> coming from the person that meatspined cc
L1438[22:53:58] <ping> :O ssh
L1439[22:53:58] <ping> http://puu.sh/8C1zq.png
L1440[22:54:24] <JoshTheEnder> better yet mysql, lets crash that
L1441[22:57:03] <ping> no, ssh is best
L1442[22:59:39] <JoshTheEnder> i got to goto bed, someone send me sumarys later
L1443[23:00:31] <ping> k
L1444[23:01:03] <Kodos> Wife's dragging me to the store, I'll be back too.
L1445[23:02:45] <ShadowKatStudios> Mmm, tasty, leftover nachos
L1446[23:03:21] * ShadowKatStudios claps for immaturity from iDevelop
L1447[23:03:41] <ShadowKatStudios> He banned me apparently, even though I was still asleep. Go figure.
L1448[23:03:41] <ping> \o/ ShadowKatStudios
L1449[23:03:46] <ping> xD
L1450[23:04:00] <ping> https://docs.google.com/document/d/15lCvD5TfPC1pyiktlfUzbCZEolcIR6TrxCnUjR5Tp6I
L1451[23:04:03] <ping> le lawgs
L1452[23:04:19] <ShadowKatStudios> I saw
L1453[23:04:20] <JoshTheEnder> Back on,phone
L1454[23:04:46] <ShadowKatStudios> Wb Josh o/
L1455[23:05:01] <ShadowKatStudios> I was banned while asleep apparently.
L1456[23:05:17] <ping> he banned everyone
L1457[23:05:24] <JoshTheEnder> Yeah, he banned every one from here
L1458[23:05:44] <ShadowKatStudios> Meh, I had like a 2-second delay at best while playing on there.
L1459[23:05:46] <ping> server still being ddosed
L1460[23:05:57] <ping> :O page just loaded
L1461[23:06:06] <ping> nope, still ddos
L1462[23:06:35] <ShadowKatStudios> He figured out how to DDoS?
L1463[23:07:02] <ShadowKatStudios> :o I have to say, I'm surprised.
L1464[23:07:13] <ping> he is probably using a crappy ddos php script
L1465[23:08:34] <JoshTheEnder> I like how he's punishing a whole community just because 3\4 members upset him
L1466[23:09:16] <ping> PUT THE FIRE OUT WITH NAPALM
L1467[23:09:27] <ping> FUCK NAPALM LETS USE A NUKE
L1468[23:09:58] <JoshTheEnder> Because he could have ddosd our domains that whois shows but no, he wants to fuck the entire community
L1469[23:11:03] <ping> actually, leme see if he is ddosing me
L1470[23:11:38] <ping> nop
L1471[23:12:19] <JoshTheEnder> If he'd have ddosed my vps then it wouldnt affect me because it only affects me and Kenny
L1472[23:12:36] <JoshTheEnder> (and I could have gotten a new ip fairly easilly)
L1473[23:13:30] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L1474[23:14:37] <Kenny> it would appear they busted the drug dealers up around the corner
L1475[23:15:53] <JoshTheEnder> OC.cil.li still down,?
L1476[23:16:04] <ping> yep
L1477[23:16:04] <Kenny> nopew
L1478[23:16:14] <ping> 500 Internal Server Error
L1479[23:16:26] <Kenny> nope he is at it again
L1480[23:16:46] <Kenny> page had loaded while i was out
L1481[23:17:24] <Kenny> SuPeRMiNoR2: i couldn't do anything in VB. don't know Visual Basic
L1482[23:17:40] <Kenny> i know old school BASIC
L1483[23:17:51] <SuPeRMiNoR2> just to be clear i was joking
L1484[23:18:00] <Kenny> i know that :P
L1485[23:18:23] <Kenny> wish i could though *evil grin*
L1486[23:18:40] <JoshTheEnder> Someone who has the power to should make OC point to localhost, so when he resolves it he ddoses himself
L1487[23:18:44] *** Nentify is now known as Nentify|away
L1488[23:19:01] <ping> if Sangar was here we could redirect it to 94.3.252.170
L1489[23:19:10] <ping> fucking mind reader JoshTheEnder
L1490[23:19:15] <JoshTheEnder> Lol
L1491[23:19:32] <JoshTheEnder> Not quite but close enough
L1492[23:19:44] <ping> when freenode was DDoSed they changed some dns to 127.0.0.1
L1493[23:19:51] <JoshTheEnder> Lol
L1494[23:22:13] <JoshTheEnder> Also at some point in the future I want to set up a server for the OC community. I'll talk more details in the morning because I need phone to have enoughcharge to be an alarm
L1495[23:22:33] <JoshTheEnder> Gnight all
L1496[23:23:07] <Kenny> forum is back up
L1497[23:23:39] <Kenny> kind of. it's not getting hit as hard it seems
L1498[23:23:43] <ShadowKatStudios> Okey, I gotta run
L1499[23:23:54] <ShadowKatStudios> Seeya o/
L1500[23:23:57] <Kenny> don't run too fast
L1501[23:24:03] ⇦ Quits: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au) (Quit: School :()
L1502[23:24:14] <ping> :()
L1503[23:24:31] <Kenny> and it's back down
L1504[23:24:39] <Kenny> with an internal server error
L1505[23:24:51] <ping> yup, normal DDoS
L1506[23:27:07] <Kenny> could use the old ctcp bomb against him hehe
L1507[23:32:11] <Kenny> it's up again
L1508[23:32:40] <Kenny> this is crazy, it's up for like 20 seconds and thewn back down
L1509[23:44:52] *** Kenny is now known as Kenny|AFK
L1510[23:47:44] <SpiritedDusty> what happened
L1511[23:47:45] <SpiritedDusty> ddos?
L1512[23:48:24] <SpiritedDusty> Kenny, whats going on?
L1513[23:50:48] <ping> back
L1514[23:50:57] <ping> :D your back
L1515[23:51:20] <SpiritedDusty> ye. whats happening?
L1516[23:51:23] <ping> well anyway iDevelop got mad and banned everybody
L1517[23:51:35] <SpiritedDusty> banned everybody from...?
L1518[23:51:35] <SuPeRMiNoR2> *from his minecraft server
L1519[23:51:37] <ping> then he got so pissed at us that he DDoSed the forums
L1520[23:51:55] <SpiritedDusty> anybody got his IP? :3
L1521[23:52:12] <Porygon> oh boy
L1522[23:52:34] <ping> 94.3.252.170
L1523[23:52:57] <SuPeRMiNoR2> and he has a dedi from ovh at 91.121.98.64
L1524[23:52:57] <ping> he might be ddosing from his vps or something
L1525[23:55:41] *** dsAway is now known as ds84182
L1526[23:56:29] *** Flenix is now known as SleepyFlenix
L1527[23:57:03] <SpiritedDusty> I could of easily fixed this right now using iptables but Ir7_o doesn't trust me with SSH
L1528[23:57:28] <SpiritedDusty> so bleh.
<<Prev Next>> Scroll to Top