<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:48:20] * Amanda
curls up around elfi, wonders who ordered this pallet of
tireds
L2[00:51:26]
<PwnagePineapple (He/Him)> %tonk
L3[00:51:26] <MichiBot> Dagnammit!
PwnagePineapple (He/Him)! You beat AR2000's previous record of
<0 (By 1 hour, 39 minutes and 19 seconds)! I hope you're
happy!
L4[00:51:27] <MichiBot> PwnagePineapple
(He/Him)'s new record is 1 hour, 39 minutes and 19 seconds!
PwnagePineapple (He/Him) also gained 0.00166 tonk points for
stealing the tonk. Position #9. Need 0.03418257 more points to pass
RedstoneParkour!
L5[01:02:08] * Amanda
lays her head on Elfi, meows sleepily, and incomprehensibly for a
couple seconds before doing zzzmews
L6[01:02:18] <Amanda> Night girls
L7[01:49:51] ⇦
Quits: Hawk777 (~Hawk777@2607:c000:8297:700:6b65:7b31:3ab2:95e3)
(Quit: Leaving.)
L8[02:43:32] ⇨
Joins: Micsuki (~Micsuki@35.143.249.165)
L9[02:44:28] ⇦
Quits: Micsuki (~Micsuki@35.143.249.165) (Client Quit)
L10[04:08:16] ⇦
Quits: Michiyo (~Michiyo@50.126.106.138) (Ping timeout: 186
seconds)
L11[05:18:28] <CompanionCube> Izzy: local
election results: tories ger rekt with over 1000 seats lost,
libdems/greens did well, latter lost the minority in brighton but
got a majority(!) in mid suffolk for some reason
L12[05:18:55] <Izzy> yeah I heard the
greens were doing well
L13[05:18:58] <Izzy> good to hear
L15[06:38:59] ⇨
Joins: Ralsei
(~ralsei@63-142-94-63-142-94-132.cpe.sparklight.net)
L16[06:39:18] ⇦
Quits: Ralsei (~ralsei@63-142-94-63-142-94-132.cpe.sparklight.net)
(Client Quit)
L17[06:45:38] ⇨
Joins: Ralsei
(~ralsei@63-142-94-63-142-94-132.cpe.sparklight.net)
L18[06:45:54] <Ralsei> Hello?
L19[06:46:45] <Ralsei> I'm a bit confused.
What exactly is IRC? Is it connected to Discord?
L20[06:47:39] ⇨
Joins: Ralsei2
(webchat@63-142-94-63-142-94-132.cpe.sparklight.net)
L21[06:47:59] <Ralsei2> oh! i see
now!
L22[06:48:11] <Ralsei2> thats pretty
funky!
L23[06:48:37] ⇦
Quits: Ralsei2 (webchat@63-142-94-63-142-94-132.cpe.sparklight.net)
(Client Quit)
L24[06:49:21] ⇦
Quits: Ralsei (~ralsei@63-142-94-63-142-94-132.cpe.sparklight.net)
(Client Quit)
L25[06:50:29] ⇨
Joins: Ralsei
(~ralsei@63-142-94-63-142-94-132.cpe.sparklight.net)
L26[06:50:36] <Ralsei> im back and i just
had a big brain idea
L27[06:51:07] <Ralsei> what if i connected
IRC to a ComputerCraft turtle using a custom channel and a
websocket
L28[06:51:28] <CompanionCube> *this* irc
channel is connected to discord, yes.
L29[06:51:36] <Ralsei> Oh.
L30[06:52:02] <Ralsei> wait am i in the
wrong channel or do caps not matter?
L31[06:52:08] <CompanionCube> this is
fine
L32[06:52:12] <Ralsei> ah.
L33[06:52:59] <Ralsei> basically, IRC >
OpenComputers Computer > Websocket > Turtle > Websocket
> OpenComputers Computer > IRC is how i think it would
work.
L34[06:53:32] <Ralsei> unless i can somehow
get IRC code working on a Turtle?
L35[06:54:29] <Ralsei> im gonna look at the
IRC code rq
L36[06:54:59] <CompanionCube> it probably
be easier to get the turtle to talk with the oc computer withkut
bouncing through the websocket
L37[06:55:35] <Ralsei> im not sure if
theres direct compatibility with CC / OC though.
L38[06:56:14] <Ralsei> and i already have
turtle code set up with a websocket so it would probably be easier
to modify that to work with IRC.
L39[06:56:24] <CompanionCube> eh, true
enough
L40[06:56:51] <CompanionCube> but if you
can do websockets you don't really need the oc computer
L41[06:56:57] <Ralsei> OC IRC uses a
websocket, right?
L42[06:57:11] <CompanionCube> no, oc irc
does regular TCP.
L43[06:57:44] <Ralsei> ah, so i WILL have
to pass commands through OC to a websocket?
L44[06:57:53] <Ralsei> I dont believe CC
has TCP support.
L45[06:58:18] <CompanionCube> you could do
that, but if you can serve a websocket you don't need oc
really
L46[06:58:37] <CompanionCube> just tunnel
irc over websocket directly
L47[06:59:10] <Ralsei> im not sure what you
are talking about.
L48[06:59:53] <CompanionCube> there's no
need for a irc->oc->websocket dance, you can skip the
middleman
L49[07:01:04] <Ralsei> you can connect
directly using the websocket?
L50[07:01:12] <CompanionCube> whatever
hosts the intermediate websocket can just as well connect to the
irc server itselr
L51[07:02:36] <CompanionCube> irc inside
websocket goes in, irc without websocket wrapper comes out,
simples.
L52[07:02:54] <Ralsei> that is true, but i
have absolutely no clue how to send / receive messages.
L53[07:03:10] <CompanionCube> for?
L54[07:03:14] <Ralsei> IRC ofc
L55[07:03:51] <Ralsei> I need to the turtle
to receive messages from IRC to do specific actions, and send
messages like "the block infront of you is:
minecraft:air"
L56[07:03:54] <CompanionCube> eh, modifying
the client code to send/recieve over a websocket proxy shouldn't be
hard
L57[07:04:41] <Ralsei> Probably, But theres
a bunch of commands stuff in the code so its hard to see where the
commands end and where the message sending and receiving
begins.
L58[07:04:46] <CompanionCube> the rest is
just standard bot stuff, go look at existing implementations of
that
L60[07:08:02] <Izzy> IRC is a very simple
protocol
L61[07:08:19] <Izzy> BUT I believe you can
connect a CC modem to an OC computer (and thereby communicate) via
an OC adaptor block
L62[07:08:46] <Ralsei> Ah, I've only ever
messed with websockets. Thanks.
L63[07:10:42] <CompanionCube> Izzy: using
irc-over-websocket as bot c&c would be simultaneously retro
*and* hip :)
L64[07:11:03] <Izzy> hackaday would love
it
L65[07:11:57] <CompanionCube> why do i
imagine n-gate making a joke about how people have forgotten about
non-https things
L66[07:13:39] <Ralsei> sendChat()?
L67[07:18:40] <Ralsei> Oh! I think I found
something in the OC IRC code? sock:write()
L68[07:18:56] <Ralsei> local sock, reason =
internet.open(host)
L69[07:19:06] <Izzy> it's just writing
stuff to a TCP socket
L70[07:19:12] <Izzy> see the IRC RFCs for
the protocol
L71[07:19:22] <Izzy> or the wikipedia
article, honestly
L72[07:19:31]
<SoBinary>
%tonk
L73[07:19:31] <MichiBot> Waesucks!
SoBinary! You beat PwnagePineapple (He/Him)'s previous record of
1 hour, 39 minutes and 19 seconds (By 4 hours, 48 minutes and 45
seconds)! I hope you're happy!
L74[07:19:32] <MichiBot> SoBinary's new
record is 6 hours, 28 minutes and 4 seconds! SoBinary also gained
0.00962 (0.00481 x 2) tonk points for stealing the tonk. Position
#4. Need 0.04525865 more points to pass Forecaster!
L75[07:19:41] <Ralsei> is it sending
messages to IRC or not?
L76[07:19:53] <CompanionCube> yes
L77[07:20:15] <Ralsei> ah! good!
L78[07:23:56] <Ralsei> I shall work on the
bot code now.. hopefully?
L79[07:29:49] <Ralsei> I think I figured
out how to set the nickname. "NICK <nickname>" has
to be sent from the bot?
L80[07:36:14] ⇨
Joins: Ralsei2
(webchat@63-142-94-63-142-94-132.cpe.sparklight.net)
L81[07:37:14] <Ralsei> testing it now.
hopefully it actually works?
L82[07:37:43] <Ralsei2> it did not
work
L83[07:39:12] <Ralsei> okay, i didn't
receive any errors but it said nothing.
L84[07:44:44] ⇨
Joins: Hawk777
(~Hawk777@2607:c000:8297:700:1f7f:cb7e:52d9:508e)
L85[07:48:11] ⇦
Quits: Ralsei2 (webchat@63-142-94-63-142-94-132.cpe.sparklight.net)
(Quit: webchat.esper.net)
L86[07:48:22] ⇦
Quits: Ralsei (~ralsei@63-142-94-63-142-94-132.cpe.sparklight.net)
(Quit: Ralsei)
L87[07:51:45] ⇨
Joins: HelloWorld
(webchat@63-142-94-63-142-94-132.cpe.sparklight.net)
L88[07:51:53] ⇦
Quits: HelloWorld
(webchat@63-142-94-63-142-94-132.cpe.sparklight.net) (Client
Quit)
L89[07:56:01]
<Vaur>
%sip
L90[07:56:01] <MichiBot> You drink a
prickly transparent potion (New!). Vaur feels slightly
faster.
L91[08:41:47] ⇨
Joins: Vexatos
(~Vexatos@p200300eaef1a576826cc9b97cc54bbda.dip0.t-ipconnect.de)
L92[08:41:47] zsh
sets mode: +v on Vexatos
L93[08:47:49]
<Vaur>
%sip
L94[08:47:50] <MichiBot> You drink a safe
pear potion (New!). Wheels are briefly square.
L95[09:11:24] ⇦
Quits: Hawk777 (~Hawk777@2607:c000:8297:700:1f7f:cb7e:52d9:508e)
(Quit: Leaving.)
L96[10:44:51]
<SoBinary>
%sip
L97[10:44:52] <MichiBot> You drink a
dangerous caterium potion (New!). Oh no, SoBinary got a health
potion, there's probably a boss fight coming!
L98[10:50:40] ⇦
Quits: hnOsmium0001 (~hnosm@155.248.198.232) (Ping timeout: 186
seconds)
L99[10:53:35] ⇨
Joins: hnOsmium0001 (~hnosm@155.248.198.232)
L100[10:54:38] <Amanda> @Michiyo you
should be careful, never know when @Forecaster will go looking
around your room and give stuff you thought you lost to
MichiBot
L101[11:03:15] <Amanda> Like a VHS tape of
mysterious contents
L102[12:16:07] <Amanda> %choose spaaace or
spaaace staaaation
L103[12:16:08] <MichiBot> Amanda: Why not
both? Okay fine. "spaaace".
L104[12:16:18] <Amanda> Hrm.
L105[12:40:54]
<Forecaster> I'd never do anything like
that (while anyone is watching)
L106[12:50:42]
<Vaur>
%sip
L107[12:50:42] <MichiBot> You drink a
gloopy cyan potion (New!). A bard behind Vaur suddenly stops
playing. They were most likely eaten by a monster.
L108[13:46:07]
<Forecaster> Todo: add bard counter
L109[13:47:59]
<Forecaster> Also: bird counter
L110[13:49:18]
⇨ Joins: sewo (~sewo@144.24.165.234)
L111[13:49:25] ⇦
Quits: sewo (~sewo@144.24.165.234) (Client Quit)
L112[13:50:10]
<Logos>
%tonk
L113[13:50:10] <MichiBot> Golly! Logos!
You beat SoBinary's previous record of 6 hours, 28 minutes and 4
seconds (By 2 minutes and 34 seconds)! I hope you're happy!
L114[13:50:11] <MichiBot> Logos's new
record is 6 hours, 30 minutes and 39 seconds! Logos also gained
0.00028 (0.00004 x 7) tonk points for stealing the tonk. Position
#14. Need 0.028569 more points to pass SquidDev!
L115[13:50:44]
<Logos>
Hmmm... time exceeded, not total time. Good to know.
L116[14:31:51]
⇨ Joins: ben_mkiv
(~ben_mkiv@200116b81417b000fE3497ffFEa975F2.dip.versatel-1u1.de)
L117[14:51:30] <Amanda> %choose hashbrowns
or candy
L118[14:51:30] <MichiBot> Amanda: I sense
some "hashbrowns" in your future!
L119[14:51:35] <Amanda> Sounds good
L120[15:01:05] <Amanda> %choose space base
or space fly
L121[15:01:05] <MichiBot> Amanda: I spy
with my robotic eye something beginning with "space
fly"!
L122[15:24:30]
<Vaur>
%sip
L123[15:24:30] <MichiBot> You drink a
smooth pear potion (New!). The potion contained a computer virus!
It sent a message to all of Vaur's friends telling them that they
love them!
L124[16:10:59]
⇨ Joins: Hawk777
(~Hawk777@2607:c000:8297:700:e634:1b3f:5c79:733b)
L125[16:23:34] ⇦
Quits: Hawk777 (~Hawk777@2607:c000:8297:700:e634:1b3f:5c79:733b)
(Quit: Leaving.)
L126[16:45:29] ⇦
Quits: ben_mkiv
(~ben_mkiv@200116b81417b000fE3497ffFEa975F2.dip.versatel-1u1.de)
(Killed (NickServ (GHOST command used by
ben_mkiv|afk!~ben_mkiv@200116b800b3BF00fe3497fFFEA975F2.dip.versatel-1u1.de)))
L127[16:45:31]
⇨ Joins: ben_mkiv|afk
(~ben_mkiv@200116b800b3BF00fe3497fFFEA975F2.dip.versatel-1u1.de)
L128[16:46:27]
⇨ Joins: rashdanml
(~rashdanml@d75-159-130-44.abhsia.telus.net)
L129[16:48:52]
⇨ Joins: Hawk777
(~Hawk777@2607:c000:8298:2500:4999:ecb6:9f87:b71b)
L130[17:15:33] <Amanda> Well that doesn't
seem good. Space Engineers is crashing my steamdeck when playing on
battery...
L132[17:54:05]
<TechTastic> >GogoFox:
L133[17:54:06]
<TechTastic> Nice, new TIS addon? Never
seen a 9 digit display
L134[17:54:26]
<TechTastic> Or well 10
L135[17:54:47]
<GogoFox>
>TechTastic: Nice, new TIS addon? Never seen a 9 digit
display
L136[17:54:48]
<GogoFox>
its included in tis-3d
L137[17:55:03]
<TechTastic> Oh, then im just a bit dumb,
ignore me
L138[17:55:11]
<GogoFox>
mc version 1.19.3 iirc
L139[17:55:53]
<Forecaster> >Amanda: Well that doesn't
seem good. Space Engineers is crashing my steamdeck when p…
L140[17:55:54]
<Forecaster> The solution is clearly to
remove the battery
L141[17:56:03]
<GogoFox>
>TechTastic: Oh, then im just a bit dumb, ignore me
L142[17:56:03]
<GogoFox> i
will never ignore you :C
L143[18:02:21] *
stephan48 removes Forecasters internal batteries.
L144[18:02:37] <stephan48> I hope the
reserve capacitors are strong enough to sustain you between
wall-sockets
L145[18:10:50]
<PerKCheddy> this discord is the strangest
one I've ever seeon loool
L146[18:12:14] <stephan48> oh no the bots
are talking again!
L147[18:12:31]
<PerKCheddy> ???
L148[18:13:01] <stephan48> its bridged to
IRC. so i see you as talking via a bit and you should see a bot tag
next to my name :P
L149[18:13:17]
<PerKCheddy> I do indeed see a bot tag
lol
L150[18:13:24]
<PerKCheddy> what's the point tho
L151[18:14:17] <Amanda> for people who
don't want to use Discord to still interact with the
community
L152[18:14:45]
<PerKCheddy> makes sense ig
L153[18:14:55] <stephan48> the point is...
API deficiencies. the reason is... so we can be amused by these
discord people... i still believe them all to be bots!
L154[18:15:15]
<PerKCheddy> bruh
L156[18:17:15]
<Nadja>
stephan48: oh no, I seem to have been replaced by a robot.
L157[18:17:29] <stephan48> yes figured
that out ages ago!
L158[18:17:39] <stephan48> didn't want to
hurt your feelings, so i did never tell you :(
L159[18:18:36]
<PerKCheddy> bruh
L160[18:21:21]
<Nadja>
stephan48: oh :(
L161[18:31:13]
<Ariri>
%pat nadja
L162[18:31:14] <MichiBot> Ariri is
brushing nadja with a Shiny family of quakers! (10%). nadja regains
1d4 => 2 hit points!
L163[18:31:21]
<Ariri> ur
still the real one in my heart
L164[19:01:41]
<Forecaster> %sip
L165[19:01:42] <MichiBot> You drink a
cloudy sky potion (New!). Forecaster's bed is suddenly slightly
less comfortable until they see a star fall.
L166[19:01:49]
<Forecaster> Aw
L167[19:05:41] ⇦
Quits: ben_mkiv|afk
(~ben_mkiv@200116b800b3BF00fe3497fFFEA975F2.dip.versatel-1u1.de)
(Quit: Leaving)
L168[19:24:22] <nadja> %pet @Ariri
L169[19:24:22] <MichiBot> nadja is petting
@Ariri with Jackie's short term memory. @Ariri regains 1d4 => 4
hit points! Jackie's short term memory suddenly collapses into a
singularity.
L170[19:29:57]
<Ariri>
damn
L171[19:30:01]
<Ariri>
goldfish
L172[19:30:27]
<Nadja>
Yeah, jackie and memory aren't exactly best friends :P
L173[19:37:16] <Amanda> Surely it's not
because someone put it in michibot to use as a petting brush
L174[19:48:36]
<Nadja>
Surely not
L175[21:02:31]
<Forecaster> %sip
L176[21:02:32] <MichiBot> You drink a
porous void potion (New!). Forecaster comes face to face with a
basilisk! Forecaster avoids it's gaze and gets away! (17 vs DC
14)
L177[21:02:39]
<Forecaster> Phew
L178[21:05:40]
<Forecaster> Who let the basilisk out
again
L179[21:38:41]
<Sky>
%sip
L180[21:38:41] <MichiBot> You drink a
freezing aqua potion (New!). Sky turns into a unicorn dog girl
until they steal the moon.
L181[21:39:07]
<Sky>
>Forecaster: Who let the basilisk out again
L182[21:39:07]
<Sky> Roko
did.
L183[22:01:15] ⇦
Quits: Hawk777 (~Hawk777@2607:c000:8298:2500:4999:ecb6:9f87:b71b)
(Quit: Leaving.)
L184[22:29:17]
<Logos>
%tonkout
L185[22:29:18] <MichiBot> Wah! Logos! You
beat your own previous record of 6 hours, 30 minutes and 39 seconds
(By 2 hours, 8 minutes and 28 seconds)! I hope you're happy!
L186[22:29:19] <MichiBot> Logos has
tonked out! Tonk has been reset! They gained 0.008 tonk points!
plus 0.014 bonus points for consecutive hours! Current score:
0.05755, Position #14 Need 0.006569 more points to pass
SquidDev!
L188[23:03:51] <Amanda> Ritual
sacrifice
L189[23:04:01] <Amanda> And text to
speech, but mostly the first thing
L190[23:05:46]
<DiamondCreeper_6> >Amanda: Ritual
sacrifice
L191[23:05:47]
<DiamondCreeper_6> I dont think that
sounds like what its used for XD
L192[23:06:21] <Amanda> See, that's why
it's so useful for that, you'd never suspect it!