<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:08:32] <CompanionCube> Ariri: / cmds are actual commands
L2[00:08:57] <CompanionCube> also >IRC >avatars
L3[00:09:13] <CompanionCube> why would you even
L4[00:15:03] <Ariri> because i still use discord... and it bothers me not seeing them match
L5[00:15:15] <Ariri> but whatever
L6[00:18:17] <Ariri> %tonk
L7[00:18:17] <MichiBot> Bejabbers! Ariri! You beat Kodos's previous record of 5 hours, 24 minutes and 53 seconds (By 3 hours, 13 minutes and 28 seconds)! I hope you're happy!
L8[00:18:18] <MichiBot> Ariri's new record is 8 hours, 38 minutes and 22 seconds! Ariri also gained 0.01932 (0.00322 x 6) tonk points for stealing the tonk.
L9[00:20:57] <payonel> AmandaC: got a little time for oc?
L10[00:21:20] * CompanionCube uses compactmode in discord
L11[00:21:22] <payonel> @pentadyne you can ask me openos questions directly, btw
L12[00:21:29] <CompanionCube> so i rarely pay attention to avatars
L13[00:21:45] <pentadyne> ah
L14[00:22:20] <pentadyne> I'm actually gonna start trying to develop my own os, as an exercise in my ability to google things and learn about how an os works
L15[00:23:33] <Ariri> have fun
L16[00:29:41] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L17[02:14:56] <Ariri> https://i.imgur.com/XFJJTeV.jpg rip lol
L18[02:20:53] <Forecaster> k
L19[02:24:35] ⇨ Joins: ariri_ (ariri_!~ariri@2605:e000:1220:8039:3889:af65:2083:665c)
L20[02:26:27] ⇦ Quits: Ariri (Ariri!~ariri@2605:e000:1220:8039:3889:af65:2083:665c) (Ping timeout: 202 seconds)
L21[02:27:15] *** ariri_ is now known as Ariri
L22[02:27:33] ⇦ Parts: Ariri (Ariri!~ariri@2605:e000:1220:8039:3889:af65:2083:665c) ())
L23[02:36:25] <bauen1> %tonk
L24[02:36:25] <MichiBot> I'm sorry bauen1, you were not able to beat Ariri's record of 8 hours, 38 minutes and 22 seconds this time. 2 hours, 18 minutes and 8 seconds were wasted! Missed by 6 hours, 20 minutes and 14 seconds!
L25[02:36:37] <bauen1> how did we get all the way to 8 hours
L26[02:37:10] <Forecaster> by working together
L27[02:54:52] <bauen1> payonel: ocvm doesn't seem to redraw the screen if the screen resized
L28[02:55:23] <bauen1> so if you run in tmux and split the pane, ocvm will only redraw the screen once you start scrolling (ie. calling copy and moving everything still on frame one up)
L29[02:56:40] <bauen1> and it only appears to happen if the new screen would be smaller
L30[02:58:15] <bauen1> nvm: also appears to happen if you make it bigger
L31[03:06:28] <payonel> bauen1: yep
L32[03:07:32] <payonel> it sends a resize event to the machine, i wasn't convinced ocvm should have to redraw
L33[03:07:43] <payonel> anyways, bed time for me
L34[03:22:45] <Ariri> https://i.imgur.com/7ZLxpBQ.png should i worry about this
L35[03:22:54] <Ariri> prob not huh
L36[03:24:46] <Ariri> actually uhh
L37[03:24:47] <Ariri> https://i.imgur.com/bxlY3DI.png
L38[03:28:37] <bauen1> doesn't seem too bad
L39[03:31:10] <Ariri> oh ok
L40[03:38:35] ⇨ Joins: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L41[03:45:19] ⇨ Joins: Vexatos (Vexatos!~Vexatos@port-92-201-114-200.dynamic.qsc.de)
L42[03:45:19] zsh sets mode: +v on Vexatos
L43[03:50:59] <Kodos> https://youtu.be/czLYl4fM8yk
L44[03:50:59] <MichiBot> Goofy sings Evanescence's Bring Me to Life | length: 2m 3s | Likes: 219,628 Dislikes: 3,194 Views: 7,741,596 | by ProZD | Published On 25/4/2014
L45[03:59:06] ⇨ Joins: Inari (Inari!~Pinkishu@pD9E8EA19.dip0.t-ipconnect.de)
L46[04:15:12] <pentadyne> so I got a stack overflow error
L47[04:15:15] <pentadyne> how does that even happen
L48[04:15:33] <Forecaster> your stack overflowed
L49[04:17:11] <pentadyne> ohshoot really
L50[04:17:26] <Forecaster> I know right
L51[04:17:40] <Forecaster> no one ever suspects it
L52[04:18:00] <pentadyne> I dont even know whats causing it so rip
L53[04:19:02] <pentadyne> okay lol thanks opencomputers
L54[04:19:19] <pentadyne> it gave me an error with no indication as to where it was
L55[04:22:02] <pentadyne> its like `bad argument #1 (string expected, got nil)` and who knows where its being thrown
L56[04:26:05] <Kodos> Can you screenshot the error?
L57[04:26:28] <Kodos> Usually that means your program is expecting an argument
L58[04:27:06] <Kodos> So you'd need to code it in such a way that either the argument is optional, add a check for the argument and give a 'proper' error if one isn't present, or some such solution
L59[04:31:41] <bauen1> got normal mouse tracking mode working (vt100): https://i.imgur.com/3ySZMiK.png
L60[04:31:47] <bauen1> boy i'm starting to hate vt100
L61[04:47:52] <bauen1> payonel: ocvm also doesn't seem to have any issue with passing through escape sequences to the host
L62[04:48:24] <bauen1> eg. 'component.gpu.set(1, 1, "\27[?1000;1003;1006h")' can lead to fun
L63[04:49:59] <bauen1> see https://i.imgur.com/E4HDuWZ.png
L64[05:28:11] <its_meow> ? OC addon sometime in the next few weeks http://tinyurl.com/y4wocrk2
L65[05:29:01] <its_meow> http://tinyurl.com/yy4fghx4
L66[05:29:19] <its_meow> http://tinyurl.com/y4uaqqeb
L67[05:29:31] <its_meow> http://tinyurl.com/yxmlhwhc
L68[05:32:33] ⇦ Quits: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net) (Ping timeout: 206 seconds)
L69[05:35:28] ⇨ Joins: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net)
L70[05:57:29] <Ariri> %8ball go do a thing despite it being 4 am?
L71[05:57:30] <MichiBot> Ariri: My reply is no
L72[05:57:35] <Ariri> Thanks
L73[06:26:33] <pentadyne> `local addr = component.list(type)()` this line of code generate a stack overflow and I dont know why
L74[06:29:59] <pentadyne> I appear to have fixed it but I get the nice `bad argument #1 (number expected, got nil)` error now
L75[06:31:54] <pentadyne> nvm
L76[06:32:47] <Izaya> bauen1: your small vector fonts pain me
L77[06:32:52] ⇨ Joins: Rahix (Rahix!~Rahix@pD9FFA193.dip0.t-ipconnect.de)
L78[06:33:01] <Izaya> bitmap fonts will look better at small sizes like that
L79[06:33:07] * Izaya recommends SGI Screen
L80[07:01:12] <Inari> SGI?
L81[07:03:47] <bauen1> maybe
L82[07:03:52] <bauen1> but it's a monospace font atleast
L83[07:05:18] <AmandaC> payonel: I was asleep when you asked, but it seems to have psyically transferred into my dreams, because I dreamt that OC was maintained by some large, very strict, very beucratic company, and I got hired alongside a childhood frienammy to help you maintain it. And for some reason OC was being used by a customer for maintaining system on a cruise ship?
L84[07:07:04] <AmandaC> payonel: and you had an unsanctioned string collection, apparently
L85[07:07:22] <AmandaC> as in, the thread not the programming concept
L86[07:12:52] <Izaya> Inari: Silicon Graphics Inc
L87[07:13:29] <Vexatos> AmandaC, we at Mighty Pirates GmbH happily accept any contributions towards OC
L88[07:13:54] <AmandaC> Vexatos: okay, but I'm not wearing a superman suit and riding down the company slide face-first.
L89[07:14:11] <Vexatos> Deal.
L90[07:14:30] <Inari> REminds me
L91[07:14:39] <Inari> I wanted to look up how vectro displays work
L92[07:16:03] <Izaya> vextor graphics displays when
L93[07:30:54] ⇨ Joins: rashy (rashy!~rashdanml@d24-156-232-46.home4.cgocable.net)
L94[07:31:32] <Z0idburg> @its_meow thin monitors?
L95[07:31:39] <Z0idburg> why not a projection TV?
L96[07:36:26] <Z0idburg> lol
L97[07:37:15] <Z0idburg> AmandaC, you have strange dreams ?
L98[07:39:20] <AmandaC> indeed
L99[08:30:19] ⇨ Joins: baschdel_ (baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b)
L100[08:31:28] <Forecaster> :>
L101[08:31:31] <Forecaster> Playing Bloodstained: Ritual of the Night, and if you get a fairy familiar it will sit on your shoulder when you sit down http://tinyurl.com/y65bjy4b
L102[08:33:35] <Forecaster> Temia: ^
L103[08:34:18] <Forecaster> also when you stand still, apparently http://tinyurl.com/y29x39ke
L104[08:34:34] <Forecaster> http://tinyurl.com/y689kb5u
L105[08:49:44] ⇦ Quits: lopezt (lopezt!~Adium@v22018076567069662.quicksrv.de) (Quit: Leaving.)
L106[09:10:16] <Temia> Yaaaaaass c:
L107[09:10:21] <Temia> Based Iga
L108[09:10:51] <Inari> Heh
L109[09:10:57] <Inari> %pet Temia
L110[09:11:04] <Inari> %pet Temia
L111[09:15:03] ⇦ Quits: Rahix (Rahix!~Rahix@pD9FFA193.dip0.t-ipconnect.de) (Remote host closed the connection)
L112[09:23:20] <Inari> %pet Temia
L113[09:23:23] <Inari> D:
L114[09:23:24] <Inari> Come on!
L115[09:23:28] <Inari> %pet Temia
L116[09:23:29] * MichiBot pets Temia with a tentacle moat. 4 health gained!
L117[09:23:34] <Inari> Worth it
L118[09:23:39] <Bob> %bap MichiBot
L119[09:23:39] * MichiBot smacks Bob
L120[09:23:43] <Temia> D:
L121[09:23:51] <Inari> Temia: Don't worry
L122[09:23:56] <Inari> It's all consentacly
L123[09:25:13] <Temia> Oh
L124[09:25:49] * Temia is lifted back out because she clearly is saying no. With her axe and everything.
L125[09:26:00] <Inari> Poor tentacles
L126[09:26:18] <Inari> Don't worry
L127[09:26:28] <Inari> We have a soundproof cover, you can enjoy your time and we'll never know
L128[09:26:31] <Temia> They got the idea before I could get choppy
L129[09:26:43] <Temia> You, on the other hand...
L130[09:26:46] <Inari> D:
L131[09:26:50] * Inari runs
L132[09:26:51] <Temia> +_+
L133[09:27:04] * Temia charges!
L134[09:27:13] <Inari> Thats an unfair competition
L135[09:27:37] * Inari trips and rolls into AmandaC
L136[09:27:48] <Temia> ...
L137[09:28:07] * Temia pets both. Defeated by fluffy
L138[09:28:17] * Inari swishes her foxy tail
L139[09:28:57] <Inari> %pet AmandaC
L140[09:29:13] <Inari> Forecaster: Can you detect it failing? Like does it throw an exception :P
L141[09:29:33] <Bob> %bap Forecaster
L142[09:29:33] * MichiBot baps Forecaster with the heavolt-runed jpeg
L143[09:29:47] <Inari> Could just make it re-try if it fails
L144[09:29:49] <Inari> %pet AmandaC
L145[09:29:50] * MichiBot pets AmandaC with pineapple nut cake. 6 health gained!
L146[09:55:32] <t20kdc> ...Tentacle... moat?
L147[09:55:53] <t20kdc> Like, a moat. Filled with tentacles.
L148[09:56:50] <Izaya> Right.
L149[10:00:52] <Vexatos> t20kdc, you see, when serving calamari, some people don't like eating the tentacle parts of the squid, so the cooks have to throw them somewhere
L150[10:04:27] <Inari> t20kdc: Live tentacle palnts
L151[10:05:31] <Forecaster> @Inari it does, in the console of the server where MichiBot is running
L152[10:05:43] <Forecaster> Which I don't have access to
L153[10:15:39] <t20kdc> Vexatos, Inari: This only raises further questions
L154[10:22:32] <Inari> https://www.youtube.com/watch?v=ue_KO_Xhi9o ?
L155[10:22:33] <MichiBot> The Cartoon History of Tentacle Porn | Sexy Nerdy Stuff | length: 4m 44s | Likes: 9,673 Dislikes: 543 Views: 747,382 | by Noah Sterling | Published On 13/5/2016
L156[10:24:49] <Vexatos> t20kdc, don't tell me you have never eaten fried squid
L157[10:25:43] <t20kdc> I have, in fact, never eaten fried squid.
L158[10:27:19] <Vexatos> the heck
L159[10:27:26] <Vexatos> never been to a greek restaurant? D:
L160[10:27:31] <Vexatos> you're missing out, sir
L161[10:28:21] <Inari> I've also never eaten squid, and don't have any particular desire to do so
L162[10:28:30] <Vexatos> it's very nice when done well
L163[10:43:39] ⇦ Quits: baschdel_ (baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b) (Ping timeout: 189 seconds)
L164[11:15:42] ⇨ Joins: lopezt (lopezt!~Adium@v22018076567069662.quicksrv.de)
L165[11:23:39] ⇨ Joins: baschdel_ (baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b)
L166[11:23:47] <baschdel> %tonkout
L167[11:23:47] <MichiBot> Dagnammit! baschdel! You beat Ariri's previous record of 8 hours, 38 minutes and 22 seconds (By 8 minutes and 58 seconds)! I hope you're happy!
L168[11:23:48] <MichiBot> baschdel has stolen the tonkout! Tonk has been reset! They gained 0.008 tonk points! plus 0.007 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.24389
L169[11:24:14] <Lizzy> %tonk
L170[11:24:14] <MichiBot> Dad-Sizzle! Lizzy! You beat baschdel's previous record of <0 (By 26 seconds)! I hope you're happy!
L171[11:24:15] <MichiBot> Lizzy's new record is 26 seconds! Lizzy also gained 0.00001 tonk points for stealing the tonk.
L172[11:24:47] <baschdel> %quaff random
L173[11:24:47] <MichiBot> You drink a freezing diamond potion (New!). baschdel turns into a water.
L174[11:25:53] ⇦ Parts: baschdel_ (baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b) ())
L175[11:25:56] ⇦ Quits: lopezt (lopezt!~Adium@v22018076567069662.quicksrv.de) (Quit: Leaving.)
L176[11:26:46] ⇨ Joins: baschdel_ (baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b)
L177[11:29:14] * baschdel Had a litte problem with short circuits ...
L178[11:35:54] ⇦ Quits: baschdel_ (baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b) (Ping timeout: 189 seconds)
L179[11:38:29] ⇨ Joins: baschdel_ (baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b)
L180[11:47:56] ⇨ Joins: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L181[11:58:21] <bauen1> %tonk
L182[11:58:22] <MichiBot> Dagnammit! bauen1! You beat Lizzy's previous record of 26 seconds (By 33 minutes and 41 seconds)! I hope you're happy!
L183[11:58:23] <MichiBot> bauen1's new record is 34 minutes and 7 seconds! bauen1 also gained 0.00056 tonk points for stealing the tonk.
L184[12:35:13] ⇨ Joins: flappy (flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
L185[12:45:48] ⇨ Joins: Renari (Renari!~Renari@24.229.184.254.res-cmts.sm.ptd.net)
L186[13:00:34] ⇨ Joins: Hakz (Hakz!~hakz@c-98-193-218-192.hsd1.tn.comcast.net)
L187[13:01:06] <Hakz> neo ius that from the matrix????
L188[13:01:21] <Hakz> is that from the matrix?
L189[13:01:58] <Bob> whut
L190[13:03:15] <Bob> neo is not there
L191[13:08:28] ⇦ Quits: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net) (Ping timeout: 190 seconds)
L192[13:13:20] <Lizzy> there is a user called Neo here. it's the account we use for the logs/stats
L193[13:13:36] <Lizzy> %oclogs
L194[13:13:36] <MichiBot> Lizzy: https://oclogs.pc-logix.com/
L195[13:14:16] ⇨ Joins: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net)
L196[13:15:22] <Bob> nelog
L197[13:29:43] ⇦ Quits: Hakz (Hakz!~hakz@c-98-193-218-192.hsd1.tn.comcast.net) (Ping timeout: 190 seconds)
L198[13:45:09] ⇦ Quits: baschdel_ (baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b) (Ping timeout: 189 seconds)
L199[13:46:27] ⇨ Joins: Rahix (Rahix!~Rahix@2001:7f0:3003:235f:7432:dd86:b273:f0ec)
L200[13:48:19] <pentadyne> %tonk
L201[13:48:20] <MichiBot> Fopdoodle! pentadyne! You beat bauen1's previous record of 34 minutes and 7 seconds (By 1 hour, 15 minutes and 49 seconds)! I hope you're happy!
L202[13:48:21] <MichiBot> pentadyne's new record is 1 hour, 49 minutes and 57 seconds! pentadyne also gained 0.00126 tonk points for stealing the tonk.
L203[14:10:40] <its_meow> @Z0idburg yes, thin monitors. Although projection would be cool, ill look into it
L204[14:25:20] ⇨ Joins: baschdel_ (baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b)
L205[14:29:04] <Zef> What all are you adding in that?
L206[14:31:43] <Zef> OCdevices adds similar screens, however I will say yours look better
L207[15:18:16] <AmandaC> Does anyone know of a mod to make the port that "Open to LAN" creates static? (i.e. not random every time )
L208[15:22:24] ⇦ Quits: baschdel_ (baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b) (Ping timeout: 198 seconds)
L209[15:23:15] <Bob> AmandaC yes, Custom Lan Ports
L210[15:23:19] <Bob> here you go
L211[15:23:27] <Bob> I have a whole list of ultra neat mods
L212[15:28:17] <Zef> Beat me to it
L213[15:28:28] <Bob> Mhmh
L214[15:28:37] <Bob> Is OC In ? :GWlulurdMmmYea:
L215[15:31:33] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@88.130.157.183)
L216[15:33:21] <AmandaC> That mod doesn't seem to work?
L217[15:34:04] <AmandaC> assuming you mean https://minecraft.curseforge.com/projects/custom-ports
L218[15:36:57] <Bob> AmandaC works like a charm for me, ive gotten banned from its official discord for no reason so..
L219[15:37:00] <Bob> I cant ask alot
L220[15:37:32] <AmandaC> Clicking "Open to LAN" just shows me the vanilla lan screen, unless I'm blind as fuck
L221[15:38:30] <Bob> Are you sure you have HammerCore in, its coremod and if nothing shows up, your modpack is clearly messed up maybe, with latest forge i see everything just fine and played with friends
L222[15:39:02] <Forecaster> "clearly messed up maybe"
L223[15:39:26] <Forecaster> what a roller coaster :P
L224[15:39:35] <Bob> Yes, Instructions unclear, stuck in washing machine
L225[15:40:25] <Kodos> %tonk
L226[15:40:26] <MichiBot> Dagnabbit! Kodos! You beat pentadyne's previous record of 1 hour, 49 minutes and 57 seconds (By 2 minutes and 9 seconds)! I hope you're happy!
L227[15:40:27] <MichiBot> Kodos's new record is 1 hour, 52 minutes and 6 seconds! Kodos also gained 0.00008 (0.00004 x 2) tonk points for stealing the tonk.
L228[15:46:34] <AmandaC> fuck it, I'll open 30000-40000 in my firewall, I want to play not fight this shit
L229[15:48:03] <Bob> Ahaha gooood luck
L230[15:48:09] <Bob> Just host a server ffs
L231[15:48:27] <Bob> also i dont think that without custom aln ports that is doable
L232[15:48:36] <Bob> or it is but it was pain in the but i didnt solve
L233[15:48:57] <Bob> well i cant do that anymore since my isp closed my ports and blatantly lies about them being open
L234[16:24:15] <Zef> Oh that is not the mod I used
L235[16:24:59] <Zef> AmandaC https://minecraft.curseforge.com/projects/default-lan-port?gameCategorySlug=mc-mods&projectID=296306
L236[16:43:30] <Izaya> Side note steam://join URLs are excellent
L237[16:44:03] <Izaya> Being able to register minecraft as a url handler via dbus maybe would be good
L238[16:59:07] <ben_mkiv> https://i.imgur.com/8FrRo4D.png
L239[16:59:25] <ben_mkiv> opinions anyone?!
L240[16:59:50] <ben_mkiv> not sure if i should add the glass door at all, and if it should be frameless
L241[17:01:50] <Izaya> if you're gonna do that it looks weird without a frame
L242[17:01:52] <Izaya> also what is it
L243[17:02:03] <ben_mkiv> server rack
L244[17:02:22] <ben_mkiv> but dyeable and can be upgraded with blast resistance
L245[17:02:40] <Izaya> ooo
L246[17:05:09] <Zef> Looks nice
L247[17:05:41] <Izaya> https://postmarketos.org/blog/2019/06/23/two-years/
L248[17:24:21] ⇦ Quits: t20kdc (t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net) (Ping timeout: 198 seconds)
L249[17:27:32] ⇦ Quits: Inari (Inari!~Pinkishu@pD9E8EA19.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L250[17:29:40] ⇦ Quits: Rahix (Rahix!~Rahix@2001:7f0:3003:235f:7432:dd86:b273:f0ec) (Remote host closed the connection)
L251[18:33:21] <Ariri> %tonk
L252[18:33:21] <MichiBot> Fudge! Ariri! You beat Kodos's previous record of 1 hour, 52 minutes and 6 seconds (By 1 hour and 48 seconds)! I hope you're happy!
L253[18:33:22] <MichiBot> Ariri's new record is 2 hours, 52 minutes and 55 seconds! Ariri also gained 0.00202 (0.00101 x 2) tonk points for stealing the tonk.
L254[18:43:48] ⇦ Quits: Vexatos (Vexatos!~Vexatos@port-92-201-114-200.dynamic.qsc.de) (Quit: Insert quantum chemistry joke here)
L255[18:52:52] <alexandria> hm
L256[18:52:54] <alexandria> > Being able to register minecraft as a url handler via dbus maybe would be good
L257[18:52:59] <alexandria> you can already do this
L258[18:53:02] <alexandria> I think?
L259[18:53:10] <alexandria> not through dbus though
L260[20:00:13] ⇨ Joins: Thutmose1 (Thutmose1!~Patrick@host-69-59-79-181.nctv.com)
L261[20:00:58] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Ping timeout: 190 seconds)
L262[20:09:57] <simon816> not aware of anything in the minecraft codebase that would handle a url
L263[20:13:53] ⇦ Quits: flappy (flappy!~flappy@88-113-149-197.elisa-laajakaista.fi) (Ping timeout: 190 seconds)
L264[21:00:36] <Ariri> %tonk
L265[21:00:36] <MichiBot> You still hold the record Ariri, for now... 2 hours, 52 minutes and 55 seconds
L266[21:00:45] <Ariri> o
L267[21:22:16] <Kodos> Also remember that you don't get points for 'stealing' from yourself ?
L268[21:31:15] <pentadyne> %tonk
L269[21:31:16] <MichiBot> Voldemort! pentadyne! You beat Ariri's previous record of 2 hours, 52 minutes and 55 seconds (By 4 minutes and 59 seconds)! I hope you're happy!
L270[21:31:17] <MichiBot> pentadyne's new record is 2 hours, 57 minutes and 54 seconds! pentadyne also gained 0.00024 (0.00008 x 3) tonk points for stealing the tonk.
L271[22:59:55] ⇦ Quits: Cervator (Cervator!~Thunderbi@2601:4c1:4000:362c:3552:69f2:d9ed:6a3b) (Quit: Cervator)
L272[23:00:48] ⇦ Quits: Thutmose1 (Thutmose1!~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L273[23:06:27] ⇨ Joins: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L274[23:20:06] ⇦ Quits: rashy (rashy!~rashdanml@d24-156-232-46.home4.cgocable.net) (Read error: Connection reset by peer)
L275[23:20:22] ⇨ Joins: rashy (rashy!~rashdanml@d24-156-232-46.home4.cgocable.net)
L276[23:27:32] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L277[23:38:11] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@88.130.157.183) (Quit: no! no!! not that button!!!)
L278[23:52:21] ⇦ Quits: bauen1 (bauen1!~bauen1@ipbcc038c0.dynamic.kabel-deutschland.de) (Ping timeout: 189 seconds)
<<Prev Next>> Scroll to Top