<- Previous Log Select Different Log Next Log ->  
Searching from 2024-09-19 00:00:00 to 2024-09-19 23:59:59.999999.
Query completed in 0.83 seconds
[2024-09-19 03:03:39] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| @syn_acc @northernscrub Edge will more than likely be unable to use chatgpt from now on. Im like 90% sure its due to a edge update 129. They are making massive changes that can mess up the compatibility with a bunch of websites like ms contrast and the cookies and also increasing security by a alot
[2024-09-19 03:03:39] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| @syn_acc @northernscrub Edge will more than likely be unable to use chatgpt from now on. Im like 90% sure its due to a edge update 129. They are making massive changes that can mess up the compatibility with a bunch of websites like ms contrast and the cookies and also increasing security by a alot
[2024-09-19 03:03:40] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://cdn.discordapp.com/attachments/209759416604426242/1286221150145478656/explorer_TwaA2uHmmv.png?ex=66ed1e4b&is=66ebcccb&hm=2d5f76c634daa6390f95dada09402d1df23c93123275a4363ca9f09685b983de&
[2024-09-19 03:03:40] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://cdn.discordapp.com/attachments/209759416604426242/1286221150145478656/explorer_TwaA2uHmmv.png?ex=66ed1e4b&is=66ebcccb&hm=2d5f76c634daa6390f95dada09402d1df23c93123275a4363ca9f09685b983de&
[2024-09-19 03:03:48] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| but since im a fucking genius
[2024-09-19 03:03:49] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| but since im a fucking genius
[2024-09-19 03:03:53] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| i made a script
[2024-09-19 03:03:53] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| i made a script
[2024-09-19 03:03:54] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| # Launch Microsoft Edge with CORS disabled only for https://chatgpt.com/
[2024-09-19 03:03:54] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| # Launch Microsoft Edge with CORS disabled only for https://chatgpt.com/
[2024-09-19 03:03:55] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| # WARNING: This disables web security and should only be used for development purposes.
[2024-09-19 03:03:55] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| # WARNING: This disables web security and should only be used for development purposes.
[2024-09-19 03:03:56] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| $edgePath = "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"
[2024-09-19 03:03:56] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| $edgePath = "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"
[2024-09-19 03:03:58] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| $userDataDir = "$env:TEMP\edge-cors-disabled"
[2024-09-19 03:03:58] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| $userDataDir = "$env:TEMP\edge-cors-disabled"
[2024-09-19 03:03:59] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| $url = "https://chatgpt.com/"
[2024-09-19 03:03:59] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| $url = "https://chatgpt.com/"
[2024-09-19 03:04:00] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| if (-Not (Test-Path $edgePath)) {
[2024-09-19 03:04:01] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| if (-Not (Test-Path $edgePath)) {
[2024-09-19 03:04:02] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)|     Write-Host "Edge executable not found at $edgePath"
[2024-09-19 03:04:02] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)|     Write-Host "Edge executable not found at $edgePath"
[2024-09-19 03:04:03] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)|     Read-Host -Prompt "Press Enter to exit"
[2024-09-19 03:04:04] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)|     Read-Host -Prompt "Press Enter to exit"
[2024-09-19 03:04:04] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)|     exit 1
[2024-09-19 03:04:05] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)|     exit 1
[2024-09-19 03:04:05] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| }
[2024-09-19 03:04:06] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| }
[2024-09-19 03:04:07] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| # Start Edge with the URL and required flags
[2024-09-19 03:04:07] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| # Start Edge with the URL and required flags
[2024-09-19 03:04:08] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| Start-Process -FilePath $edgePath -ArgumentList "--disable-web-security", "--user-data-dir=`"$userDataDir`"", "--new-window", $url
[2024-09-19 03:04:08] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| Start-Process -FilePath $edgePath -ArgumentList "--disable-web-security", "--user-data-dir=`"$userDataDir`"", "--new-window", $url
[2024-09-19 03:10:30] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| and im 100% sure its microsofts doing
[2024-09-19 03:10:30] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| and im 100% sure its microsofts doing
[2024-09-19 03:14:05] <armagetron-bridge> 07discord:syn_acc| nah look up i had the exact same issue on chrome
[2024-09-19 03:14:06] <armagetronbridge> 07discord:syn_acc| nah look up i had the exact same issue on chrome
[2024-09-19 03:14:17] <armagetron-bridge> 07discord:syn_acc| i think its something on open ai's side
[2024-09-19 03:14:17] <armagetronbridge> 07discord:syn_acc| i think its something on open ai's side
[2024-09-19 03:14:27] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| i have a version
[2024-09-19 03:14:27] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| i have a version
[2024-09-19 03:14:30] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| of 129
[2024-09-19 03:14:30] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| of 129
[2024-09-19 03:14:31] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| that works
[2024-09-19 03:14:31] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| that works
[2024-09-19 03:14:49] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| with no scripts or nothing
[2024-09-19 03:14:49] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| with no scripts or nothing
[2024-09-19 03:14:51] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| barebones
[2024-09-19 03:14:51] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| barebones
[2024-09-19 03:14:56] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| not even signed in
[2024-09-19 03:14:56] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| not even signed in
[2024-09-19 03:15:05] <armagetron-bridge> 07discord:syn_acc| they say that logging out works
[2024-09-19 03:15:05] <armagetronbridge> 07discord:syn_acc| they say that logging out works
[2024-09-19 03:15:14] <armagetron-bridge> 07discord:syn_acc| if you're signed in then you have issues
[2024-09-19 03:15:14] <armagetronbridge> 07discord:syn_acc| if you're signed in then you have issues
[2024-09-19 03:15:21] <armagetron-bridge> 07discord:syn_acc| but launching chrome with those same flags works
[2024-09-19 03:15:21] <armagetronbridge> 07discord:syn_acc| but launching chrome with those same flags works
[2024-09-19 03:15:34] <armagetron-bridge> 07discord:syn_acc| its probably in the chromium engine since edge and chrome both use it
[2024-09-19 03:15:34] <armagetronbridge> 07discord:syn_acc| its probably in the chromium engine since edge and chrome both use it
[2024-09-19 03:15:37] <armagetronbridge> 07discord:syn_acc| the flags look the same
[2024-09-19 03:15:37] <armagetron-bridge> 07discord:syn_acc| the flags look the same
[2024-09-19 03:17:10] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| logged in
[2024-09-19 03:17:10] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| logged in
[2024-09-19 03:17:12] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| still working
[2024-09-19 03:17:13] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| still working
[2024-09-19 03:17:30] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| i have a feeling its microsoft
[2024-09-19 03:17:30] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| i have a feeling its microsoft
[2024-09-19 03:17:35] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| in the canary edge
[2024-09-19 03:17:35] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| in the canary edge
[2024-09-19 03:17:39] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| 130
[2024-09-19 03:17:39] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| 130
[2024-09-19 03:18:02] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| up to i think 132
[2024-09-19 03:18:02] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| up to i think 132
[2024-09-19 03:18:07] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| they will be removing
[2024-09-19 03:18:07] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| they will be removing
[2024-09-19 03:18:20] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| a bunch of old stuff that got brought from ie
[2024-09-19 03:18:20] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| a bunch of old stuff that got brought from ie
[2024-09-19 03:19:17] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://cdn.discordapp.com/attachments/209759416604426242/1286225083357986867/image.png?ex=66ed21f4&is=66ebd074&hm=a30093e0a5645c1750f97feba6c9326caeda172d6255321d70c5b017107ef66f&
[2024-09-19 03:19:17] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://cdn.discordapp.com/attachments/209759416604426242/1286225083357986867/image.png?ex=66ed21f4&is=66ebd074&hm=a30093e0a5645c1750f97feba6c9326caeda172d6255321d70c5b017107ef66f&
[2024-09-19 03:19:37] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| and the flags
[2024-09-19 03:19:38] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| and the flags
[2024-09-19 03:19:41] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| are exactly the same
[2024-09-19 03:19:42] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| are exactly the same
[2024-09-19 03:19:43] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| pretty
[2024-09-19 03:19:43] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| pretty
[2024-09-19 03:19:44] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| sure
[2024-09-19 03:19:44] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| sure
[2024-09-19 03:20:02] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| that script i made should work for you just replace the dir
[2024-09-19 03:20:02] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| that script i made should work for you just replace the dir
[2024-09-19 03:20:36] <armagetronbridge> 07discord:syn_acc| theyre exactly the same because the issue is with chromium haha
[2024-09-19 03:20:37] <armagetron-bridge> 07discord:syn_acc| theyre exactly the same because the issue is with chromium haha
[2024-09-19 03:20:40] <armagetronbridge> 07discord:syn_acc| i dont use anything microsoft
[2024-09-19 03:20:40] <armagetron-bridge> 07discord:syn_acc| i dont use anything microsoft
[2024-09-19 03:20:53] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| yeah after this
[2024-09-19 03:20:53] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| yeah after this
[2024-09-19 03:20:59] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| imma switch
[2024-09-19 03:20:59] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| imma switch
[2024-09-19 03:21:01] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| to zen
[2024-09-19 03:21:02] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| to zen
[2024-09-19 03:21:40] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| but if in doubt
[2024-09-19 03:21:40] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| but if in doubt
[2024-09-19 03:21:48] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| their is a wrapper someone made on github
[2024-09-19 03:21:48] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| their is a wrapper someone made on github
[2024-09-19 03:22:29] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| thats works perfectly fine https://github.com/lencx/ChatGPT
[2024-09-19 03:22:29] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| thats works perfectly fine https://github.com/lencx/ChatGPT
[2024-09-19 03:22:53] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://github.com/lencx/noi
[2024-09-19 03:22:53] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://github.com/lencx/noi
[2024-09-19 03:22:56] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| tho will not
[2024-09-19 03:22:56] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| tho will not
[2024-09-19 03:23:09] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| itll show the blank screen
[2024-09-19 03:23:09] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| itll show the blank screen
[2024-09-19 03:25:02] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| left side 129 and the right is 130
[2024-09-19 03:25:02] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| left side 129 and the right is 130
[2024-09-19 03:25:03] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://cdn.discordapp.com/attachments/209759416604426242/1286226529998864424/image.png?ex=66ed234d&is=66ebd1cd&hm=04ae5a1b792124db2c986a47544d7e325a7302d276f30b2e05fccecf102cf41c&
[2024-09-19 03:25:03] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://cdn.discordapp.com/attachments/209759416604426242/1286226529998864424/image.png?ex=66ed234d&is=66ebd1cd&hm=04ae5a1b792124db2c986a47544d7e325a7302d276f30b2e05fccecf102cf41c&
[2024-09-19 03:26:16] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| the 129 build is beta
[2024-09-19 03:26:16] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| the 129 build is beta
[2024-09-19 03:26:17] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| btw
[2024-09-19 03:26:18] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| btw
[2024-09-19 03:27:05] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://cdn.discordapp.com/attachments/209759416604426242/1286227046585864243/image.png?ex=66ed23c8&is=66ebd248&hm=7b7fb9f3ce362bdfc3f032f89048966a2e2fa3f55599a48945868bf026c72147&
[2024-09-19 03:27:05] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://cdn.discordapp.com/attachments/209759416604426242/1286227046585864243/image.png?ex=66ed23c8&is=66ebd248&hm=7b7fb9f3ce362bdfc3f032f89048966a2e2fa3f55599a48945868bf026c72147&
[2024-09-19 03:46:00] <armagetron-bridge> 10discord:NorthernScrub| It's a chromium issue. They've tightened cors restrictions as part of a "refit". I heard something about it being a whole raft of changes along with manifest v3. Whole thing is security theatre anyway, just use firefox instead
[2024-09-19 03:46:01] <armagetronbridge> 10discord:NorthernScrub| It's a chromium issue. They've tightened cors restrictions as part of a "refit". I heard something about it being a whole raft of changes along with manifest v3. Whole thing is security theatre anyway, just use firefox instead
[2024-09-19 03:49:22] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| yeah thats what imma do
[2024-09-19 03:49:22] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| yeah thats what imma do
[2024-09-19 03:49:27] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| zen is firefox based
[2024-09-19 03:49:27] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| zen is firefox based
[2024-09-19 03:49:42] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| and looking pretty promizing especially in the customization part
[2024-09-19 03:49:42] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| and looking pretty promizing especially in the customization part
[2024-09-19 03:49:56] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| it allows native css edting
[2024-09-19 03:49:56] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| it allows native css edting
[2024-09-19 03:51:04] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| (https://github.com/zen-browser/desktop)
[2024-09-19 03:51:04] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| (https://github.com/zen-browser/desktop)
[2024-09-19 03:51:31] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| and the performance from what ive seen
[2024-09-19 03:51:31] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| and the performance from what ive seen
[2024-09-19 04:12:32] --> delinquent has joined the channel
[2024-09-19 04:12:33] --> JackSkellington has joined the channel
[2024-09-19 04:17:22] <armagetron-bridge> 04discord:spoopy delinquent| I don't know the first thing about zen browser tbh. I do like how many forks there are of firefox though. foss at work
[2024-09-19 04:17:22] <armagetronbridge> 04discord:spoopy delinquent| I don't know the first thing about zen browser tbh. I do like how many forks there are of firefox though. foss at work
[2024-09-19 04:19:33] -!- JackSkellington changed nick to monRAAARGH
[2024-09-19 06:48:29] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| working in 130 now i got to the site through open ai so by i mean i had to go through the sign in this order:
[2024-09-19 06:48:29] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| working in 130 now i got to the site through open ai so by i mean i had to go through the sign in this order:
[2024-09-19 06:48:30] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://openai.com/api/
[2024-09-19 06:48:30] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://openai.com/api/
[2024-09-19 06:48:31] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://openai.com/
[2024-09-19 06:48:31] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://openai.com/
[2024-09-19 06:48:32] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://auth.openai.com/authorize?
[2024-09-19 06:48:32] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://auth.openai.com/authorize?
[2024-09-19 06:48:33] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://platform.openai.com/apps
[2024-09-19 06:48:34] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://platform.openai.com/apps
[2024-09-19 06:48:35] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://auth0.openai.com/u/login/identifier
[2024-09-19 06:48:35] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://auth0.openai.com/u/login/identifier
[2024-09-19 06:48:36] <armagetron-bridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://cdn.discordapp.com/attachments/209759416604426242/1286277730043826290/image.png?ex=66ed52fc&is=66ec017c&hm=49ea1d45ea6c8b0c63ba0f2eac1538f8828efbc71f7d5831a77b0c72b7cb262a&
[2024-09-19 06:48:36] <armagetronbridge> 12discord:Rx.Luigi (Best LDF Player Ever)| https://cdn.discordapp.com/attachments/209759416604426242/1286277730043826290/image.png?ex=66ed52fc&is=66ec017c&hm=49ea1d45ea6c8b0c63ba0f2eac1538f8828efbc71f7d5831a77b0c72b7cb262a&
[2024-09-19 10:09:06] <-- monRAAARGH has quit (Remote host closed the connection)
[2024-09-19 10:09:06] <-- delinquent has quit (Remote host closed the connection)
[2024-09-19 10:11:50] --> delinquent has joined the channel
[2024-09-19 10:11:55] --> JackSkellington has joined the channel
[2024-09-19 12:51:25] --> Lucifer_arma has joined the channel
[2024-09-19 12:53:54] <-- Lucifer_arma_ has quit (Ping timeout: 480 seconds)
[2024-09-19 13:09:34] <-- Lucifer_arma has quit (Read error: No route to host)
[2024-09-19 15:19:23] -!- JackSkellington changed nick to monRAAARGH
[2024-09-19 16:43:19] <-- delinquent has quit (Remote host closed the connection)
[2024-09-19 16:43:19] <-- monRAAARGH has quit (Remote host closed the connection)
[2024-09-19 17:46:01] --> Juesto has joined the channel
[2024-09-19 17:46:25] <-- Juest has quit (Ping timeout: 252 seconds)
[2024-09-19 17:46:47] -!- Juesto changed nick to Juest
[2024-09-19 18:11:26] --> Juesto has joined the channel
[2024-09-19 18:12:35] <-- Juest has quit (Ping timeout: 255 seconds)
[2024-09-19 18:13:24] -!- Juesto changed nick to Juest
[2024-09-19 18:33:51] --> Lucifer_arma has joined the channel
[2024-09-19 18:40:21] <-- Juest has quit (Ping timeout: 248 seconds)
[2024-09-19 18:41:20] <-- Lucifer_arma has quit (Quit: Core dumped)
[2024-09-19 18:42:08] --> Juest has joined the channel
[2024-09-19 18:42:24] --> Lucifer_arma has joined the channel
[2024-09-19 18:50:17] <-- Lucifer_arma has quit (Read error: Connection reset by peer)
[2024-09-19 18:53:50] --> Lucifer_arma has joined the channel
[2024-09-19 18:57:14] <-- Lucifer_arma has quit (Read error: No route to host)
[2024-09-19 19:03:12] <-- Juest has quit (Ping timeout: 246 seconds)
[2024-09-19 19:04:01] --> Juest has joined the channel
[2024-09-19 20:41:54] -!- Juest changed nick to Guest3981
[2024-09-19 20:42:04] --> Juest has joined the channel
[2024-09-19 20:43:28] --> Juesto has joined the channel
[2024-09-19 20:45:39] <-- Juest has quit (Ping timeout: 265 seconds)
[2024-09-19 20:45:44] -!- Juesto changed nick to Juest
[2024-09-19 20:49:09] <-- Guest3981 has quit (Ping timeout: 480 seconds)
[2024-09-19 21:21:52] --> Lucifer_arma has joined the channel
[2024-09-19 22:40:25] <-- Lucifer_arma has quit (Ping timeout: 480 seconds)

View entire month
DISCLAIMER: These logs of public chat may contain some content which may not be appropriate for all audiences. Use at your own risk.
Logs from 2006-2009 pulled from wrtlprnft
Format changes at: 2015-08-25, 2017-02-20, and 2020-03-23. Times (2015 and later) should be Eastern.


 
 
 ArmaNelgTron.tk
 © NelgTron 2014-2024. Made for . [About this site] [Credits]