<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:25:09] <S​ky> %sip
L2[00:25:09] <MichiBot> You drink a solid blue potion (New!). Sky turns into an otter until they see a bird.
L3[00:45:18] <Amanda> Elfi: Consider: Nanites (As used in BARS) are little fairies who do the welding.
L4[00:56:41] ⇦ Quits: Vexatos (~Vexatos@pd9e21222.dip0.t-ipconnect.de) (Remote host closed the connection)
L5[01:11:15] <Amanda> Elfi: though considering the large amount of iron needed to make their home, and that they work with iron a lot, maybe they're more like anti-fairies
L6[01:22:16] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1e8b:1600:fe34:97ff:fea9:75f2) (Quit: Leaving)
L7[01:43:16] ⇨ Joins: Euan (~euan@203.185.205.244)
L8[01:43:28] <Euan> hey
L9[01:46:44] ⇦ Quits: Euan (~euan@203.185.205.244) (Ping timeout: 189 seconds)
L10[01:49:51] <Amanda> bye
L11[02:35:19] <Wat​tana> so in opencomputers, features are added to the 1.7.10 branch and other branches are rebased?
L12[02:35:28] <Wat​tana> since 1.7.10 isn't the latest version
L13[02:35:38] <Ocawes​ome101> sounds right
L14[02:35:49] <Ocawes​ome101> "merged up" is the term the maintainers use i think
L15[02:36:07] <Wat​tana> godot devs rebase instead of merging with main
L16[02:36:25] <Wat​tana> i also started doing that bc it avoids screwing with a project's git timeline
L17[02:37:46] <Wat​tana> i wanna try updating oc to latest mc version but which one do i branch from 👁️
L18[02:37:53] <Wat​tana> 1.12.2?
L19[02:41:41] <Mic​hiyo> there is already a 1.16 fork
L20[02:41:46] <Mic​hiyo> likely be easier to start from there
L21[02:43:02] <Mic​hiyo> https://github.com/KosmosPrime/OpenComputers and the open PR for merging it into the main repo https://github.com/MightyPirates/OpenComputers/pull/3572#discussion_r1014623174
L22[02:45:39] <Wat​tana> > 25k
L23[02:45:40] <Wat​tana> god
L24[02:46:17] <Wat​tana> nevermind then
L25[02:46:26] <Wat​tana> i'll wait for that to get merged first ig
L26[03:01:34] <Wat​tana> tf do i compile a 1.12.2 mod using latest jdk????
L27[03:02:02] <Wat​tana> this mf won't compile https://tinyurl.com/2oefm5mx
L28[03:02:57] <Mic​hiyo> You don't
L29[03:03:27] <Mic​hiyo> Install JDK 8
L30[03:03:50] <Wat​tana> I have JDK 8 but the dependency seems to want a newer version
L31[03:03:54] <Kos​mos> That looks like a library issue - if you compile OC, there's a line which demands Java 8 source/target versions.
L32[03:04:06] <Mic​hiyo> 52 is 8
L33[03:04:10] <Wat​tana> oh im compiling my own oc addon
L34[03:04:19] <Mic​hiyo> 61 is... 17?
L35[03:04:29] <Kos​mos> Wait, how are you compiling your OC addon with your OC addon as a dependency?
L36[03:04:30] <Wat​tana> idk but def newer
L37[03:04:35] <Wat​tana> >Kosmos: Wait, how are you compiling your OC addon with your OC addon as a dependen…
L38[03:04:35] <Wat​tana> nono
L39[03:04:46] <Wat​tana> the dependency is this lib im using to emulate the z80: <https://github.com/codesqueak/Z80Processor&gt;
L40[03:04:56] <Mic​hiyo> The error states it was 52, which is Java 8
L41[03:05:07] <Mic​hiyo> And it's trying to compile via 61 which is 17
L42[03:05:14] <Mic​hiyo> wants 52*
L43[03:13:52] <Wat​tana> AND I CAN'T YOINK THE CODES https://tinyurl.com/2nhplqsq
L44[03:13:55] <Wat​tana> AAAAAAAAAAA
L45[03:19:52] <Kos​mos> To be fair, both of these can be easily rewritten for Java 8 compliance.
L46[03:41:26] <Wat​tana> is it possible to use a c library inside a minecraft mod
L47[03:41:41] <Wat​tana> at this point im considering a c z80 emulator i have used before
L48[03:42:41] <S​ky> %tonk
L49[03:42:41] <MichiBot> Eureka! S​ky! You beat Forec​aster's previous record of 3 hours, 41 minutes and 28 seconds (By 1 hour, 3 minutes and 14 seconds)! I hope you're happy!
L50[03:42:42] <MichiBot> Sky's new record is 4 hours, 44 minutes and 43 seconds! Sky also gained 0.0042 (0.00105 x 4) tonk points for stealing the tonk. Position #5. Need 0.09918283 more points to pass Redston​eParkour!
L51[03:43:23] <Kos​mos> I think so, doesn't OC already use a C library for persistence? If you don't add a fallback it might not be available on some platforms though.
L52[03:49:31] <Ocawes​ome101> >Wattana: the dependency is this lib im using to emulate the z80: <https://github.com/cod���
L53[03:49:32] <Ocawes​ome101> > Version 4.0.0 onwards of the emulator require Java 17 or above
L54[04:16:25] <Ri​ley> >Wattana: is it possible to use a c library inside a minecraft mod
L55[04:16:25] <Ri​ley> Yes, but in doing so you may have to build your mod for each platform.
L56[04:35:31] <Wat​tana> So my addon somehow have an invalid constructor: Code Block pastebined https://paste.pc-logix.com/efovizuxup
L57[04:36:14] <Wat​tana> Problem is, the line that triggers the error is comepletely unrelated
L58[04:36:15] <Wat​tana> Code Block pastebined https://paste.pc-logix.com/valizapeka
L59[04:36:59] <Wat​tana> This line is in the architecture's `initialize()` function
L60[04:37:04] <Wat​tana> Very weird
L61[05:13:22] <Forec​aster> %sip
L62[05:13:22] <MichiBot> You drink a powdery apple potion (New!). Gravity reverses for Forecaster until they find a lamp.
L63[05:13:46] <Forec​aster> I hope there are lamps in space...
L64[06:36:06] <Izaya> %tell Ocawesome101 maybe one could put an mtar v2 archive at the end of an archive full of v0 and v1 records
L65[06:36:06] <MichiBot> Iz​aya: Ocawesome101 will be notified of this message when next seen.
L66[07:01:12] <Ri​ley> >Forecaster: I hope there are lamps in space...
L67[07:01:12] <Ri​ley> The sun is kind of like a lamp.
L68[07:19:41] <Forec​aster> the sun is too obvious though
L69[07:19:46] <Forec​aster> I have to *find* a lamp
L70[07:36:12] <Va​ur> %sip
L71[07:36:13] <MichiBot> You drink a basic caterium potion (New!). Vaur looks confused as nothing happens.
L72[07:39:11] <Ri​ley> %sip
L73[07:39:11] <MichiBot> You drink an invisible coralcreep potion (New!). Riley: Nothing seemed to happen...
L74[07:39:26] <Ri​ley> MichiBot: you can be more creative than that.
L75[07:56:25] <Forec​aster> %sip
L76[07:56:25] <MichiBot> You drink a fragrant lime potion (New!). Forecaster barely manages to catch a red shell that appears in front of them! (Rem. uses: 0)
L77[07:56:36] <Forec​aster> %redshell Vaur
L78[07:56:36] <MichiBot> Forec​aster: Unfortunately you missed with a 7 vs 14.
L79[07:56:41] <Forec​aster> damn
L80[08:29:50] <Va​ur> %sip
L81[08:29:50] <MichiBot> You drink an invisible boneboo potion (New!). Vaur gains the ability to summon safety pins until they use "Sup Blatherskite" in a sentence.
L82[09:25:04] ⇨ Joins: sus (~sus@45.157.214.248)
L83[09:26:24] ⇦ Parts: sus (~sus@45.157.214.248) ())
L84[09:35:49] ⇨ Joins: Vexatos (~Vexatos@pd9e21222.dip0.t-ipconnect.de)
L85[09:35:49] zsh sets mode: +v on Vexatos
L86[10:00:50] <dash_un​derscore> >Wattana: So my addon somehow have an invalid constructor: ```
L87[10:00:51] <dash_un​derscore> net.minecraftforge.fml.common…
L88[10:00:51] <dash_un​derscore> Do you have it exactly like this?
L89[10:00:51] <dash_un​derscore> https://github.com/gamax92/Thistle/blob/be2a22993a532374084c3f3c9071fd8b1575a41e/src/main/java/gamax92/thistle/ThistleArchitecture.java#L51-L52
L90[10:01:10] <Wat​tana> yup
L91[10:01:46] <Wat​tana> https://tinyurl.com/2j2lvtck
L92[10:02:27] <Wat​tana> still trying to fix it by fucking around with removing lines n stuff
L93[10:38:34] ⇨ Joins: Pokey (~pokey@edge.cloudyhost.net)
L94[10:38:59] <Forec​aster> %tonk
L95[10:38:59] <MichiBot> Awesome! Forec​aster! You beat S​ky's previous record of 4 hours, 44 minutes and 43 seconds (By 2 hours, 11 minutes and 34 seconds)! I hope you're happy!
L96[10:39:00] <MichiBot> Forecaster's new record is 6 hours, 56 minutes and 17 seconds! Forecaster also gained 0.01095 (0.00219 x 5) tonk points for stealing the tonk. Position #2. Need 0.47335857 more points to pass Va​ur!
L97[10:39:02] ⇦ Quits: Pokey (~pokey@edge.cloudyhost.net) (Client Quit)
L98[10:43:00] ⇨ Joins: Pokey (~pokey@edge.cloudyhost.net)
L99[10:51:22] ⇨ Joins: Traveler (~traveler@203.185.205.244)
L100[10:51:35] <Traveler> penis
L101[10:51:46] <Traveler> i meant hi
L102[10:52:08] ⇦ Quits: Traveler (~traveler@203.185.205.244) (Remote host closed the connection)
L103[10:52:34] <Forec​aster> wonderful
L104[12:19:28] <Amanda> Vagina
L105[12:19:40] <Amanda> I mean -meows and looks around-
L106[12:23:25] <Forec​aster> %tban Amanda
L107[12:25:12] <Amanda> Hey D:
L108[12:26:17] <Forec​aster> This is a nice christian channel, we can't have people go spouting *anatomy* all willy nilly!
L109[12:27:19] <Amanda> Oh, true
L110[12:38:09] * Amanda meow-whispers to Elfi "Wings!"
L111[12:40:39] <Forec​aster> Hey!
L112[12:45:04] <Wat​tana> i am convinced that there's a problem with OC's architecture constructor detection
L113[12:46:06] <Wat​tana> if I construct a new Z80Core, it fails to detect my architecture(different class)'s constructor
L114[12:46:32] <Wat​tana> comment the `vm = new Z80Core();` line out and it works fine
L115[12:47:28] <Wat​tana> I'm not even touching the architecture class constructor
L116[12:49:03] <Wat​tana> unless there's a class name collision?
L117[12:49:25] * Amanda meows the secrets of the universe to MichiBot
L118[12:50:03] <Amanda> This is safe, because MichiBot doesn't know meow-language!
L119[12:50:18] <Amanda> For example: %bite meow
L120[12:50:18] <MichiBot> Ama​nda is trying to bite meow! They have 5 minutes if they want to attempt to %defend against it!
L121[12:50:22] <MichiBot> Amanda is biting meow for 1d6 => 3 damage!
L122[12:50:38] <Amanda> Haha! I have bitten MichiBot for 3 points of damage!
L123[12:58:02] <Forec​aster> now rude
L124[12:58:06] <Forec​aster> how*
L125[13:04:40] ⇨ Joins: Vito5700 (~Vito5700@93-140-174-185.adsl.net.t-com.hr)
L126[13:04:52] ⇦ Quits: Vito5700 (~Vito5700@93-140-174-185.adsl.net.t-com.hr) (Client Quit)
L127[13:05:08] <dash_un​derscore> @Wattana do you have source laying around anywhere? And what OC version you chose for dependency?
L128[13:05:18] <Wat​tana> 1.12.2
L129[13:06:46] <Wat​tana> oc will refuse to load my mod and crash the game if I construct a new `Z80Core` from the emulator lib anywhere in my architecture class
L130[13:20:06] <Wat​tana> It seems that using a mostly self-contained VM works so ima do just that instead
L131[13:27:27] <Amanda> @Nadja Did you know, once you've been in a jury for a couple trials, you get to move to the second level of the Justice Tower, where you have more access! Also, the AI is actually just one guy in a booth. He has terrible aim with a gun though, so don't rely on him to save you from a rival justice!
L132[13:28:26] <Amanda> Also you can get put in a jury by just showing up to dileberations!
L133[13:28:58] <Amanda> Oh, and the higher levels of the Justice Tower seem to have more vampires and old money
L134[13:29:12] <Amanda> I'm sure that's fine
L135[13:30:23] <Amanda> Don't worry though, me and the other jury members managed to root out the vampire in our jury, and overthrow the higher levels, bringing true justice to UNDEFINED
L136[13:31:15] <Forec​aster> sounds like it'd be easier to just blow up the tower
L137[13:32:09] <Amanda> Funny you say that. Part of the dream involved building a whole new tower. ~~With blackjack. And scritchies~~ overtop the site of the. old one
L138[13:33:09] <Amanda> Also at the top floor, now accessible to everyone, there was a space for the crafting guild, and the monster disassembly guild. Also a third area I don't remember the function of
L139[13:33:22] <Amanda> (top floor of the new tower)
L140[13:33:31] <Forec​aster> The guild guild
L141[13:36:05] <Amanda> Wonder why my dreams recently seem to involve towers of some kind. The night before I had to see the irl vampires I dreamt I was staying in a hotel with my family for a vacation, and the hotel was set up to incinerate seemingly-random floors of it's 120 floor building. It wasn't actually random, just the graph / sign saying which floors would burn when was confusing
L142[13:36:35] <Forec​aster> probably because you're a cat, and towers are fun to knock over
L143[14:16:26] <Va​ur> %sip
L144[14:16:27] <MichiBot> You drink a molten blue potion (New!). Vaur has a sudden desire to run around in a circle until the next time they hug someone.
L145[14:38:34] <Na​dja> Amanda: Huh.
L146[14:41:16] ⇦ Quits: Pokey (~pokey@edge.cloudyhost.net) (Quit: Hecc! My server must have died!)
L147[14:45:39] ⇨ Joins: Pokey (~pokey@edge.cloudyhost.net)
L148[14:52:03] <Va​ur> %sip
L149[14:52:03] <MichiBot> You drink a rather coral potion (New!). Vaur is suddenly wearing a tiny glove on each finger.
L150[14:57:21] <Forec​aster> %sip
L151[14:57:21] <MichiBot> You drink a seeping grass potion (New!). The bottle turns into a lime sling.
L152[14:57:34] <Corded> * <Forec​aster> starts slinging limes
L153[15:18:54] <Ocawes​ome101> ugh, i received a cold-like illness over thanksgiving
L154[15:21:07] <Forec​aster> that's not very thankful
L155[15:27:41] <Va​ur> %sip
L156[15:27:42] <MichiBot> You drink a molten quicksilver potion (New!). Vaur's bed is suddenly slightly less comfortable until they find a lamp.
L157[15:33:46] <Amanda> %remindme 5m cut the thing
L158[15:33:46] <MichiBot> I'll tell you "cut the thing" in 5m at 11/27/2022 03:38:46 PM
L159[15:36:02] <Ocawes​ome101> Izaya: could possibly do that
L160[15:38:46] <MichiBot> Amanda REMINDER: cut the thing
L161[15:43:37] <Forec​aster> cut the blue wire!
L162[16:03:14] ⇦ Quits: Pokey (~pokey@edge.cloudyhost.net) (Ping timeout: 189 seconds)
L163[16:07:23] ⇨ Joins: Pokey (~pokey@edge.cloudyhost.net)
L164[16:28:33] <S​ky> %sip
L165[16:28:33] <MichiBot> You drink a sour orange potion (New!). Sky reboots for an update for 9 minutes.
L166[16:36:55] <Va​ur> %sip
L167[16:36:55] <MichiBot> You drink a viscous crimson potion (New!). Vaur's left sock is now cursed.
L168[16:47:48] ⇦ Quits: Pokey (~pokey@edge.cloudyhost.net) (Quit: Hecc! My server must have died!)
L169[16:56:44] <Va​ur> %sip
L170[16:56:44] <MichiBot> You drink a fluffy unobtanium potion (New!). The next glass of water Vaur has tastes like Coral.
L171[17:42:17] <Forec​aster> %tonkout
L172[17:42:17] <MichiBot> Swell! Forec​aster! You beat your own previous record of 6 hours, 56 minutes and 17 seconds (By 7 minutes)! I hope you're happy!
L173[17:42:18] <MichiBot> Forec​aster has tonked out! Tonk has been reset! They gained 0.007 tonk points! plus 0.012 bonus points for consecutive hours! Current score: 3.23740819, Position #2 Need 0.45435857 more points to pass Va​ur!
L174[17:56:47] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1e4d:8200:fe34:97ff:fea9:75f2)
L175[17:57:11] <Va​ur> %sip
L176[17:57:11] <MichiBot> You drink a seeping radiation potion (New!). Vaur spots a shiny thing!
L177[18:38:45] <Amanda> Gorram foxen!
L178[18:39:32] <Amanda> Oh. I guess the steam overlay crashed
L179[18:40:12] <Amanda> But my rover is missing half it's fucking wheels
L180[18:40:18] <Amanda> @Inari must have run off with them
L181[18:42:44] <Forec​aster> wheels are overrated!
L182[18:44:59] <Amanda> https://matrix.camnet.site/_matrix/media/r0/download/camnet.site/FzTCeWRGXxHWCBkgtVDPjWGp/244850_20221127134319_1.png
L183[18:45:49] <Forec​aster> with fewer wheels it'll be lighter, so it'll go faster
L184[18:51:07] <Amanda> %choose print a drone and a sat or just print a sat
L185[18:51:07] <MichiBot> Ama​nda: A nearby lamp suddenly screams "just print a sat!" such that it's barely audible.
L186[18:51:22] * Amanda thanks Elfi, curls up to protecc
L187[18:52:33] ⇦ Quits: SquidDev (~SquidDev@autoclave.squiddev.cc) (Quit: Bye!)
L188[18:53:10] ⇨ Joins: SquidDev (~SquidDev@autoclave.squiddev.cc)
L189[19:03:13] <Inari 「オ​兄デレ」「狐っ娘」> >Amanda: <@!105317648602042368> must have run off with them
L190[19:03:13] <Inari 「オ​兄デレ」「狐っ娘」> nah, I chewed them, someone else probably stole them after that
L191[19:11:01] <Amanda> Baka fox, you're not supposed to chew them either!
L192[19:13:42] <Amanda> %p
L193[19:13:43] <MichiBot> Ping reply from Ama​nda 0.23s
L194[19:16:36] <Forec​aster> psh, should have been 0.123s
L195[19:17:26] <Va​ur> %sip
L196[19:17:26] <MichiBot> You drink a warpy pussplum potion (New!). Vaur gains some curse. Vaur has 1 curse. (Rem. uses: 0)
L197[19:24:01] <Forec​aster> %sip
L198[19:24:01] <MichiBot> You drink a dusty amethyst potion (New!). Forecaster turns into a gold bear shark until they find an unassuming lamp.
L199[19:24:03] <Amanda> Right, let's see how badly this can go wronog
L200[19:24:44] <Forec​aster> Time to visit a lamp store to find the most unassuming lamp
L201[19:28:51] <Amanda> .....
L202[19:29:06] <Amanda> Soooo, guess who forgot to put gyros on her ship!
L203[19:29:15] <Forec​aster> Inari!
L204[20:01:08] <Amanda> Oh nice. Immediately in orbit above my spawn base, I think I found a uranium asteroid
L205[20:01:38] <Amanda> Gotta fly over to verify
L206[20:02:50] <Amanda> Wait no, it's iron
L207[20:03:02] <Amanda> Reading a spectrogram is hard
L208[20:03:31] <Forec​aster> is that a mod
L209[20:03:45] <Amanda> Yeah, lemme finish slowing down and I'll link it
L210[20:04:57] <Amanda> https://steamcommunity.com/sharedfiles/filedetails/?id=2687324923&searchtext=radio
L211[20:05:59] <Forec​aster> yoink
L212[20:07:34] <Amanda> Elfi: did you end up making the custom turret idea you had for making this work better?
L213[20:08:05] <Elfi> I did!
L214[20:08:19] <Elfi> My frigate on the old save had the turret set up
L215[20:08:25] <Amanda> ah nice
L216[20:08:54] <Amanda> Also fwiw I've not gone and made michiyo's server reset, I just started a local save, incase one of us finds spoons to figure out how to resolve the enemy problem
L217[20:09:25] <Amanda> I'm kinda tempted to just try removing the MES mods, and see if that despawns the parallax attacking ship
L218[20:09:26] <Forec​aster> you resolve enemy problems by shooting them, clearly
L219[20:11:38] <Elfi> The attacking ship probably won't despawn, but removing the various factions that the MES mods became would probably at least stop more from coming
L220[20:12:52] <Amanda> Problem is we're severly out-gunned IIRC
L221[20:13:07] <Amanda> So best we can do is jump back there once we rearm
L222[20:13:32] <Ri​ley> >MichiBot: You drink a dusty amethyst potion (New!). Forecaster turns into a gold b…
L223[20:13:33] <Ri​ley> MichiBot really wants you to get a lamp.
L224[20:16:14] <Forec​aster> I bet MichiBot's invested heavily into lamps...
L225[20:17:21] <Amanda> ooo, ice asteroid
L226[20:29:27] <Forec​aster> Iceteroid
L227[20:37:36] <Amanda> Oh wow, love that
L228[20:37:53] <Amanda> Found an Uranium asteroid. It's just barely inside EarthLike's SoI
L229[20:55:24] ⇨ Joins: Webchat714 (webchat@95.12.116.92)
L230[20:55:25] ⇦ Quits: Webchat714 (webchat@95.12.116.92) (Client Quit)
L231[21:00:34] <Amanda> Izaya: IIRC you mentioned an env var or simmilar you set when launching something which made GTK buttons actually clickable on the pinephone, mind sharing what that env var is?
L232[21:03:28] <Amanda> %choose halucinate or irradiate
L233[21:03:28] <MichiBot> Ama​nda: Why not both? Okay fine. "irradiate".
L234[21:03:33] <Amanda> Hrm.
L235[21:03:34] <Amanda> No.
L236[21:03:48] * Amanda flops down around Elfi, reads stories to her
L237[21:11:08] ⇦ Quits: SquidDev (~SquidDev@autoclave.squiddev.cc) (Quit: Bye!)
L238[21:11:22] ⇨ Joins: SquidDev (~SquidDev@autoclave.squiddev.cc)
L239[21:35:53] ⇨ Joins: random (webchat@d14-69-225-208.try.wideopenwest.com)
L240[21:35:57] <random> hello
L241[21:36:00] <random> i need help
L242[21:36:24] ⇦ Quits: random (webchat@d14-69-225-208.try.wideopenwest.com) (Client Quit)
L243[21:39:19] <Amanda> Alas, we can't help the dead
L244[21:39:35] <Amanda> %choose laptopnaptime?
L245[21:39:35] <MichiBot> Ama​nda: What even is that? Oh right, no.
L246[21:40:08] <Amanda> %choose continue space or laptopnaptime
L247[21:40:08] <MichiBot> Ama​nda: Out of these two choices? I'd say "laptopnaptime".
L248[21:40:13] <Amanda> Sounds good
L249[21:48:11] <Mr_S​tark> does anyone know of a way to just simply display a remote image onscreen?
L250[22:05:34] <Forec​aster> What "remote image"
L251[22:05:52] <Forec​aster> That's the vaguest question I've heard today
L252[22:09:20] <Mr_S​tark> from a url
L253[22:11:04] <CompanionCube> iirc there are tools to convert images to something appropriate for OC, dunno if any of them do remote fetching tho
L254[22:11:30] <Mr_S​tark> basically something i can just input the image url address, or multiple addresses to make a slide show
L255[22:15:52] <Mr_S​tark> and what is IIRC? i have searched and found nothing
L256[22:21:15] <Kristo​pher38> if i recall correctly
L257[22:26:47] <CompanionCube> https://github.com/fifoc/redditBrowser relevant
L258[22:29:30] <S​ky> %tonk
L259[22:29:30] <MichiBot> Darn it! S​ky! You beat Forec​aster's previous record of <0 (By 4 hours, 47 minutes and 12 seconds)! I hope you're happy!
L260[22:29:31] <MichiBot> Sky's new record is 4 hours, 47 minutes and 12 seconds! Sky also gained 0.00479 tonk points for stealing the tonk. Position #5. Need 0.09439283 more points to pass Redston​eParkour!
L261[22:29:49] <S​ky> %greenshell RedstoneParkour
L262[22:29:49] <MichiBot> S​ky: You can't snipe right now. Try again in 41 minutes and 34 seconds.
L263[22:29:53] <S​ky> Oh
L264[22:40:31] <Izaya> Amanda: GTK3 works fine here, no issues with clicking. GTK4 has issues because it assumes a compositor, but that's not a clicking buttons issue
<<Prev Next>> Scroll to Top