00:13:44 | | jo1 joins |
00:15:24 | <jo1> | Not sure if this has been acknowledged but facebook is removing live vods older than 30 days starting on the 19th. i just submitted the edit on the wiki page. |
00:21:54 | | katocala joins |
00:21:59 | | beastbg8__ joins |
00:22:08 | | katocala is now authenticated as katocala |
00:25:18 | | beastbg8_ quits [Ping timeout: 260 seconds] |
00:27:38 | | nicolas17 quits [Ping timeout: 260 seconds] |
00:32:15 | | nicolas17 joins |
00:36:53 | | devkev (devkev) joins |
00:42:55 | | devkev quits [Remote host closed the connection] |
00:43:27 | | devkev (devkev) joins |
00:45:41 | <h2ibot> | Cooljeanius edited Discourse/uncategorized (+89, add https://safeguarding-research.discourse.group/): https://wiki.archiveteam.org/?diff=54449&oldid=54232 |
00:57:23 | | Cronfox quits [Ping timeout: 260 seconds] |
01:02:35 | | etnguyen03 (etnguyen03) joins |
01:13:52 | | etnguyen03 quits [Client Quit] |
01:19:47 | | @imer quits [Quit: Oh no] |
01:20:20 | | imer (imer) joins |
01:20:21 | | @ChanServ sets mode: +o imer |
01:23:15 | | etnguyen03 (etnguyen03) joins |
01:28:50 | | devkev quits [Remote host closed the connection] |
01:37:52 | <h2ibot> | Hans5958 edited Archiveteam:IRC (+90, Use template, put ircs: to be short): https://wiki.archiveteam.org/?diff=54450&oldid=54269 |
01:37:53 | <h2ibot> | Gullah edited Deathwatch (+316, Added 2025-02-19 Facebook removal of LIVE VODs): https://wiki.archiveteam.org/?diff=54451&oldid=54436 |
01:56:57 | | devkev (devkev) joins |
02:32:19 | | HP_Archivist (HP_Archivist) joins |
02:43:07 | | DogsRNice quits [Read error: Connection reset by peer] |
02:45:31 | | qwertyasdfuiopghjkl21 joins |
02:45:58 | | qwertyasdfuiopghjkl21 quits [Max SendQ exceeded] |
02:49:23 | | qwertyasdfuiopghjkl2 quits [Ping timeout: 260 seconds] |
02:50:15 | | etnguyen03 quits [Client Quit] |
02:54:01 | | HP_Archivist quits [Client Quit] |
02:54:55 | | etnguyen03 (etnguyen03) joins |
03:07:42 | | th3z0l4 quits [Ping timeout: 250 seconds] |
03:14:30 | <nulldata> | https://www.theregister.com/2025/02/17/veeam_forums_data_loss/ |
03:36:29 | <nicolas17> | "It develops backup, disaster recovery and modern data protection software for virtual, cloud-native, SaaS, Kubernetes and physical workloads" |
03:36:40 | | devkev quits [Remote host closed the connection] |
03:38:41 | | etnguyen03 quits [Read error: Connection reset by peer] |
04:09:34 | | BornOn420 quits [Ping timeout: 276 seconds] |
04:31:28 | | lennier2_ joins |
04:34:23 | | lennier2 quits [Ping timeout: 260 seconds] |
04:36:09 | <@arkiver> | bot it back! |
04:36:12 | <@arkiver> | qubert that is |
04:46:01 | | missaustraliana joins |
04:46:35 | | missaustraliana leaves |
04:47:34 | | missaustraliana joins |
04:48:12 | | gust quits [Read error: Connection reset by peer] |
04:49:32 | <missaustraliana> | hellooo its me again, is there a way to send a shutdown command to like 30 warrior docker containers? i have this server thats got that and i just want to see if theres a way to finish the remaining tasks and stop without the web interface |
04:53:55 | <@OrIdow6> | missaustraliana: IDK enough about docker to help there, but Seesaw (ie the main script) watches for a file called "STOP" in the project root dir (I believe I've got the dir right anyway) |
04:54:08 | <@OrIdow6> | So if you can create those in the right places it should stop |
04:55:11 | <missaustraliana> | okay so i just need to pass a file called STOP to each container and when it picks up the file it should stop. |
04:55:26 | <@JAA> | I don't believe the warrior does that. |
04:56:09 | <missaustraliana> | oop |
04:56:52 | <@OrIdow6> | Ohh |
04:58:19 | <missaustraliana> | idk what to do then.. |
04:59:25 | <missaustraliana> | because i know its implemented some way in warrior, because the web page can do it. imma check if theres maybe an api i can call? |
04:59:25 | <@OrIdow6> | If ArchiveTeam cannot provide you with a good way to cleanly shut them all down then it is archiveteam's fault that items will need to be retried |
04:59:40 | <@OrIdow6> | Oh you have HTTP access? |
05:00:19 | <missaustraliana> | well yes and no, ill have to rewrite my script so i can access the ports to every single one |
05:01:30 | <missaustraliana> | if that makes sense |
05:01:33 | <@OrIdow6> | POST to [something]/api/stop if my skim of this part of the source is right |
05:01:34 | <@OrIdow6> | Yeah |
05:01:59 | <missaustraliana> | gimmie a sec to stop all these and get just one going |
05:04:39 | <@JAA> | Doesn't look like there's a signal handler either. |
05:04:57 | <@JAA> | Well, the warrior isn't meant for such setups, so it makes sense that no effort was spent on supporting such things. |
05:05:19 | <@OrIdow6> | I do think it'd be nice at some point to have a fleet manager for the warrior |
05:05:42 | <@OrIdow6> | Might be possible to do by opening some port on the docker images actually |
05:09:16 | <missaustraliana> | okay so curl 127.0.0.1:8001/api/stop returned no output so im guessing it was a success? |
05:09:27 | <missaustraliana> | ill watch and see |
05:12:26 | <@OrIdow6> | Looks like it should say "OK", not nothing |
05:12:38 | <missaustraliana> | hmm. judging by the pids, it seems to be just picking up new jobs. also doing api/anythingever returns nothing. not 404 or unknown or anything |
05:12:49 | <@OrIdow6> | Did you do POST? |
05:12:59 | <missaustraliana> | thats probably why!!! |
05:13:35 | <missaustraliana> | my bad, had a brain fart. lemme try thart agaian |
05:13:40 | <missaustraliana> | again* |
05:14:32 | <missaustraliana> | nooow it returned OK ;-; dunno what i was thinking with GET |
05:14:59 | <missaustraliana> | i think that force killed it. |
05:15:39 | <missaustraliana> | yeah that def is the force kill |
05:18:06 | <missaustraliana> | but that makes no sense because theres /api/stop_now |
05:19:26 | <@OrIdow6> | ... huh |
05:20:13 | <missaustraliana> | im going to see if i can use /api/deselect_project to my advantage as a half-assed way to safely stop |
05:20:28 | <missaustraliana> | and then after a while stop them all |
05:21:31 | <@OrIdow6> | I'll have to test it in the future, it doesn't look like they should stop immediately |
05:21:41 | <missaustraliana> | okay so yes, delect project can be used as a way to stop safely |
05:22:00 | <missaustraliana> | not ideal but it will make do for the mean time |
05:25:59 | | BlueMaxima quits [Read error: Connection reset by peer] |
05:31:05 | | BornOn420 (BornOn420) joins |
05:41:08 | <TheTechRobo> | Just checked in my browser's network sniffer. /api/stop is to stop when current tasks are completed. |
05:42:46 | <TheTechRobo> | Confirmed with `curl -X POST http://at-tomfoolery.local:8001/api/stop` that it has the expected behaviour for me. |
06:04:42 | | LunarianBunny11473 (LunarianBunny1147) joins |
06:05:50 | <missaustraliana> | you used the docker version right? |
06:07:08 | | LunarianBunny1147 quits [Ping timeout: 260 seconds] |
06:07:09 | | LunarianBunny11473 is now known as LunarianBunny1147 |
06:08:15 | | riteo (riteo) joins |
06:22:33 | | devkev (devkev) joins |
06:27:02 | | devkev quits [Ping timeout: 250 seconds] |
07:14:39 | | Wohlstand (Wohlstand) joins |
07:43:58 | | Wohlstand quits [Ping timeout: 260 seconds] |
08:01:57 | | Justin[home] joins |
08:01:57 | | Justin[home] is now authenticated as DopefishJustin |
08:02:27 | | Naruyoko quits [Read error: Connection reset by peer] |
08:02:27 | | DopefishJustin quits [Read error: Connection reset by peer] |
08:02:27 | | Naruyoko joins |
08:02:27 | | Mateon1 quits [Remote host closed the connection] |
08:02:37 | | Mateon1 joins |
08:04:23 | | ScenarioPlanet0 (ScenarioPlanet) joins |
08:05:24 | | ScenarioPlanet quits [Ping timeout: 250 seconds] |
08:05:24 | | ScenarioPlanet0 is now known as ScenarioPlanet |
08:11:03 | | PotatoProton01 joins |
08:30:58 | | wickedplayer494 quits [Ping timeout: 250 seconds] |
08:31:18 | | wickedplayer494 joins |
08:34:47 | | Wohlstand (Wohlstand) joins |
08:48:12 | | loug83181422 joins |
09:07:23 | | loug83181422 quits [Ping timeout: 260 seconds] |
09:32:10 | | loug83181422 joins |
09:48:21 | | Island quits [Read error: Connection reset by peer] |
10:09:46 | | orange quits [Ping timeout: 250 seconds] |
10:12:02 | | elliewebz2 joins |
10:13:40 | | elliewebz quits [Ping timeout: 250 seconds] |
10:13:40 | | elliewebz2 is now known as elliewebz |
10:27:23 | | orange (orange) joins |
10:31:09 | | Larsenv quits [Quit: The Lounge - https://thelounge.chat] |
10:31:23 | | bladem quits [Ping timeout: 260 seconds] |
10:32:28 | | Larsenv (Larsenv) joins |
10:32:35 | | bladem (bladem) joins |
10:32:39 | | Larsenv quits [Client Quit] |
10:33:44 | | Larsenv (Larsenv) joins |
10:59:30 | | Frepa joins |
11:01:57 | | Frepa quits [Client Quit] |
11:22:53 | | orange quits [Read error: Connection reset by peer] |
11:23:07 | | orange (orange) joins |
11:53:20 | | linuxgemini quits [Ping timeout: 250 seconds] |
11:53:20 | | @rewby quits [Ping timeout: 250 seconds] |
11:53:30 | | linuxgemini (linuxgemini) joins |
11:53:48 | | rewby (rewby) joins |
11:53:48 | | @ChanServ sets mode: +o rewby |
12:00:01 | | Bleo18260072271962345 quits [Quit: The Lounge - https://thelounge.chat] |
12:02:48 | | Bleo18260072271962345 joins |
12:02:53 | | HP_Archivist (HP_Archivist) joins |
12:14:36 | | friendlessfisherman (fishermanfriendless) joins |
12:17:36 | | echo__ quits [Remote host closed the connection] |
12:34:40 | | SkilledAlpaca418962 quits [Quit: SkilledAlpaca418962] |
12:35:12 | | SkilledAlpaca418962 joins |
13:00:19 | | devkev (devkev) joins |
13:04:50 | | devkev quits [Ping timeout: 250 seconds] |
13:07:10 | | PotatoProton01 quits [Quit: PotatoProton01] |
13:54:02 | <TheTechRobo> | Yeah, this is warrior-dockerfile. |
14:20:12 | | Naruyoko5 joins |
14:23:16 | | Naruyoko quits [Ping timeout: 250 seconds] |
14:23:33 | | pabs quits [Ping timeout: 260 seconds] |
14:31:35 | | devkev (devkev) joins |
14:33:29 | | devkev_ joins |
14:33:29 | | devkev quits [Read error: Connection reset by peer] |
14:33:30 | <h2ibot> | 0KepOnline edited 7z (+3, 7z is 7z): https://wiki.archiveteam.org/?diff=54452&oldid=1614 |
15:00:07 | | devkev (devkev) joins |
15:04:00 | | devkev_ quits [Ping timeout: 250 seconds] |
15:13:49 | | pabs (pabs) joins |
15:29:54 | | devkev quits [Remote host closed the connection] |
15:34:39 | | ATinySpaceMarine joins |
15:58:36 | | APOLLO_03 quits [Remote host closed the connection] |
16:04:43 | | Webuser600393 joins |
16:05:04 | | Webuser600393 quits [Client Quit] |
16:40:25 | | the joins |
16:58:42 | | gust joins |
17:18:43 | | sec^nd quits [Remote host closed the connection] |
17:19:12 | | sec^nd (second) joins |
17:44:03 | | the quits [Client Quit] |
17:44:35 | <h2ibot> | Manu edited Mailman/2 (+23, /* Started synth-diy.org */): https://wiki.archiveteam.org/?diff=54453&oldid=54218 |
18:06:11 | | kf (kf) joins |
18:15:08 | | zhongfu quits [Ping timeout: 260 seconds] |
18:19:02 | | zhongfu (zhongfu) joins |
18:30:18 | | zhongfu quits [Ping timeout: 260 seconds] |
18:32:22 | | sec^nd quits [Remote host closed the connection] |
18:32:44 | | sec^nd (second) joins |
18:50:05 | | Justin[home] is now known as DopefishJustin |
18:55:23 | | Juest quits [Ping timeout: 260 seconds] |
19:06:34 | | Juest (Juest) joins |
19:24:05 | <leo60228> | twitch is adding a per-channel limit on highlights and uploads and deleting all content above that limit in 2 months: https://link.twitch.tv/storage |
19:38:04 | | Wohlstand quits [Quit: Wohlstand] |
19:39:29 | | nicolas17 is now authenticated as nicolas17 |
20:11:40 | | Juest quits [Ping timeout: 250 seconds] |
20:15:07 | | Juest (Juest) joins |
20:16:12 | | pixel leaves [Error from remote client] |
20:18:26 | | pixel (pixel) joins |
20:22:04 | | SootBector quits [Remote host closed the connection] |
20:22:23 | | SootBector (SootBector) joins |
20:24:54 | | devkev (devkev) joins |
20:29:26 | | devkev quits [Ping timeout: 250 seconds] |
20:31:37 | | APOLLO03 joins |
20:37:37 | | Wohlstand (Wohlstand) joins |
20:54:46 | | Wohlstand quits [Remote host closed the connection] |
21:00:18 | | BlueMaxima joins |
21:06:43 | <@imer> | ugh, that's a nightmare |
21:06:51 | <@imer> | can these video services just like stop |
21:25:58 | <aninternettroll> | is there any tool for twitch users to easily mass upload highlights from twitch to youtube? |
21:27:11 | | Wohlstand (Wohlstand) joins |
21:48:18 | | etnguyen03 (etnguyen03) joins |
21:57:29 | | alexlehm (alexlehm) joins |
22:11:35 | | evanim quits [Read error: Connection reset by peer] |
22:11:43 | | evanim (evanim) joins |
22:19:12 | | Webuser073335 joins |
22:19:30 | | Webuser073335 quits [Client Quit] |
22:20:31 | | Wohlstand quits [Remote host closed the connection] |
22:24:13 | | h2ibot quits [Ping timeout: 260 seconds] |
22:35:51 | <@JAA> | Yeah, h2ibot is down. It's not very typical, I'd like to make that point. |
22:36:37 | | eroc1990 quits [Quit: Ping timeout (120 seconds)] |
22:37:00 | | eroc1990 (eroc1990) joins |
22:49:30 | <Ryz> | Oof, may be a concern for Twitch content, to be active in about 2 months: https://help.twitch.tv/s/article/video-on-demand?language=en_US#storage |
22:53:49 | <Ryz> | Very big ouch potential for the speedrunning community: https://bsky.app/profile/did:plc:44vzylniqzhdpfuwthdhkoow/post/3liklhvzqyc2h |
23:04:32 | | Island joins |
23:38:11 | | Exorcism quits [Read error: Connection reset by peer] |
23:39:42 | | Exorcism (exorcism) joins |
23:41:00 | | etnguyen03 quits [Client Quit] |
23:50:52 | | Ajay quits [Quit: Bridge terminating on SIGTERM] |
23:50:53 | | audrooku|m quits [Quit: Bridge terminating on SIGTERM] |
23:50:53 | | @Sanqui|m quits [Quit: Bridge terminating on SIGTERM] |
23:50:53 | | DigitalDragon quits [Quit: Bridge terminating on SIGTERM] |
23:50:53 | | anon00001|m quits [Quit: Bridge terminating on SIGTERM] |
23:50:53 | | x9fff00 quits [Quit: Bridge terminating on SIGTERM] |
23:50:54 | | Vokun quits [Quit: Bridge terminating on SIGTERM] |
23:50:54 | | Cydog|m quits [Quit: Bridge terminating on SIGTERM] |
23:50:54 | | Hans5958 quits [Quit: Bridge terminating on SIGTERM] |
23:50:55 | | theblazehen|m quits [Quit: Bridge terminating on SIGTERM] |
23:50:55 | | flashfire42|m quits [Quit: Bridge terminating on SIGTERM] |
23:50:55 | | phaeton quits [Quit: Bridge terminating on SIGTERM] |
23:50:55 | | masterx244|m quits [Quit: Bridge terminating on SIGTERM] |
23:50:55 | | tomodachi94 quits [Quit: Bridge terminating on SIGTERM] |
23:50:55 | | Minkafighter|m quits [Quit: Bridge terminating on SIGTERM] |
23:50:55 | | Exorcism|m quits [Quit: Bridge terminating on SIGTERM] |
23:50:56 | | nstrom|m quits [Quit: Bridge terminating on SIGTERM] |
23:50:56 | | alexshpilkin quits [Quit: Bridge terminating on SIGTERM] |
23:50:56 | | Tom|m quits [Quit: Bridge terminating on SIGTERM] |
23:50:56 | | nyuuzyou quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | Alienmaster|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | finalti|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | l0rd_enki|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | andrewvieyra|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | Adamvoltagex|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | MaxG quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | Video quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | noobirc|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | yzqzss quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | mister_x quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | nano412510 quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | mind_combatant quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | tech234a|m-backup quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | Ruk8 quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | mikolaj|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | qyxojzh|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | saouroun|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | moe-a-m|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | Thibaultmol quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | vexr quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | Fletcher quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | hlgs|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | Nulo|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:49 | | thermospheric quits [Quit: Bridge terminating on SIGTERM] |
23:51:51 | | jackt1365|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:51 | | igneousx quits [Quit: Bridge terminating on SIGTERM] |
23:51:51 | | schwarzkatz|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:51 | | britmob|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:51 | | Roki_100|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:51 | | froxcey|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:51 | | upperbody321|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:51 | | cmostracker|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:51 | | CrispyAlice2 quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | s-crypt|m|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | manu|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | coro quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | t3chler|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | akaibu|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | GhostIsBeHere|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | jevinskie quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | GRBaset quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | octylFractal|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | wrangle|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | xxia|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | EvanBoehs|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | bogsen quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | supermariofan67|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | victor_vaughn|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | that_lurker|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | madpro|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | lasdkfj|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | pannekoek11|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | spearcat|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | testing|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | NickS|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | vics quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | nosamu|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | joepie91|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | iCesenberk|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | mpeter|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | v1cs quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | jwoglom|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | superusercode quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | Katia|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | ax|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | haha-whered-it-go|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | rewby|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | trumad|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | ragu|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | MinePlayersPEMyNey|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | yetanotherarchiver|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | Misty|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | will|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | Peetz0r|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | AntoninDelFabbro|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | Tyrasuki|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | noxious quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | Valkum|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | hillow596|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | nightpool quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | username675f|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | Cronfox|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | kaz__|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | ram|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | rain|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | mat|m1 quits [Quit: Bridge terminating on SIGTERM] |
23:51:52 | | Passiing|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:53 | | M--mlv|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:53 | | tech234a quits [Quit: Bridge terminating on SIGTERM] |
23:51:53 | | szczot3k|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:53 | | yarnover|m quits [Quit: Bridge terminating on SIGTERM] |
23:51:53 | | th3z0l4|m quits [Quit: Bridge terminating on SIGTERM] |
23:52:06 | | rewby|m joins |
23:53:10 | | bitspill joins |
23:53:45 | | wickedplayer494 is now authenticated as wickedplayer494 |
23:53:47 | | Sanqui|m (Sanqui) joins |
23:53:47 | | @ChanServ sets mode: +o Sanqui|m |
23:53:47 | | joepie91|m joins |
23:53:47 | | tech234a|m-backup joins |
23:53:47 | | hlgs|m joins |
23:53:47 | | andrewvieyra|m joins |
23:53:47 | | nstrom|m joins |
23:53:47 | | mind_combatant joins |
23:53:47 | | haha-whered-it-go|m joins |
23:53:47 | | t3chler|m joins |
23:53:48 | | schwarzkatz|m joins |
23:53:48 | | jackt1365|m joins |
23:53:48 | | x9fff00 (x9fff00) joins |
23:53:48 | | madpro|m joins |
23:53:48 | | DigitalDragon (DigitalDragon) joins |
23:53:48 | | ragu|m joins |
23:53:48 | | audrooku|m joins |
23:53:48 | | Ajay joins |
23:53:48 | | igneousx (igneousx) joins |
23:53:48 | | GRBaset (GRBaset) joins |
23:53:48 | | Minkafighter|m joins |
23:53:48 | | will|m joins |
23:53:48 | | MaxG joins |
23:53:48 | | jwoglom|m joins |
23:53:48 | | Exorcism|m joins |
23:53:48 | | Cydog|m joins |
23:53:48 | | nosamu|m joins |
23:53:48 | | Roki_100|m joins |
23:53:48 | | trumad|m joins |
23:53:48 | | cmostracker|m joins |
23:53:48 | | noobirc|m joins |
23:53:48 | | Video joins |
23:53:48 | | phaeton (phaeton) joins |
23:53:48 | | octylFractal|m joins |
23:53:48 | | qyxojzh|m joins |
23:53:48 | | Tom|m1 joins |
23:53:48 | | that_lurker|m joins |
23:53:48 | | Vokun (Vokun) joins |
23:53:48 | | yetanotherarchiver|m joins |
23:53:48 | | supermariofan67|m joins |
23:53:48 | | Adamvoltagex|m joins |
23:53:48 | | GhostIsBeHere|m joins |
23:53:48 | | mikolaj|m joins |
23:53:48 | | upperbody321|m joins |
23:53:48 | | mister_x joins |
23:53:49 | | nyuuzyou joins |
23:53:49 | | tomodachi94 (tomodachi94) joins |
23:53:49 | | Fijxu|m joins |
23:53:49 | | pannekoek11|m joins |
23:53:49 | | MinePlayersPEMyNey|m joins |
23:53:49 | | Ruk8 (Ruk8) joins |
23:53:49 | | Cronfox|m joins |
23:53:49 | | Passiing|m joins |
23:53:49 | | kaz__|m joins |
23:53:49 | | Peetz0r|m joins |
23:53:49 | | ram|m joins |
23:53:49 | | thermospheric (Thermospheric) joins |
23:53:49 | | mpeter|m joins |
23:53:49 | | xxia|m joins |
23:53:49 | | theblazehen|m joins |
23:53:49 | | britmob|m joins |
23:53:49 | | NickS|m joins |
23:53:49 | | akaibu|m joins |
23:53:49 | | masterx244|m (masterx244|m) joins |
23:53:49 | | lasdkfj|m joins |
23:53:50 | | finalti|m joins |
23:53:50 | | Thibaultmol joins |
23:53:50 | | manu|m joins |
23:53:50 | | jevinskie (jevinskie) joins |
23:53:50 | | Fletcher (Fletcher) joins |
23:53:50 | | yzqzss (yzqzss) joins |
23:53:50 | | CrispyAlice2 (CrispyAlice2) joins |
23:53:50 | | moe-a-m|m joins |
23:53:50 | | wrangle|m joins |
23:53:50 | | vexr joins |
23:53:50 | | superusercode (superusercode) joins |
23:53:50 | | Misty|m joins |
23:53:50 | | coro joins |
23:53:50 | | alexshpilkin joins |
23:53:50 | | flashfire42|m (flashfire42) joins |
23:53:50 | | EvanBoehs|m joins |
23:53:50 | | iCesenberk|m joins |
23:53:50 | | s-crypt|m|m joins |
23:53:50 | | Nulo|m joins |
23:53:50 | | bogsen (bogsen) joins |
23:53:50 | | Valkum|m joins |
23:53:50 | | vics joins |
23:53:50 | | v1cs joins |
23:53:50 | | nano412510 (nano412510) joins |
23:53:50 | | l0rd_enki|m joins |
23:53:50 | | anon00001|m joins |
23:53:50 | | spearcat|m joins |
23:53:50 | | froxcey|m joins |
23:53:51 | | Alienmaster|m joins |
23:53:51 | | tech234a (tech234a) joins |
23:53:51 | | katia|m joins |
23:53:51 | | Hans5958 (Hans5958) joins |
23:53:51 | | victor_vaughn|m joins |
23:53:51 | | Tyrasuki|m joins |
23:53:51 | | ax|m joins |
23:53:51 | | szczot3k|m joins |
23:53:51 | | th3z0l4|m joins |
23:53:51 | | noxious joins |
23:53:51 | | saouroun|m joins |
23:53:52 | | username675f|m joins |
23:53:52 | | hillow596|m joins |
23:53:52 | | rain|m joins |
23:53:52 | | mat|m1 joins |
23:53:52 | | nightpool (nightpool) joins |
23:53:53 | | yarnover|m joins |
23:53:53 | | AntoninDelFabbro|m joins |
23:54:40 | | gust quits [Quit: Leaving] |
23:54:53 | | gust joins |
23:59:52 | <Flashfire42> | are we gonna do a project for twitch? I know we have #burnthetwitch but thats for comments I think |
23:59:53 | | M--mlv|m joins |