| 00:17:03 | | wessel1512 quits [Ping timeout: 246 seconds] |
| 00:17:42 | | wessel1512 joins |
| 00:22:11 | | Megame (Megame) joins |
| 00:34:33 | | Wingy1139793 quits [Remote host closed the connection] |
| 00:35:35 | | Wingy1139793 (Wingy) joins |
| 00:54:41 | | Megame quits [Client Quit] |
| 01:33:24 | | justlurking joins |
| 01:50:27 | | Nulo quits [Ping timeout: 246 seconds] |
| 01:50:40 | | Nulo joins |
| 01:50:41 | | justlurking quits [Client Quit] |
| 02:04:13 | | dm4v quits [Client Quit] |
| 02:04:18 | | dm4v joins |
| 02:28:39 | | froschgrosch quits [Ping timeout: 246 seconds] |
| 02:30:39 | | anthony joins |
| 02:30:42 | | froschgrosch joins |
| 02:31:22 | <anthony> | heya, anyone home? |
| 02:32:42 | <anthony> | I'm doing some research on an archived Yahoo newsgroup and could use some advice for how best to view the archive. |
| 02:35:50 | <anthony> | I've tried loading the .warc in ReplayWeb.page. But rather than rendering as a navigable list of threads, I get a list of json objects for each post. This makes viewing the archive pretty impractical |
| 02:37:28 | <anthony> | Any tips for rendering a newsgroup .warc so it looks similar to a native page? Do I need some other file for ReplayWeb.Page to be able to parse it? |
| 02:46:41 | | JackThompson quits [Ping timeout: 240 seconds] |
| 02:52:16 | <systwi_> | anthony: Try changing the list in ReplayWeb.Page to only show HTML, that might make it easier to find what you're looking for. |
| 02:52:36 | <systwi_> | Or, if you know a specific URL, you should be able to enter it in the address bar. |
| 02:53:12 | <systwi_> | Re: "only show HTML," there's a dropdown list in the top right you can change the filter. |
| 02:53:25 | <systwi_> | *where you can change the filter. |
| 02:54:13 | | JackThompson joins |
| 03:03:39 | | ThreeHM quits [Ping timeout: 246 seconds] |
| 03:04:02 | | ThreeHM (ThreeHeadedMonkey) joins |
| 03:05:44 | <anthony> | systwi_ Thanks! It looks like this archive only contains records with the MIME type application/json. |
| 03:06:11 | | JackThompson quits [Ping timeout: 240 seconds] |
| 03:07:33 | <systwi_> | You're welcome. Are you opening the *meta.warc and not the *000000.warc by any chance? |
| 03:08:50 | <anthony> | The file I'm loading into webreplay.page is from here: https://archive.org/details/yahoo-groups-2017-05-23T02-01-34Z-c8358f |
| 03:09:17 | <anthony> | called videoblogging.GORmZlO.warc.gz |
| 03:10:32 | <anthony> | Description says it's an API grab, rather than an archive of the actual webpage. So I guess it makes sense that it only contains the JSON the API would return |
| 03:10:36 | <systwi_> | Ah, okay, I see. It looks like that's a WARC of the Yahoo! Groups API responses, which makes sense as to why they're all JSON files (that's a common occurrence). |
| 03:10:46 | <systwi_> | Yeah, yep. |
| 03:10:50 | <anthony> | Hhah |
| 03:11:38 | <systwi_> | You can extract the JSON files and feed them into `gron': https://github.com/TomNomNom/gron |
| 03:11:49 | <systwi_> | Then grep from there. :-) |
| 03:12:22 | <systwi_> | If you're on a *nix system you can probably just install `gron' from your package manager. |
| 03:13:35 | <anthony> | Ooh nifty |
| 03:15:34 | <anthony> | Ideally I'd like to just feed the JSON into a script that renders the content dynamically on a page that resembles the original Yahoo Groups interface |
| 03:17:39 | <anthony> | I've fiddled a bit w/ javascript trying to build a parser. But I think the task is a bit beyond the scope of my talent, hehe |
| 03:18:58 | <systwi_> | I can't help much with further construction details, but I suppose it could be possible to have, in one pipeline, curl the WARC in question into the stdin of a decompressor, extracting only the JSON in question to stdout (I've only decompressed WARCs on macOS with The Unarchiver, nowhere else yet), then feed that into `gron' or some other tool and |
| 03:18:58 | <systwi_> | create an HTML page from that on the fly. |
| 03:20:14 | <systwi_> | I _think_ PHP might be able to handle a task like this, but I haven't experimented with it enough to know. |
| 03:21:45 | <systwi_> | Ideally, omitting JS altogether would be the most authentic, lightweight and compatible option, judging from my horrible experience with it. |
| 03:22:00 | <anthony> | Haha |
| 03:22:09 | | systwi_ shudders |
| 03:22:17 | <systwi_> | :-) |
| 03:22:45 | <anthony> | My limited experience w/ javascript has given me a similar impression, hah |
| 03:23:19 | <anthony> | (did you know there are no negative indices in js???) makes me appreciate Python so much more |
| 03:24:13 | <systwi_> | Huh, didn't know that. |
| 03:25:45 | <anthony> | Love that ArchiveTeam has been able to back up so much Groups content. Bummer that it takes some legwork to view :( |
| 03:25:47 | <@JAA> | The neat thing about doing it with JS is that it could be a static file on IA. So it won't break in a few years when whoever builds that thing loses interest and shuts down the server. |
| 03:26:10 | <@JAA> | Just about everything else about JS sucks though. |
| 03:26:52 | <@JAA> | Example of such a thing: my Picosong download finder at https://web.archive.org/web/20211001003631id_/https://ia801403.us.archive.org/33/items/picosong.com_finder/index.html |
| 03:30:01 | <pabs> | could someone archive https://github.com/cutefishos? it seems the team and their website went MIA https://www.debugpoint.com/cutefish-os-development-halts/ |
| 03:30:18 | <pabs> | JAA: IIRC you did the git stuff last time I asked? |
| 03:30:20 | | Arcorann quits [Read error: Connection reset by peer] |
| 03:33:38 | <anthony> | i ran into some issues parsing the json from the warc. One: the content of a message object (contained in the attr rawEmail) doesn't have a consistent delimiter. So you have to look for a couple different possible options for what precedes the content. |
| 03:34:43 | <anthony> | Also, pointy brackets are sometimes used in <html> tags, and other times used as >>>quotation within a thread |
| 03:35:44 | <anthony> | There might be easy fixes to these formatting issues but i am what the kids call a n00b |
| 03:36:34 | | Arcorann (Arcorann) joins |
| 03:41:12 | | Wingy1139793 quits [Remote host closed the connection] |
| 03:42:06 | | Wingy1139793 (Wingy) joins |
| 03:43:02 | <Doran> | anthony: there'll be a lot more content coming in the future - and a lot easier to view - but the project to tag and sort all the manually saved content is still underway |
| 03:43:07 | | Doran is now known as Doranwen |
| 03:43:17 | <Doranwen> | I've been working on that part |
| 03:43:39 | <Doranwen> | about a million groups in all |
| 03:43:54 | <anthony> | holy moly |
| 03:44:11 | <Doranwen> | most of it saved via Yahoo's GetMyData method |
| 03:45:14 | <Doranwen> | this gdoc gives an idea of what we're aiming to do, if you're curious: https://docs.google.com/document/d/1AWFSmXLH-KsVU7N1EGkmbrLyv1N_fYoRlWLCEWLxtX4/edit?usp=sharing |
| 03:46:54 | <Doranwen> | ultimately there will be a database available for anyone to download and poke in as well |
| 03:47:07 | | Doranwen really wants stats |
| 03:48:05 | <Doranwen> | the variety of languages alone is fascinating |
| 03:51:59 | <anthony> | Thanks for the link Doranwen! |
| 03:52:05 | <Doranwen> | no problem! |
| 03:52:17 | <Doranwen> | I spent two years just working on metadata, Yahoo Groups has taken over my life, lol |
| 03:52:25 | <Doranwen> | but now that I've gotten this far… I have to finish it :) |
| 03:52:48 | <anthony> | wowza |
| 04:06:28 | | JackThompson joins |
| 04:15:24 | <Jake> | I still want to find the original tools we used to build those indexers. :( |
| 04:19:25 | | anthony quits [Remote host closed the connection] |
| 04:23:00 | | dm4v quits [Client Quit] |
| 04:23:05 | | dm4v joins |
| 04:48:07 | | jacobk joins |
| 04:54:26 | | G4te_Keep3r3 quits [Client Quit] |
| 04:56:58 | | G4te_Keep3r3 joins |
| 05:25:11 | | JackThompson quits [Ping timeout: 240 seconds] |
| 05:30:11 | | JackThompson joins |
| 05:31:11 | | qwertyasdfuiopghjkl joins |
| 05:41:20 | | BPCZ quits [Quit: eh???] |
| 05:44:10 | | BPCZ (BPCZ) joins |
| 05:49:51 | | HackMii_ quits [Remote host closed the connection] |
| 05:50:02 | | BPCZ quits [Client Quit] |
| 05:50:27 | | HackMii_ (hacktheplanet) joins |
| 05:50:58 | | march_happy quits [Ping timeout: 265 seconds] |
| 05:51:26 | | march_happy (march_happy) joins |
| 05:55:39 | | HackMii_ quits [Remote host closed the connection] |
| 05:55:47 | | mutantmonkey quits [Remote host closed the connection] |
| 05:56:05 | | mutantmonkey (mutantmonkey) joins |
| 05:56:06 | | HackMii_ (hacktheplanet) joins |
| 05:56:29 | | BPCZ (BPCZ) joins |
| 06:12:07 | <audrooku|m> | Did someone say yahoo groups |
| 06:24:41 | | pabs quits [Ping timeout: 240 seconds] |
| 06:32:45 | | pabs (pabs) joins |
| 06:37:41 | | atphoenix_ quits [Read error: Connection reset by peer] |
| 06:38:19 | | superkuh_ quits [Remote host closed the connection] |
| 06:39:52 | <Doranwen> | audrooku|m: lol yes indeed |
| 06:40:11 | | Doranwen is currently sorting more groups onto tabs, as she's been doing for weeks now |
| 06:42:28 | | atphoenix_ (atphoenix) joins |
| 06:44:41 | | dm4v quits [Client Quit] |
| 06:44:41 | | qwertyasdfuiopghjkl quits [Client Quit] |
| 06:44:45 | | dm4v joins |
| 06:44:51 | | superkuh joins |
| 06:57:09 | | BPCZ quits [Client Quit] |
| 06:57:26 | | BPCZ (BPCZ) joins |
| 07:00:24 | | CreaZyp154 joins |
| 07:03:21 | <CreaZyp154> | I was wondering; since we're archiving all of Reddit, why not archiving all of Twitter as well ? |
| 07:10:26 | | qwertyasdfuiopghjkl joins |
| 07:24:32 | | nikow1 quits [Quit: WeeChat 3.0] |
| 07:24:32 | | nikow joins |
| 07:48:25 | | pabs quits [Ping timeout: 265 seconds] |
| 07:55:41 | | march_happy quits [Ping timeout: 240 seconds] |
| 07:56:29 | | march_happy (march_happy) joins |
| 08:00:21 | | pabs (pabs) joins |
| 08:33:39 | | Ruthalas4 (Ruthalas) joins |
| 08:35:41 | | Ruthalas quits [Ping timeout: 240 seconds] |
| 08:35:41 | | Ruthalas4 is now known as Ruthalas |
| 08:45:47 | | nikow1 joins |
| 08:46:49 | | nikow quits [Remote host closed the connection] |
| 09:12:36 | <pabs> | does ArchiveTeam archive potential DCMA targets? if so, https://github.com/chip-red-pill/MicrocodeDecryptor |
| 09:12:52 | <pabs> | (Intel microcode decryptor) |
| 09:15:14 | <CreaZyp154> | ig... anyways I saved the main page and the zip with save page now and have a copy of the zip as well |
| 09:20:51 | <@OrIdow6> | Wget is the devil |
| 09:21:11 | <CreaZyp154> | why ? |
| 09:23:34 | | Ruthalas1 (Ruthalas) joins |
| 09:24:17 | | Ruthalas quits [Client Quit] |
| 09:24:17 | | dm4v quits [Client Quit] |
| 09:24:17 | | qwertyasdfuiopghjkl quits [Client Quit] |
| 09:24:18 | | CreaZyp154 quits [Client Quit] |
| 09:24:18 | | Ruthalas1 is now known as Ruthalas |
| 09:24:22 | | dm4v joins |
| 09:24:25 | | CreaZyp154 joins |
| 09:25:19 | <CreaZyp154> | sorry my client disconnected on his own why do you say wget is the devil ? OrIdow6 |
| 09:26:14 | <@OrIdow6> | Just a joke CreaZyp154, currently dealing with some quirks in its behavior |
| 09:26:57 | <CreaZyp154> | i guessed it was a joke, but what quirks are you dealing with ? |
| 09:28:29 | <@OrIdow6> | Removal of port numbers from the followed target of a Location: header when the number is the default for the scheme, under come circumstances |
| 09:29:11 | <CreaZyp154> | oh ok it was probably a DNS issue, it's annoying; every day the dns stops working for some reasons and have to restart my winblows |
| 09:31:06 | | CreaZyp154 quits [Remote host closed the connection] |
| 09:31:19 | | C joins |
| 09:31:30 | | C is now known as CreaZyp154 |
| 09:35:09 | <@OrIdow6> | I don't think it's that, but thank you anyway |
| 09:35:13 | | BlueMaxima quits [Read error: Connection reset by peer] |
| 09:38:33 | | qwertyasdfuiopghjkl joins |
| 09:51:10 | | tech_exorcist (tech_exorcist) joins |
| 10:09:50 | | Ruthalas quits [Client Quit] |
| 10:12:54 | | Ruthalas (Ruthalas) joins |
| 10:23:03 | | HackMii_ quits [Remote host closed the connection] |
| 10:23:43 | | HackMii_ (hacktheplanet) joins |
| 10:27:27 | | Ruthalas quits [Ping timeout: 246 seconds] |
| 10:28:34 | | Ruthalas (Ruthalas) joins |
| 10:42:15 | | LeGoupil joins |
| 10:44:24 | | LeGoupil quits [Remote host closed the connection] |
| 10:44:27 | | HackMii_ quits [Remote host closed the connection] |
| 10:44:47 | | HackMii_ (hacktheplanet) joins |
| 10:45:50 | | niku joins |
| 10:50:14 | | LeGoupil joins |
| 10:59:42 | | tech_exorcist quits [Remote host closed the connection] |
| 10:59:45 | | tech_exorcist_ (tech_exorcist) joins |
| 11:41:18 | | dm4v quits [Client Quit] |
| 11:41:18 | | CreaZyp154 quits [Client Quit] |
| 11:41:18 | | qwertyasdfuiopghjkl quits [Client Quit] |
| 11:41:24 | | dm4v joins |
| 11:44:40 | | C joins |
| 11:50:44 | | C quits [Client Quit] |
| 11:50:45 | | dm4v quits [Client Quit] |
| 11:50:49 | | dm4v joins |
| 11:56:32 | | mgrytbak6 joins |
| 11:57:24 | | mgrytbak quits [Ping timeout: 246 seconds] |
| 11:57:24 | | mgrytbak6 is now known as mgrytbak |
| 12:02:35 | | Wingy1139793 quits [Remote host closed the connection] |
| 12:04:04 | | Wingy1139793 (Wingy) joins |
| 12:18:41 | | march_happy quits [Ping timeout: 240 seconds] |
| 12:19:03 | | march_happy (march_happy) joins |
| 12:25:45 | | wickedplayer494 quits [Ping timeout: 246 seconds] |
| 12:33:59 | | LeGoupil quits [Client Quit] |
| 12:34:06 | | Wingy1139793 quits [Read error: Connection reset by peer] |
| 12:35:00 | | Wingy1139793 (Wingy) joins |
| 12:40:41 | | march_happy quits [Ping timeout: 240 seconds] |
| 12:41:35 | | march_happy (march_happy) joins |
| 12:45:13 | | eroc1990 quits [Quit: The Lounge - https://thelounge.chat] |
| 12:45:49 | | eroc1990 (eroc1990) joins |
| 12:55:49 | | march_happy quits [Ping timeout: 265 seconds] |
| 12:56:07 | | march_happy (march_happy) joins |
| 13:00:39 | | march_happy quits [Ping timeout: 265 seconds] |
| 13:01:27 | | march_happy (march_happy) joins |
| 13:05:41 | | march_happy quits [Ping timeout: 240 seconds] |
| 13:05:46 | | march_happy (march_happy) joins |
| 13:13:19 | | Iki1 joins |
| 13:14:41 | | Iki quits [Ping timeout: 240 seconds] |
| 13:17:14 | | Iki joins |
| 13:20:28 | | Iki1 quits [Ping timeout: 265 seconds] |
| 13:50:40 | | Jonimoose joins |
| 13:52:51 | | dm4v quits [Ping timeout: 265 seconds] |
| 13:53:26 | | dm4v joins |
| 13:54:11 | | pabs quits [Ping timeout: 240 seconds] |
| 14:00:36 | | Arcorann quits [Ping timeout: 246 seconds] |
| 14:01:35 | | eroc19908 (eroc1990) joins |
| 14:01:40 | | Wingy11397937 (Wingy) joins |
| 14:02:22 | | eroc1990 quits [Client Quit] |
| 14:02:22 | | Wingy1139793 quits [Client Quit] |
| 14:02:22 | | dm4v quits [Client Quit] |
| 14:02:22 | | Iki quits [Remote host closed the connection] |
| 14:02:23 | | Wingy11397937 is now known as Wingy1139793 |
| 14:02:27 | | dm4v joins |
| 14:06:09 | | dm4v quits [Client Quit] |
| 14:06:13 | | dm4v joins |
| 14:13:09 | | march_happy quits [Ping timeout: 265 seconds] |
| 14:18:11 | | jacobk quits [Ping timeout: 240 seconds] |
| 14:22:36 | | march_happy (march_happy) joins |
| 14:25:26 | | Iki joins |
| 14:25:44 | <TheTechRobo> | systwi_: Re gron - that would have been so helpful for me to know when I was messing around with Discord's websockets |
| 14:25:55 | <TheTechRobo> | Thanks for the link! |
| 14:29:48 | | pabs (pabs) joins |
| 14:55:59 | | tech_exorcist_ quits [Client Quit] |
| 15:02:11 | | atphoenix_ quits [Ping timeout: 240 seconds] |
| 15:06:35 | | mutantmonkey quits [Remote host closed the connection] |
| 15:07:08 | | mutantmonkey (mutantmonkey) joins |
| 15:10:15 | | CraftByte quits [Ping timeout: 246 seconds] |
| 15:12:28 | <@JAA> | pabs: GitHub stuff in #gitgud in the future please. I'll take care of it later. |
| 15:14:22 | | Wingy1139793 quits [Remote host closed the connection] |
| 15:15:13 | | Wingy11397937 (Wingy) joins |
| 15:18:40 | | wickedplayer494 joins |
| 15:26:10 | | wickedplayer494 is now authenticated as wickedplayer494 |
| 15:32:06 | | Minkafighter quits [Quit: The Lounge - https://thelounge.chat] |
| 15:32:52 | | Minkafighter joins |
| 16:01:13 | | tech_exorcist (tech_exorcist) joins |
| 16:01:55 | | dm4v quits [Client Quit] |
| 16:01:59 | | dm4v joins |
| 16:07:38 | | CraftByte (DragonSec|CraftByte) joins |
| 16:08:01 | <h2ibot> | DigitalDragon edited Alive... OR ARE THEY (+2, Wikia is now Fandom): https://wiki.archiveteam.org/?diff=48761&oldid=48580 |
| 16:08:02 | <h2ibot> | Nemo bis edited Magazines and journals (+586, update): https://wiki.archiveteam.org/?diff=48762&oldid=31253 |
| 16:38:55 | | AzureLakeZone joins |
| 16:39:49 | | AzureLakeZone leaves |
| 16:41:14 | | AzureLakeZone joins |
| 16:47:21 | | jacobk joins |
| 16:52:52 | | qwertyasdfuiopghjkl joins |
| 17:01:50 | | march_happy quits [Ping timeout: 265 seconds] |
| 17:11:30 | | AzureLakeZone quits [Ping timeout: 265 seconds] |
| 17:13:15 | | tech_exorcist quits [Remote host closed the connection] |
| 17:15:11 | | Wingy11397937 quits [Remote host closed the connection] |
| 17:15:47 | | AzureLakeZone joins |
| 17:16:04 | | Wingy11397937 (Wingy) joins |
| 17:17:04 | <AzureLakeZone> | Hi. You guys have saved the files from Toshiba's drivers site? That's great, it'll come in handy for when they take it all down. |
| 17:17:43 | <AzureLakeZone> | Are you familiar with HP's FTP, with the softpaq files? Apparently apartial backup of it was made in 2013. Do you know something about that? |
| 17:19:11 | | datechnoman quits [Ping timeout: 240 seconds] |
| 17:22:54 | | jacobk quits [Ping timeout: 246 seconds] |
| 17:25:41 | | eroc19908 quits [Ping timeout: 240 seconds] |
| 17:26:23 | | eroc1990 (eroc1990) joins |
| 17:31:45 | | tech_exorcist (tech_exorcist) joins |
| 17:32:03 | | datechnoman (datechnoman) joins |
| 17:48:58 | | jacobk joins |
| 17:59:46 | | spirit joins |
| 18:15:47 | | pabs quits [Ping timeout: 265 seconds] |
| 18:18:29 | | RandoGuy joins |
| 18:22:00 | | tech_exorcist quits [Read error: Connection reset by peer] |
| 18:22:42 | | tech_exorcist (tech_exorcist) joins |
| 18:23:53 | | Sluggs quits [Ping timeout: 265 seconds] |
| 18:24:59 | | Sluggs joins |
| 18:28:16 | <Lord_Nightmare> | the softpaq backup? I may have made that myself back then |
| 18:28:28 | <Lord_Nightmare> | I have a copy... somewhere. |
| 18:33:26 | <Lord_Nightmare> | AzureLakeZone: ^ |
| 18:37:45 | | RandoGuy quits [Remote host closed the connection] |
| 19:11:12 | <Ryz> | Time to proactive archive Glassdoor? Annoymous people may have to remove their reviewers because their identities may be de-annoymized: https://www.theguardian.com/world/2022/jul/19/glassdoor-ordered-to-reveal-identity-of-negative-reviewers-to-new-zealand-toymaker |
| 19:48:09 | | jacobk quits [Ping timeout: 246 seconds] |
| 19:49:10 | | jacobk joins |
| 19:56:25 | | wickedplayer494 quits [Remote host closed the connection] |
| 19:56:25 | | CraftByte quits [Client Quit] |
| 19:56:25 | | Wingy11397937 quits [Client Quit] |
| 19:56:25 | | dm4v quits [Client Quit] |
| 19:56:30 | | CraftByte (DragonSec|CraftByte) joins |
| 19:56:30 | | dm4v joins |
| 19:56:40 | | Wingy113979376 (Wingy) joins |
| 19:57:15 | | wickedplayer494 joins |
| 20:02:17 | | dm4v_ joins |
| 20:02:18 | | qwertyasdfuiopghjkl quits [Client Quit] |
| 20:02:18 | | CraftByte quits [Client Quit] |
| 20:02:18 | | dm4v quits [Client Quit] |
| 20:02:18 | | dm4v_ is now known as dm4v |
| 20:05:21 | <AzureLakeZone> | Lord_Nightmare I've heard that while the FTP is still online, they've taken out files from it over the years. Do you have the web pages from HP's site saved or just the FTP files? I wouldn't have enough space for all of the files, I'm just looking for stuff related to the HP compaq nx9010 right now. |
| 20:08:11 | | qwertyasdfuiopghjkl joins |
| 20:38:39 | | tech_exorcist quits [Client Quit] |
| 20:44:39 | <systwi> | Re: Softpaq, I may have a partial copy somewhere as well. I'm estimating it to be about 800GB and from 2019. |
| 20:45:31 | <systwi> | I think their whole FTP server is/was a few TB in size, which is still too heavy for a data hoarder with perpetually-low disk space. |
| 21:13:39 | | dm4v quits [Ping timeout: 265 seconds] |
| 21:47:25 | | mutantmonkey quits [Remote host closed the connection] |
| 21:47:55 | | mutantmonkey (mutantmonkey) joins |
| 21:50:30 | | march_happy (march_happy) joins |
| 21:52:41 | | HackMii_ quits [Ping timeout: 240 seconds] |
| 21:53:33 | | HackMii_ (hacktheplanet) joins |
| 22:02:18 | | dm4v joins |
| 22:13:35 | | jacobk quits [Ping timeout: 246 seconds] |
| 22:26:30 | | wickedplayer494 is now authenticated as wickedplayer494 |
| 22:38:59 | | HP_Archivist (HP_Archivist) joins |
| 22:40:29 | | dm4v quits [Client Quit] |
| 22:40:29 | | AzureLakeZone quits [Client Quit] |
| 22:40:33 | | dm4v joins |
| 23:05:18 | | HackMii_ quits [Remote host closed the connection] |
| 23:05:18 | | mutantmonkey quits [Remote host closed the connection] |
| 23:06:14 | | mutantmonkey (mutantmonkey) joins |
| 23:08:51 | | HackMii_ (hacktheplanet) joins |
| 23:26:09 | | Wingy113979376 quits [Remote host closed the connection] |
| 23:27:06 | | Wingy113979376 (Wingy) joins |
| 23:33:08 | | BlueMaxima joins |
| 23:33:21 | | marto_ quits [Quit: zzzzz] |
| 23:37:11 | | marto_ (marto_) joins |
| 23:52:55 | | Arcorann (Arcorann) joins |