00:07
mauz555 has joined #ipfs
00:11
mauz555 has quit [Ping timeout: 246 seconds]
00:13
dqx has joined #ipfs
00:55
clemo has quit [Ping timeout: 276 seconds]
00:56
fjellfras has joined #ipfs
00:58
kpp has quit [Quit: Leaving]
01:01
refpga has quit [Ping timeout: 276 seconds]
01:02
refpga has joined #ipfs
01:14
v3ry3arly has joined #ipfs
01:39
DavidPH has joined #ipfs
01:40
Belkaar has quit [Ping timeout: 245 seconds]
01:41
Belkaar has joined #ipfs
01:41
Belkaar has joined #ipfs
01:55
dongrappa has joined #ipfs
02:01
_whitelogger has joined #ipfs
02:04
felixfoertsch has joined #ipfs
02:05
felixfoertsch23 has quit [Ping timeout: 245 seconds]
02:06
draganivanovic has quit [Read error: Connection reset by peer]
02:08
kakra has joined #ipfs
02:12
hurikhan77 has quit [Ping timeout: 246 seconds]
02:13
user_51_ has joined #ipfs
02:17
user_51 has quit [Ping timeout: 245 seconds]
02:20
baojg has quit [Remote host closed the connection]
02:22
baojg has joined #ipfs
02:26
verin0x8 has joined #ipfs
02:28
verin0x has quit [Ping timeout: 265 seconds]
02:42
dqx has quit [Remote host closed the connection]
02:52
mindCrime_ has joined #ipfs
02:54
mindCrime__ has joined #ipfs
02:57
JackLund[m] has joined #ipfs
02:58
mindCrime_ has quit [Ping timeout: 245 seconds]
03:09
shizy has quit [Quit: WeeChat 2.6]
03:25
mindCrime__ has quit [Ping timeout: 246 seconds]
03:34
craigo has joined #ipfs
03:43
<
pusherDiscord[m] >
apologise if I came off a bit whiney, every solution i have tried thus far is half way to it, cant deal with big files (think --timeout on a 10GB file it will always timeout before it finishes)
03:43
<
pusherDiscord[m] >
so altho my script works, it would be really nice to see better support for multiple pinning, and have a method of retrying a pin that couldnt be retrieved later natively within ipfs.
03:46
<
pusherDiscord[m] >
maybe i misunderstand and the ipfs cluster service is capable of some of this, but it seemed very much like to me that cluster wasn't like a regular ipfs service, and was bootstrapped privately. maybe this is just the control layer, but i was worried about someone with the secret remotely pinning stuff that they shouldn't. my script at the moment wgets the hash list and ipfs pin add ${} for each line, but I think that
03:46
<
pusherDiscord[m] >
ipfs should support adding multiple. I mean if I am right and there is no easy way to do this maybe I will write a control layer and daemon for it. since I can check if the ipfs has been added persistently. It would just be nice to see such job management control native within ipfs, maybe I ask for too much here. I see many good reason to have job management outside of ipfs, but also some good reasons to have it. As I
03:46
<
pusherDiscord[m] >
deal with fairly large dataset, over 1000 hashes now, and it feels a bit impractical with just --timeout. Maybe there is a better way i not aware of
03:48
<
pusherDiscord[m] >
So TLDR, it seems pretty simple to do a shellscript for job management of ipfs. The script above I have works real fine. It's with large files where it falls down, since there is no --read-timeout, only a 'global' timeout, which means much inefficiency and time wasting can exist. Also I think why shouldnt ipfs retry for hashes that fail to pin? why cannot ipfs support ipfs hash pinning in background rather than in
03:48
<
pusherDiscord[m] >
foreground? etc
03:49
<
pusherDiscord[m] >
* So TLDR, it seems pretty simple to do a shellscript for job management of ipfs. The script above I have works real fine. It's with large files where it falls down, since there is no --read-timeout, only a 'global' timeout, which means much inefficiency and time wasting can exist. Also I think why shouldnt ipfs retry for hashes that fail to pin? why cannot ipfs support ipfs hash pinning in background rather than in
03:49
<
pusherDiscord[m] >
foreground and support retries? etc
03:56
dongrappa has joined #ipfs
04:01
polman has quit [Ping timeout: 245 seconds]
04:01
dongrappa has quit [Ping timeout: 276 seconds]
04:04
refpga has quit [Quit: Quit]
04:04
refpga has joined #ipfs
04:06
<
pusherDiscord[m] >
I am open to the fact there is a good reason ipfs not have job management like this built in, I hope you guys see some advantages of making it easier to do what I am suggesting though. There are people like us and our customers that want to support the ipfs network, and we need an ipfs-mirror-pin service or something that is simpler than the cluster service I think. Maybe I am mistaken and we can use cluster service
04:06
<
pusherDiscord[m] >
afterall, but it just seemed like it is overengineering to use the cluster service when DHT discovery works just fine in regular ipfs binary, just need job management is all. Naturally the best solution would be to have a master node or cluster that our OS image when run reported to, and have them replicate the hash list on that node automatically without remote pin control necessary. I'm kind of stuck I don't know the
04:06
<
pusherDiscord[m] >
best way to do this, I just hope someone can set me straight, I have not been using IPFS that long so am not as knowledgable as I'd like to be about it.
04:07
polman has joined #ipfs
04:16
cwahlers_ has quit [Ping timeout: 246 seconds]
04:18
cwahlers has joined #ipfs
04:20
vandemar has left #ipfs [#ipfs]
04:27
<
pusherDiscord[m] >
I am going to ask one question because I think after all my paragraphs of text describing it - its way simpler a question than appears to be. It should be possible for us to distribute an image, without any remote control cluster etc, and have a peer list of 5 'master nodes' and then instruct ipfs to get the hashes on those nodes, which i think is possible, and then to persistently attempt to sync all pins from all 5
04:27
<
pusherDiscord[m] >
nodes with some kind of job control? is this possible already? my knowledge of ipfs is not that great. I want to do completely native job control of pinning hashes and i think that in the setup i describe there should be an option for --auto-retry when adding a pin, so for instance if it times out, it will still keep trying to pin it. honestly it feels like it should timeout and then keep on trying to resume the
04:27
<
pusherDiscord[m] >
incomplete hash data later on. I dont think it is doing that right now
04:27
<
pusherDiscord[m] >
* I am going to ask one question because I think after all my paragraphs of text describing it - its way simpler a question than appears to be. It should be possible for us to distribute an OS image for our clients, without any remote control cluster etc, and have a peer list of 5 'master nodes' and then instruct ipfs to get the hashes on those nodes, which i think is possible, and then to persistently attempt to sync
04:27
<
pusherDiscord[m] >
all pins from all 5 nodes with some kind of job control? is this possible already? my knowledge of ipfs is not that great. I want to do completely native job control of pinning hashes and i think that in the setup i describe there should be an option for --auto-retry when adding a pin, so for instance if it times out, it will still keep trying to pin it. honestly it feels like it should timeout and then keep on trying
04:27
<
pusherDiscord[m] >
to resume the incomplete hash data later on. I dont think it is doing that right now
04:27
<
pusherDiscord[m] >
* I am going to ask one question because I think after all my paragraphs of text describing it - its way simpler a question than appears to be. It should be possible for us to distribute an OS image for our clients, without any remote control cluster etc, and have a peer list of 5 'master nodes' as ordinary bootstrap, and then instruct ipfs to get the hashes on those nodes, which i think is possible, and then to
04:27
<
pusherDiscord[m] >
persistently attempt to sync all pins from all 5 nodes with some kind of job control? is this possible already? my knowledge of ipfs is not that great. I want to do completely native job control of pinning hashes and i think that in the setup i describe there should be an option for --auto-retry when adding a pin, so for instance if it times out, it will still keep trying to pin it. honestly it feels like it should
04:27
<
pusherDiscord[m] >
timeout and then keep on trying to resume the incomplete hash data later on. I dont think it is doing that right now
04:27
<
pusherDiscord[m] >
* I am going to ask one question because I think after all my paragraphs of text describing it - its way simpler a question than appears to be. It should be possible for us to distribute an OS image for our clients, without any remote control cluster etc, and have a peer list of 5 'master nodes' as ordinary bootstrap, and then instruct ipfs of clients to get the hashes on those nodes, which i think is possible, and then
04:27
<
pusherDiscord[m] >
to persistently attempt to sync all pins from all 5 nodes with some kind of job control? is this possible already? my knowledge of ipfs is not that great. I want to do completely native job control of pinning hashes and i think that in the setup i describe there should be an option for --auto-retry when adding a pin, so for instance if it times out, it will still keep trying to pin it. honestly it feels like it should
04:27
<
pusherDiscord[m] >
timeout and then keep on trying to resume the incomplete hash data later on. I dont think it is doing that right now
04:29
<
pusherDiscord[m] >
so i had previously written a script that would ipfs get --timeout 120s, and try and resume it the next time the job is ran. you could have a list in ipfs like, ipfs pin ls --type=incomplete or something
04:29
<
pusherDiscord[m] >
I will look into it more and report back what i find
04:48
cwahlers has quit [Ping timeout: 240 seconds]
04:49
cwahlers has joined #ipfs
04:58
zeden has joined #ipfs
05:07
verin0x86 has joined #ipfs
05:10
verin0x8 has quit [Ping timeout: 240 seconds]
05:13
dqx has joined #ipfs
05:16
zeden has quit [Quit: WeeChat 2.4]
05:32
DavidPH has quit [Ping timeout: 245 seconds]
05:34
clemo has joined #ipfs
05:57
dqx has quit [Remote host closed the connection]
06:05
dqx has joined #ipfs
06:49
mauz555 has joined #ipfs
06:52
craigo has quit [Read error: Connection reset by peer]
06:53
mauz555 has quit [Ping timeout: 246 seconds]
07:16
airwind has joined #ipfs
07:20
hsn has joined #ipfs
07:28
mauz555 has joined #ipfs
07:30
dongrappa has joined #ipfs
07:32
cxl000 has joined #ipfs
07:32
ylp has joined #ipfs
07:33
mauz555 has quit [Ping timeout: 276 seconds]
07:34
mauz555 has joined #ipfs
07:38
mauz555 has quit [Ping timeout: 246 seconds]
07:45
thexa4 has joined #ipfs
07:46
verin0x86 is now known as verin0x
07:59
mauz555 has joined #ipfs
07:59
mauz555 has quit [Read error: Connection reset by peer]
07:59
mauz555 has joined #ipfs
08:05
FreeHongKong has quit [Quit: WeeChat 2.3]
08:06
pecastro has joined #ipfs
08:12
vmx has joined #ipfs
08:15
noresult has quit [Ping timeout: 245 seconds]
08:20
noresult has joined #ipfs
08:37
cxl000 has quit [Ping timeout: 265 seconds]
08:40
clemo has quit [Ping timeout: 240 seconds]
08:42
dongrappa has quit [Ping timeout: 265 seconds]
08:44
cxl000 has joined #ipfs
08:49
cxl000 has quit [Ping timeout: 276 seconds]
08:57
rendar has joined #ipfs
09:10
dongrappa has joined #ipfs
09:26
polman has quit [Ping timeout: 245 seconds]
09:30
cxl000 has joined #ipfs
09:32
polman has joined #ipfs
09:46
ZaZ has joined #ipfs
09:47
<
JCaesar >
Is this what it looks like when someone keeps editing their messages on discord and they get pushed to irc and then to matrix? O_O
09:47
<
JCaesar >
wall of text…
09:48
<
voker57 >
bridges must die
09:48
<
JCaesar >
editing messages must die.
09:49
<
voker57 >
well it can live in discord
09:51
<
JCaesar >
I think it's generally a bad idea. Edits during and after reading, and the like…
09:51
<
JCaesar >
pusher (is that the nick or just the name of a bridge?): possible is maybe a bit of a strong word. You can't know what some node pinned. But you can listen to which hashes it announces and get those.
09:53
<
JCaesar >
But I'm not sure whether there's a good API or command to listen to "provides". Might be somewhere deep in the protocol.
09:55
<
voker57 >
ipfs log tail
09:55
<
voker57 >
that's what ipfs search does
09:56
<
voker57 >
you probably need to run several nodes to get a good network coverage though
10:06
<
JCaesar >
If you only want to follow a specific set of nodes?
10:12
refpga has quit [Ping timeout: 246 seconds]
10:12
refpga has joined #ipfs
10:13
Soo_Slow has joined #ipfs
10:16
gfwbreaker has joined #ipfs
10:17
FreeHongKong has joined #ipfs
10:26
<
voker57 >
I believe what announces you see in log tail depends on your DHT ID
10:26
<
voker57 >
so whether specific or non specific nodes you have to control a wide-covering set of ids
10:48
mauz555 has quit [Remote host closed the connection]
10:48
mauz555 has joined #ipfs
10:53
clemo has joined #ipfs
11:14
seed0c[m] has joined #ipfs
11:31
malaclyps has quit [Read error: Connection reset by peer]
11:34
FreeHongKong has quit [Quit: WeeChat 2.3]
11:35
gfwbreaker has quit [Quit: WeeChat 2.3]
11:35
FreeHongKong has joined #ipfs
11:35
malaclyps has joined #ipfs
12:01
xcm has quit [Remote host closed the connection]
12:03
xcm has joined #ipfs
12:04
airwind has quit [Quit: airwind]
12:28
uniquerockrz has joined #ipfs
12:30
__jrjsmrtn__ has quit [Ping timeout: 246 seconds]
12:31
__jrjsmrtn__ has joined #ipfs
12:34
fjellfras has quit [Quit: Leaving]
12:36
mauz555 has quit []
12:42
astronavt has quit [Quit: ...]
12:43
astronavt has joined #ipfs
12:44
KempfCreative has joined #ipfs
12:48
deltab has quit [Ping timeout: 244 seconds]
12:48
toxync01 has quit [Ping timeout: 245 seconds]
12:48
toxync01- has joined #ipfs
12:52
ZaZ has quit [Read error: Connection reset by peer]
12:56
deltab has joined #ipfs
12:57
foxcpp has quit [Quit: Looks like my relay decided to commit suicide]
13:03
toxync01 has joined #ipfs
13:03
toxync01- has quit [Ping timeout: 265 seconds]
13:07
octav1a has joined #ipfs
13:08
toxync01 has quit [Excess Flood]
13:09
toxync01 has joined #ipfs
13:11
vmx has quit [Remote host closed the connection]
13:15
DavidPH has joined #ipfs
13:15
<
CopenBra[m] >
What are your favorite sites on IPFS
13:17
<
CopenBra[m] >
* What are your favorite sites on IPFS?
13:17
mrCyborg has joined #ipfs
13:30
<
pusherDiscord[m] >
uh they werent edits i just typed way too much
13:30
<
pusherDiscord[m] >
heh
13:31
<
pusherDiscord[m] >
because actually ipfs has no job management built in, and I've been developing my own job manager, and do you know what i discovered ˈt͡sɛːzaɐ̯? that ipfs should have a proper ipfs sync job manager built into it.. or at the very least support --read-timeout but it doesnt. I've written a variety of different solutions but none are practical. It feels like reinventing the wheel, when maybe ipfs should natively have
13:31
<
pusherDiscord[m] >
of accepting a list of ipfs hashes, and actually --auto-retry instead of just fail if a pin isnt available at the time of ipfs pin or ipfs add is run. it feels like an incomplete solution is all.
13:32
<
pusherDiscord[m] >
* because actually ipfs has no job management built in, and I've been developing my own job manager, and do you know what i discovered ˈt͡sɛːzaɐ̯? that ipfs should have a proper ipfs sync job manager built into it.. or at the very least support --read-timeout but it doesnt. I've written a variety of different solutions but none are practical. It feels like reinventing the wheel, when maybe ipfs should natively hav
13:32
<
pusherDiscord[m] >
way of accepting a list of ipfs hashes, and actually --auto-retry instead of just fail or infinitely hang if a pin isnt available at the time of ipfs pin or ipfs add is run. it feels like an incomplete solution is all.
13:34
<
pusherDiscord[m] >
hopefully that is a bit shorter for you to digest, apologise for the long post. 😛 i was at my wits end. I am maintainer of our rpi images and sync control mirror for a large ipfs blockchain and it just felt like job management is non existent, and I want to know what the best way to do it is all heheh
13:36
<
jacopostanchi[m] >
pusher (Discord): I suggest you to submit long posts on discuss.ipfs.io instead
13:38
<
jacopostanchi[m] >
Oops I figured my message may sound mean. Sorry
13:38
xcm has quit [Read error: Connection reset by peer]
13:40
xcm has joined #ipfs
13:43
<
voker57 >
i suggest we ban malfunctioning discord bot
13:49
<
CopenBra[m] >
huh, permaweb.io has a discord bridge?
14:00
zeden has joined #ipfs
14:03
<
pusherDiscord[m] >
thats all right j, i am badgering on incessantly . but yeah seriously why is there no native job management in ipfs, it seems to me it could be better for handling large datasets, in my case i'd love to use ipfs-pack but found it quite unreliable, i manage a huge dataset and ipfs gateway with as many as 100 nodes or more and thousands of objects small and big, so it would be cool is all to have a proper set way to pin
14:03
<
pusherDiscord[m] >
large numbers of ipfs with a --read-timeout and an --auto-retry flag, apologies for long posts and if i have offended anyone from using discor
14:03
<
pusherDiscord[m] >
d
14:10
xelra has quit [Ping timeout: 240 seconds]
14:12
xelra has joined #ipfs
14:16
mindCrime__ has joined #ipfs
14:16
xelra has quit [Remote host closed the connection]
14:17
mindCrime_ has joined #ipfs
14:19
null1337 has quit [Ping timeout: 265 seconds]
14:20
xelra has joined #ipfs
14:20
null1337 has joined #ipfs
14:21
mindCrime__ has quit [Ping timeout: 265 seconds]
14:21
Acacia has quit [Remote host closed the connection]
14:26
KempfCreative has quit [Ping timeout: 246 seconds]
14:27
FreeHongKong has quit [Quit: WeeChat 2.3]
14:30
clemo has quit [Ping timeout: 276 seconds]
14:38
KempfCreative has joined #ipfs
14:48
clemo has joined #ipfs
15:12
cp- has quit [Quit: Disappeared in a puff of smoke]
15:17
cp- has joined #ipfs
15:20
noresult has quit [Ping timeout: 240 seconds]
15:25
<
achingbrain[m] >
Fab, thanks
15:26
<
achingbrain[m] >
Hopefully some of them are in here and composing PRs as I type
15:26
<
achingbrain[m] >
I mean, who wouldn't want to be on the early testers programme?
15:26
<
achingbrain[m] >
Tres exclusiv
15:29
MDude has quit [Ping timeout: 258 seconds]
15:30
zeden has quit [Quit: WeeChat 2.4]
15:32
zeden has joined #ipfs
15:33
MDude has joined #ipfs
16:02
ylp has quit [Quit: Leaving.]
16:06
DavidPH has quit [Remote host closed the connection]
16:15
<
CopenBra[m] >
How close are we to having web IPFS so that anybody who opens your IPFS files in their browser can help host it?
16:18
opal has quit [Ping timeout: 250 seconds]
16:18
KempfCreative has quit [Ping timeout: 276 seconds]
16:19
polman has quit [Ping timeout: 245 seconds]
16:19
opal has joined #ipfs
16:24
polman has joined #ipfs
16:33
Soo_Slow has quit [Remote host closed the connection]
16:33
<
jacopostanchi[m] >
Elon Satoshi We already have IPFS companion as a browser extension but it needs IPFS WebUI running in the background so we still have work to do in order to have a standalone IPFS browser. Besides, IPFS companion only resolves IPFS/IPNS scheme URLs in the URL bar and not directly in the HTML (for example <img src="ipfs://em8uZ9..." /> doesn't work).
16:34
<
hsanjuan[m] >
jacopostanchi: I think companion supports running an embedded js-ipfs node. It needs a go-ipfs daemon in the background otherwise, not WebUI (webUI is a website)
16:35
<
jacopostanchi[m] >
Ok thank you, sorry for my mistakes. Does js-ipfs keep the same private key when you close and reopen the browser though?
16:39
<
CopenBra[m] >
Can js-ipfs be embedded in a website and run in a browser by someone who doesn't have IPFS installed?
16:39
<
jacopostanchi[m] >
And js-ipfs can be used only on webpages that import its js file. Importing it on 2 different files creates 2 instances.
16:40
<
jacopostanchi[m] >
Elon Satoshi: yes, js-ipfs on the browser uses the WebRTC standard web API to implement p2p communication
16:40
<
jacopostanchi[m] >
You need a modern browser though
16:41
<
CopenBra[m] >
ooh, so how do I link to a file I shared on IPFS so that people who click on the link help host the file in their browser?
16:42
<
ShokuninDiscord[ >
It needs a bunch of work
16:43
<
ShokuninDiscord[ >
Theoretically you’d have a page with js ipfs and serve the hash of that file through that and have the visitors pin it
16:43
<
jacopostanchi[m] >
Elon Satoshi: you cannot make people seed tour file without their consent
16:43
<
jacopostanchi[m] >
Oh in fact maybe you can
16:43
<
hsanjuan[m] >
I'm not super familiar with how js-ipfs persists keys and things. I believe a website can launch or share an already running worker. lidel ?
16:45
<
jacopostanchi[m] >
hsanjuan (@hsanjuan:matrix.org): but wait up, the js node runs on the browser or on a node.js server?
16:45
<
hsanjuan[m] >
jacopostanchi: in the browser, as a worker
16:45
<
jacopostanchi[m] >
Oh clever
16:46
<
jacopostanchi[m] >
So the node isn't deleted when you change webpages
16:47
<
CopenBra[m] >
<jacopostanchi[m] "Elon Satoshi: you cannot make pe"> put "If you used the gateway link to access this website, you agree to hosting this site in your browser using js-ipfs while this page is open in your window" or something like that
16:47
<
CopenBra[m] >
or put a button to turn seeding on, but have it off by default, that would be the nicest thing to do
16:48
<
jacopostanchi[m] >
No I meant it's not technically possible, not legally, but I'm pretty sure I was wrong here
16:49
<
CopenBra[m] >
people load nonfree JS trackers without their consent (except in a huge, incomprehensible TOS that they agreed to without reading) all the time
16:49
<
jacopostanchi[m] >
The webworker running IPFS would be killed as soon as you close the browser so you can't make people seed for a long time
16:51
<
jacopostanchi[m] >
Legally I don't think there is a problem because storing data on the user's computer (localstorage, indexeddb) doesn't pose a problem as long as it's not cookies
16:52
<
jacopostanchi[m] >
You might argue that there is a difference between storing data and executing a program
16:52
<
lidel >
hsanjuan[m], js-ipfs embedded on a webpage stores keys and data in window.localStorage. this means different websites (Origins) will have separate repos/keys (good: isolation, bad: multiple instances, wasted resources)
16:52
<
ShokuninDiscord[ >
You guys need to stop thinking about technology and start thinking about UX
16:53
<
lidel >
there are interesting explorations of leveraging workers to share a single instance across origins (without browser extension), ex.
https://github.com/Gozala/lunet/ but we don't support that in upstream js-ipfs yet
16:53
<
lidel >
ShokuninDiscord[, yeah, guilty ;)
16:54
<
ShokuninDiscord[ >
I didn’t mean your point actually hahaha, I meant the previous ones!
16:55
<
ShokuninDiscord[ >
But yeah having a js node automatically do shit behind your back is the same UX as having a crypto miner do shit behind your back
16:57
KempfCreative has joined #ipfs
17:04
dongrappa has quit [Ping timeout: 276 seconds]
17:08
noresult has joined #ipfs
17:33
dongrappa has joined #ipfs
17:38
dongrappa has quit [Ping timeout: 276 seconds]
18:16
clemo has quit [Quit: clemo]
18:16
clemo has joined #ipfs
19:02
vroom has quit [Quit: Something went wrong!]
19:03
vroom has joined #ipfs
19:03
Huxley has quit [Ping timeout: 258 seconds]
19:24
dongrappa has joined #ipfs
19:29
dongrappa has quit [Ping timeout: 246 seconds]
19:31
Forkk has joined #ipfs
19:35
Bertschneider[m] has joined #ipfs
19:36
zeden has quit [Quit: WeeChat 2.4]
19:37
zeden has joined #ipfs
19:40
adam123 has joined #ipfs
19:42
adam123 has quit [Remote host closed the connection]
20:08
merethan has joined #ipfs
20:39
mischat has joined #ipfs
20:41
MDude has joined #ipfs
20:41
snupples[m] has quit [Remote host closed the connection]
20:41
weeatbricks[m] has quit [Remote host closed the connection]
20:41
gunttedDiscord[m has quit [Remote host closed the connection]
20:41
atrolloc[m] has quit [Remote host closed the connection]
20:41
array[m] has quit [Remote host closed the connection]
20:41
Bertschneider[m] has quit [Remote host closed the connection]
20:41
travica[m] has quit [Remote host closed the connection]
20:41
seed0c[m] has quit [Remote host closed the connection]
20:41
grumble[m] has quit [Remote host closed the connection]
20:41
azk64[m] has quit [Remote host closed the connection]
20:41
Nomad[m]1 has quit [Remote host closed the connection]
20:41
pipex[m] has quit [Remote host closed the connection]
20:41
JackLund[m] has quit [Remote host closed the connection]
20:41
LuutheCoolDiscor has quit [Remote host closed the connection]
20:41
Kiesenverseist[m has quit [Remote host closed the connection]
20:41
M0x1e[m] has quit [Remote host closed the connection]
20:41
planetary_dev[m] has quit [Remote host closed the connection]
20:41
nldvos[m] has quit [Remote host closed the connection]
20:41
EmmatheEurobeatE has quit [Remote host closed the connection]
20:41
sl[m] has quit [Remote host closed the connection]
20:41
dryajov has quit [Remote host closed the connection]
20:41
olizilla[m] has quit [Remote host closed the connection]
20:41
ericronne[m] has quit [Remote host closed the connection]
20:41
notfirewall[m] has quit [Remote host closed the connection]
20:41
postables[m]1 has quit [Remote host closed the connection]
20:41
M_discord_507475 has quit [Write error: Connection reset by peer]
20:41
neilDiscord[m] has quit [Write error: Connection reset by peer]
20:41
ivanDiscord[m] has quit [Remote host closed the connection]
20:41
CantiTurtleCoinD has quit [Remote host closed the connection]
20:41
cristobalDiscord has quit [Remote host closed the connection]
20:41
GeorgeX2798[m] has quit [Remote host closed the connection]
20:41
DrDeFacto[m] has quit [Read error: Connection reset by peer]
20:41
alilinuxAboShana has quit [Read error: Connection reset by peer]
20:41
aaron[m]3 has quit [Write error: Connection reset by peer]
20:41
Methos[m] has quit [Write error: Connection reset by peer]
20:41
priom[m] has quit [Write error: Connection reset by peer]
20:41
JaoheahDiscord[m has quit [Write error: Connection reset by peer]
20:41
ookfof[m] has quit [Write error: Connection reset by peer]
20:41
Half-Shot has quit [Write error: Connection reset by peer]
20:41
Swedneck has quit [Write error: Connection reset by peer]
20:41
jacopostanchi[m] has quit [Read error: Connection reset by peer]
20:41
howitz3r[m] has quit [Read error: Connection reset by peer]
20:41
megadogberthehi4 has quit [Read error: Connection reset by peer]
20:41
unclechu has quit [Write error: Connection reset by peer]
20:41
boturl4r[m] has quit [Read error: Connection reset by peer]
20:41
l^discord[m]1 has quit [Read error: Connection reset by peer]
20:41
omichalek[m] has quit [Read error: Connection reset by peer]
20:41
arinholmes[m] has quit [Read error: Connection reset by peer]
20:41
johnlong[m] has quit [Write error: Connection reset by peer]
20:41
Ericson2314 has quit [Read error: Connection reset by peer]
20:41
GitterIntegratio has quit [Write error: Connection reset by peer]
20:41
midi[m] has quit [Write error: Connection reset by peer]
20:41
Neuromancer[m] has quit [Remote host closed the connection]
20:41
justbibibi[m] has quit [Remote host closed the connection]
20:41
Slacktoid has quit [Read error: Connection reset by peer]
20:41
Emile[m] has quit [Remote host closed the connection]
20:41
dynodetk[m] has quit [Read error: Connection reset by peer]
20:41
hazegrey[m] has quit [Read error: Connection reset by peer]
20:41
mntr0[m] has quit [Write error: Connection reset by peer]
20:41
Seb[m]2 has quit [Read error: Connection reset by peer]
20:41
mattcDiscord[m] has quit [Write error: Connection reset by peer]
20:41
sblinnDiscord[m] has quit [Write error: Connection reset by peer]
20:41
TravisJames[m] has quit [Write error: Connection reset by peer]
20:41
thatguyDiscord[m has quit [Write error: Connection reset by peer]
20:41
rasmuserik[m] has quit [Read error: Connection reset by peer]
20:41
petzah[m] has quit [Read error: Connection reset by peer]
20:41
mburns[m] has quit [Write error: Connection reset by peer]
20:41
chanpoyu[m] has quit [Write error: Connection reset by peer]
20:41
braditzDiscord[4 has quit [Write error: Connection reset by peer]
20:41
bayaojiu[m] has quit [Write error: Connection reset by peer]
20:41
fexra|TRTLDiscor has quit [Write error: Connection reset by peer]
20:41
SchwartzDiscord[ has quit [Write error: Connection reset by peer]
20:41
white_bluff[m] has quit [Read error: Connection reset by peer]
20:41
wcharginDiscord[ has quit [Read error: Connection reset by peer]
20:41
Giovanni[m] has quit [Read error: Connection reset by peer]
20:41
Valium[m]1 has quit [Write error: Connection reset by peer]
20:41
i5heu[m] has quit [Read error: Connection reset by peer]
20:41
mistermonster[m] has quit [Write error: Connection reset by peer]
20:41
said[m] has quit [Write error: Connection reset by peer]
20:41
Dave[m]6 has quit [Write error: Connection reset by peer]
20:41
fujexo[m] has quit [Write error: Connection reset by peer]
20:41
Quasdio[m] has quit [Read error: Connection reset by peer]
20:41
gleeballs[m] has quit [Read error: Connection reset by peer]
20:41
Caleb[m] has quit [Read error: Connection reset by peer]
20:41
M11112[m] has quit [Write error: Connection reset by peer]
20:41
modigDiscord[m] has quit [Write error: Connection reset by peer]
20:41
AblibuDiscord[m] has quit [Write error: Connection reset by peer]
20:41
astrojl_matrix has quit [Write error: Connection reset by peer]
20:41
Lutices[m] has quit [Write error: Connection reset by peer]
20:41
jayw[m] has quit [Read error: Connection reset by peer]
20:41
Elo[m] has quit [Read error: Connection reset by peer]
20:41
chmanieDiscord[4 has quit [Read error: Connection reset by peer]
20:41
sfromentDiscord[ has quit [Remote host closed the connection]
20:41
carsonfarmerDisc has quit [Read error: Connection reset by peer]
20:41
Steff[m] has quit [Read error: Connection reset by peer]
20:41
kanej[m]1 has quit [Read error: Connection reset by peer]
20:41
OlegStotskyDisco has quit [Read error: Connection reset by peer]
20:41
leoalvarezh[m] has quit [Read error: Connection reset by peer]
20:41
gnunicornDiscord has quit [Read error: Connection reset by peer]
20:41
Noah[m] has quit [Read error: Connection reset by peer]
20:41
ingo[m] has quit [Read error: Connection reset by peer]
20:41
new0neDiscord[m] has quit [Read error: Connection reset by peer]
20:41
weareswarmcity[m has quit [Read error: Connection reset by peer]
20:41
AXEL-BrianDiscor has quit [Read error: Connection reset by peer]
20:41
cyberwolf[m] has quit [Write error: Connection reset by peer]
20:41
Jonwel[m] has quit [Read error: Connection reset by peer]
20:41
RockSteadyTRTLDi has quit [Read error: Connection reset by peer]
20:41
nyarlathotepDisc has quit [Read error: Connection reset by peer]
20:41
graceful_luv[m] has quit [Read error: Connection reset by peer]
20:41
davidar[m] has quit [Remote host closed the connection]
20:41
kiwi_uk[m] has quit [Read error: Connection reset by peer]
20:41
gfelbing[m] has quit [Read error: Connection reset by peer]
20:41
modig[m] has quit [Read error: Connection reset by peer]
20:41
bitspillDiscord[ has quit [Read error: Connection reset by peer]
20:41
philipp[m] has quit [Read error: Connection reset by peer]
20:41
TeeCee has quit [Read error: Connection reset by peer]
20:41
tompa[m] has quit [Read error: Connection reset by peer]
20:41
l^discordDiscord has quit [Read error: Connection reset by peer]
20:41
jenncloudDiscord has quit [Read error: Connection reset by peer]
20:41
JCaesar has quit [Remote host closed the connection]
20:41
gharbeia[m] has quit [Read error: Connection reset by peer]
20:41
linus[m] has quit [Read error: Connection reset by peer]
20:41
Jtremback[m] has quit [Remote host closed the connection]
20:41
ibit[m]1 has quit [Read error: Connection reset by peer]
20:41
Bads3ctor9700[m] has quit [Read error: Connection reset by peer]
20:41
DioBrandonDiscor has quit [Read error: Connection reset by peer]
20:41
ArunDiscord[m] has quit [Read error: Connection reset by peer]
20:41
macerbiDiscord[m has quit [Read error: Connection reset by peer]
20:41
catman[m] has quit [Read error: Connection reset by peer]
20:41
lapav[m] has quit [Read error: Connection reset by peer]
20:41
guigouz has quit [Read error: Connection reset by peer]
20:41
aleDiscord[m] has quit [Read error: Connection reset by peer]
20:41
XierumengDiscord has quit [Read error: Connection reset by peer]
20:41
codynhatDiscord[ has quit [Read error: Connection reset by peer]
20:41
sblinn[m] has quit [Remote host closed the connection]
20:41
crest[m] has quit [Remote host closed the connection]
20:41
RyonezCoruscareD has quit [Read error: Connection reset by peer]
20:41
djdv[m] has quit [Read error: Connection reset by peer]
20:41
swedneck[GMT1]Di has quit [Read error: Connection reset by peer]
20:41
ngamboaDiscord[m has quit [Read error: Connection reset by peer]
20:41
lordpipe has quit [Read error: Connection reset by peer]
20:41
enricomarinoDisc has quit [Read error: Connection reset by peer]
20:41
jamiedubsDiscord has quit [Read error: Connection reset by peer]
20:41
card[m]1 has quit [Read error: Connection reset by peer]
20:41
h2Discord[m] has quit [Read error: Connection reset by peer]
20:41
id[m] has quit [Read error: Connection reset by peer]
20:41
emceeaich[m] has quit [Read error: Connection reset by peer]
20:41
lck[m] has quit [Read error: Connection reset by peer]
20:41
test[m]3 has quit [Read error: Connection reset by peer]
20:41
SirMemesALotDisc has quit [Remote host closed the connection]
20:41
cristobal7524[m] has quit [Remote host closed the connection]
20:41
OxyDiscord[m] has quit [Remote host closed the connection]
20:41
ZerataX has quit [Read error: Connection reset by peer]
20:41
Lilz|BetaMeDisco has quit [Remote host closed the connection]
20:41
jazzy-jeff^_^[m] has quit [Write error: Connection reset by peer]
20:41
pusherDiscord[m] has quit [Write error: Connection reset by peer]
20:41
koalalorenzoDisc has quit [Write error: Connection reset by peer]
20:41
sanjay[m] has quit [Write error: Connection reset by peer]
20:41
truth[m] has quit [Write error: Connection reset by peer]
20:41
zcopleyDiscord[m has quit [Read error: Connection reset by peer]
20:41
test123Discord[m has quit [Read error: Connection reset by peer]
20:41
sjkelly[m] has quit [Read error: Connection reset by peer]
20:41
chmanieDiscord[m has quit [Read error: Connection reset by peer]
20:41
magnetist[m] has quit [Read error: Connection reset by peer]
20:41
aphelionzDiscord has quit [Read error: Connection reset by peer]
20:41
nudin[m] has quit [Read error: Connection reset by peer]
20:41
fridim[m] has quit [Read error: Connection reset by peer]
20:41
NatoBoram[m]1 has quit [Read error: Connection reset by peer]
20:41
jcgruenhage has quit [Read error: Connection reset by peer]
20:41
camb[m] has quit [Read error: Connection reset by peer]
20:41
brancengregory[m has quit [Read error: Connection reset by peer]
20:41
shadow53[m] has quit [Remote host closed the connection]
20:41
NatoBoram[m]2 has quit [Remote host closed the connection]
20:41
lab8916100448256 has quit [Read error: Connection reset by peer]
20:41
thechiefmeat[m] has quit [Read error: Connection reset by peer]
20:41
Marcin[m] has quit [Read error: Connection reset by peer]
20:41
cryptobiotik[m] has quit [Read error: Connection reset by peer]
20:41
hans[m]8 has quit [Read error: Connection reset by peer]
20:41
mt[m] has quit [Write error: Connection reset by peer]
20:41
aeddi has quit [Read error: Connection reset by peer]
20:41
Fns[m] has quit [Write error: Connection reset by peer]
20:41
bennofs[m] has quit [Write error: Connection reset by peer]
20:41
ist5shreawf[m] has quit [Write error: Connection reset by peer]
20:41
cesar[m] has quit [Write error: Connection reset by peer]
20:41
marsan27[m] has quit [Read error: Connection reset by peer]
20:41
alex[m]2 has quit [Write error: Connection reset by peer]
20:41
Swedneck1 has quit [Read error: Connection reset by peer]
20:41
DanP[m] has quit [Write error: Connection reset by peer]
20:41
Zedwick[m] has quit [Remote host closed the connection]
20:41
jeffcasavant[m] has quit [Write error: Connection reset by peer]
20:41
SweatDiscord[m] has quit [Remote host closed the connection]
20:41
r20190723[m] has quit [Write error: Connection reset by peer]
20:41
millysoose[m] has quit [Write error: Connection reset by peer]
20:41
mav137[m] has quit [Remote host closed the connection]
20:41
Ablibu[m] has quit [Remote host closed the connection]
20:41
Orkun[m] has quit [Remote host closed the connection]
20:41
MMJD-Wst[m] has quit [Write error: Connection reset by peer]
20:41
kungfooman[m] has quit [Write error: Connection reset by peer]
20:41
Marolar[m] has quit [Write error: Connection reset by peer]
20:41
zoink92Discord[m has quit [Write error: Connection reset by peer]
20:41
LeFDiscord[m] has quit [Write error: Connection reset by peer]
20:41
kevinbird15Disco has quit [Read error: Connection reset by peer]
20:41
ndarwincorn has quit [Write error: Connection reset by peer]
20:41
sumner[m] has quit [Remote host closed the connection]
20:41
MindlessTux[m] has quit [Read error: Connection reset by peer]
20:41
delta[m]1 has quit [Read error: Connection reset by peer]
20:41
ad5twoknebor[m] has quit [Write error: Connection reset by peer]
20:41
rainlake[m] has quit [Write error: Connection reset by peer]
20:41
mvalente[m]1 has quit [Write error: Connection reset by peer]
20:41
Magik6k has quit [Write error: Connection reset by peer]
20:41
lanzafame1 has quit [Write error: Connection reset by peer]
20:41
HQiiii[m] has quit [Write error: Connection reset by peer]
20:41
ddahlDiscord[m] has quit [Write error: Connection reset by peer]
20:41
cristobalDiscor4 has quit [Write error: Connection reset by peer]
20:41
SteffDiscord[m] has quit [Write error: Connection reset by peer]
20:41
bekoDiscord[m] has quit [Write error: Connection reset by peer]
20:41
vchernin[m] has quit [Remote host closed the connection]
20:41
Romain[m]1 has quit [Remote host closed the connection]
20:41
averyy[m] has quit [Remote host closed the connection]
20:41
akt[m] has quit [Remote host closed the connection]
20:41
brianbland[m] has quit [Remote host closed the connection]
20:41
JeanDiscord[m] has quit [Write error: Connection reset by peer]
20:41
enum[m] has quit [Write error: Connection reset by peer]
20:41
KubeWorshipperDi has quit [Write error: Connection reset by peer]
20:41
Iroh[m] has quit [Write error: Connection reset by peer]
20:41
mrdrdz[m] has quit [Write error: Connection reset by peer]
20:41
Klara[m] has quit [Write error: Connection reset by peer]
20:41
xiphiness[m] has quit [Remote host closed the connection]
20:41
intrus[m] has quit [Write error: Connection reset by peer]
20:41
franc1s has quit [Write error: Connection reset by peer]
20:41
janttoDiscord[m] has quit [Remote host closed the connection]
20:41
abhi_Discord[m] has quit [Remote host closed the connection]
20:42
lauren|Microspon has quit [Remote host closed the connection]
20:42
KeegenDiscord[m] has quit [Remote host closed the connection]
20:42
x6a[m] has quit [Write error: Connection reset by peer]
20:42
n3niu[m] has quit [Write error: Connection reset by peer]
20:42
martijnsch[m] has quit [Write error: Connection reset by peer]
20:42
tsyn[m] has quit [Write error: Connection reset by peer]
20:42
noonereally[m] has quit [Write error: Connection reset by peer]
20:42
neurocis|piggy-c has quit [Write error: Connection reset by peer]
20:42
llleo[m] has quit [Write error: Connection reset by peer]
20:42
ladrl[m] has quit [Write error: Connection reset by peer]
20:42
jwkt[m] has quit [Write error: Connection reset by peer]
20:42
inkspread[m] has quit [Write error: Connection reset by peer]
20:42
electric[m] has quit [Write error: Connection reset by peer]
20:42
cannondrumflower has quit [Write error: Connection reset by peer]
20:42
dtz has quit [Write error: Connection reset by peer]
20:42
brainbubble[m] has quit [Write error: Connection reset by peer]
20:42
Dan[m] has quit [Write error: Connection reset by peer]
20:42
auhau[m]1 has quit [Write error: Connection reset by peer]
20:42
Tillthecoyote[m] has quit [Write error: Connection reset by peer]
20:42
yabirgb-m has quit [Write error: Connection reset by peer]
20:42
luigi[m] has quit [Write error: Connection reset by peer]
20:42
sprayDiscord[m] has quit [Write error: Connection reset by peer]
20:42
DamirDiscord[m] has quit [Write error: Connection reset by peer]
20:42
CryptoEmpressDis has quit [Write error: Connection reset by peer]
20:42
shimakaze[m] has quit [Write error: Connection reset by peer]
20:42
Us[m] has quit [Write error: Connection reset by peer]
20:42
dhenzDiscord[m] has quit [Write error: Connection reset by peer]
20:42
KYZITEMELOS93Dis has quit [Write error: Connection reset by peer]
20:42
iiogamaDiscord[m has quit [Write error: Connection reset by peer]
20:42
ShadowLingDiscor has quit [Write error: Connection reset by peer]
20:42
DiscordRSSDiscor has quit [Write error: Connection reset by peer]
20:42
peterk[m] has quit [Write error: Connection reset by peer]
20:42
M4eek[m] has quit [Write error: Connection reset by peer]
20:42
Lostfile[m] has quit [Write error: Connection reset by peer]
20:42
OboDiscord[m] has quit [Write error: Connection reset by peer]
20:42
ValiumDiscord[m] has quit [Write error: Connection reset by peer]
20:42
skillman623Disco has quit [Write error: Connection reset by peer]
20:42
NebulousDiscord[ has quit [Write error: Connection reset by peer]
20:42
JustMaier[m]1 has quit [Remote host closed the connection]
20:42
dar[m] has quit [Remote host closed the connection]
20:42
Alin[m] has quit [Write error: Connection reset by peer]
20:42
DokterBob has quit [Read error: Connection reset by peer]
20:42
BifrostBot[m] has quit [Write error: Connection reset by peer]
20:42
wrunt[m] has quit [Write error: Connection reset by peer]
20:42
RaphaelLullis[m] has quit [Write error: Connection reset by peer]
20:42
tragique[m] has quit [Write error: Connection reset by peer]
20:42
hamechi[m] has quit [Write error: Connection reset by peer]
20:42
MV[m] has quit [Write error: Connection reset by peer]
20:42
Godel[m] has quit [Write error: Connection reset by peer]
20:42
hjoest[m] has quit [Write error: Connection reset by peer]
20:42
arturo[m] has quit [Write error: Connection reset by peer]
20:42
hr[m] has quit [Write error: Connection reset by peer]
20:42
betz[m]2 has quit [Write error: Connection reset by peer]
20:42
amb007[m] has quit [Write error: Connection reset by peer]
20:42
amongstclouds[m] has quit [Write error: Connection reset by peer]
20:42
chris-g[m] has quit [Write error: Connection reset by peer]
20:42
makeworld has quit [Write error: Connection reset by peer]
20:42
yangm has quit [Write error: Connection reset by peer]
20:42
vexlDiscord[m] has quit [Write error: Connection reset by peer]
20:42
jklepatchDiscord has quit [Write error: Connection reset by peer]
20:42
placer14Discord[ has quit [Write error: Connection reset by peer]
20:42
KinnardDiscord[4 has quit [Write error: Connection reset by peer]
20:42
prtfwDiscord[m] has quit [Write error: Connection reset by peer]
20:42
celsoDiscord[m] has quit [Write error: Connection reset by peer]
20:42
RomaricDiscord[m has quit [Write error: Connection reset by peer]
20:42
jwheelerDiscord[ has quit [Write error: Connection reset by peer]
20:42
Dby0Discord[m] has quit [Write error: Connection reset by peer]
20:42
catmanDiscord[m] has quit [Write error: Connection reset by peer]
20:42
cwchristerwDisco has quit [Write error: Connection reset by peer]
20:42
hyde__Discord[m] has quit [Write error: Connection reset by peer]
20:42
M5310Discord[m] has quit [Write error: Connection reset by peer]
20:42
sekiDiscord[m] has quit [Write error: Connection reset by peer]
20:42
AuHauDiscord[m] has quit [Write error: Connection reset by peer]
20:42
JordanKrageDisco has quit [Write error: Connection reset by peer]
20:42
dillonDiscord[m] has quit [Write error: Connection reset by peer]
20:42
npfossDiscord[m] has quit [Write error: Connection reset by peer]
20:42
h4314[m] has quit [Write error: Connection reset by peer]
20:42
RaymondFoley[m] has quit [Write error: Connection reset by peer]
20:42
te0d[m] has quit [Write error: Connection reset by peer]
20:42
memorythought has quit [Write error: Connection reset by peer]
20:42
ZeugeIotas[m] has quit [Write error: Connection reset by peer]
20:42
greenLion[m] has quit [Write error: Connection reset by peer]
20:42
c090178[m] has quit [Write error: Connection reset by peer]
20:42
Heystein[m] has quit [Write error: Connection reset by peer]
20:42
benaszab[m] has quit [Write error: Connection reset by peer]
20:42
EdgarBlazhevich[ has quit [Write error: Connection reset by peer]
20:42
jimt[m] has quit [Write error: Connection reset by peer]
20:42
TionisNagir[m] has quit [Write error: Connection reset by peer]
20:42
neonfuz2 has quit [Write error: Connection reset by peer]
20:42
warlock29a[m] has quit [Write error: Connection reset by peer]
20:42
zok[m] has quit [Write error: Connection reset by peer]
20:42
Trump[m] has quit [Write error: Connection reset by peer]
20:42
tom[m]2 has quit [Write error: Connection reset by peer]
20:42
wviana[m] has quit [Write error: Connection reset by peer]
20:42
xcesiv[m] has quit [Write error: Connection reset by peer]
20:42
ruijanlee[m] has quit [Write error: Connection reset by peer]
20:42
soren-rademacher has quit [Write error: Connection reset by peer]
20:42
netshroom[m] has quit [Write error: Connection reset by peer]
20:42
Saracen[m] has quit [Write error: Connection reset by peer]
20:42
msmart[m] has quit [Write error: Connection reset by peer]
20:42
ioiottt[m] has quit [Write error: Connection reset by peer]
20:42
hoijui[m] has quit [Write error: Connection reset by peer]
20:42
leer10matrixorg[ has quit [Write error: Connection reset by peer]
20:42
Leer10[m] has quit [Write error: Connection reset by peer]
20:42
hamb_urglar[m] has quit [Write error: Connection reset by peer]
20:42
fti7[m] has quit [Write error: Connection reset by peer]
20:42
Deviousway[m] has quit [Write error: Connection reset by peer]
20:42
denko32133[m] has quit [Write error: Connection reset by peer]
20:42
cybercat[m] has quit [Write error: Connection reset by peer]
20:42
aleksssboss157[m has quit [Write error: Connection reset by peer]
20:42
abueide[m] has quit [Write error: Connection reset by peer]
20:42
AlexanderK[m] has quit [Write error: Connection reset by peer]
20:42
carsonfarmer[m]1 has quit [Write error: Connection reset by peer]
20:42
swedneckswedneck has quit [Write error: Connection reset by peer]
20:42
snap[m] has quit [Write error: Connection reset by peer]
20:42
l^discord4314[m] has quit [Write error: Connection reset by peer]
20:42
jamiedubs[m]1 has quit [Write error: Connection reset by peer]
20:42
Tbi[m] has quit [Write error: Connection reset by peer]
20:42
Mira[m] has quit [Remote host closed the connection]
20:42
fcgreg[m] has quit [Remote host closed the connection]
20:42
equbit has quit [Remote host closed the connection]
20:42
samamy[m] has quit [Remote host closed the connection]
20:42
wowaname has quit [Read error: Connection reset by peer]
20:42
katakotoDiscord[ has quit [Read error: Connection reset by peer]
20:42
olizillaDiscord[ has quit [Read error: Connection reset by peer]
20:42
ozymandia5[m] has quit [Read error: Connection reset by peer]
20:42
pietervdvn[m] has quit [Read error: Connection reset by peer]
20:42
ghastfilms[m] has quit [Read error: Connection reset by peer]
20:42
Neo[m]3 has quit [Read error: Connection reset by peer]
20:42
deepitmatrixorg[ has quit [Read error: Connection reset by peer]
20:42
BeatRupp[m] has quit [Read error: Connection reset by peer]
20:42
albuic has quit [Read error: Connection reset by peer]
20:42
roadt[m] has quit [Read error: Connection reset by peer]
20:42
Technoquake has quit [Read error: Connection reset by peer]
20:42
iodine[m] has quit [Read error: Connection reset by peer]
20:42
test21562[m] has quit [Read error: Connection reset by peer]
20:42
freddor has quit [Read error: Connection reset by peer]
20:42
kausthubhak[m] has quit [Read error: Connection reset by peer]
20:42
ErCiccione[m] has quit [Read error: Connection reset by peer]
20:42
sbpDiscord[m] has quit [Read error: Connection reset by peer]
20:42
pps96Discord[m] has quit [Read error: Connection reset by peer]
20:42
thomasDiscord[m] has quit [Read error: Connection reset by peer]
20:42
kanejDiscord[m] has quit [Read error: Connection reset by peer]
20:42
goozlez[m] has quit [Read error: Connection reset by peer]
20:42
allgoDiscord[m] has quit [Read error: Connection reset by peer]
20:42
justyns[m] has quit [Read error: Connection reset by peer]
20:42
KinnardDiscord[7 has quit [Read error: Connection reset by peer]
20:42
godparticleDisco has quit [Read error: Connection reset by peer]
20:42
LokeLDiscord[m] has quit [Read error: Connection reset by peer]
20:42
rovdyl[m] has quit [Read error: Connection reset by peer]
20:42
maigel[m] has quit [Read error: Connection reset by peer]
20:42
DiscordBridge[m4 has quit [Read error: Connection reset by peer]
20:42
mmausler[m] has quit [Read error: Connection reset by peer]
20:42
KirillTaran[m] has quit [Write error: Connection reset by peer]
20:42
qlhhym[m] has quit [Read error: Connection reset by peer]
20:42
clarkenciel[m] has quit [Read error: Connection reset by peer]
20:42
eshohetDiscord[m has quit [Read error: Connection reset by peer]
20:42
robinzzzDiscord[ has quit [Read error: Connection reset by peer]
20:42
tobowersDiscord[ has quit [Read error: Connection reset by peer]
20:42
RDeckardDiscord4 has quit [Read error: Connection reset by peer]
20:42
gate32[m] has quit [Remote host closed the connection]
20:42
johanhermanDisco has quit [Read error: Connection reset by peer]
20:42
raumji[m] has quit [Read error: Connection reset by peer]
20:42
atpotts has quit [Read error: Connection reset by peer]
20:42
boytemp1[m] has quit [Read error: Connection reset by peer]
20:42
andrewcrow[m] has quit [Read error: Connection reset by peer]
20:42
void001[m] has quit [Read error: Connection reset by peer]
20:42
BossMAN[m] has quit [Read error: Connection reset by peer]
20:42
benaszabDiscord[ has quit [Read error: Connection reset by peer]
20:42
hvergaraDiscord[ has quit [Read error: Connection reset by peer]
20:42
rib[m] has quit [Remote host closed the connection]
20:42
pydera[m] has quit [Remote host closed the connection]
20:42
piajesse[m]1 has quit [Remote host closed the connection]
20:42
Julian[m]2 has quit [Remote host closed the connection]
20:42
pytlin2718[m] has quit [Remote host closed the connection]
20:42
techbolt has quit [Read error: Connection reset by peer]
20:42
LordFenixNC[m] has quit [Remote host closed the connection]
20:42
JungleHeart[m] has quit [Remote host closed the connection]
20:42
ZedDiscord[m] has quit [Read error: Connection reset by peer]
20:42
ryan[m] has quit [Read error: Connection reset by peer]
20:42
sekiDiscord[m]1 has quit [Read error: Connection reset by peer]
20:42
GiyomuDiscord[m] has quit [Read error: Connection reset by peer]
20:42
gorhgorhDiscord[ has quit [Read error: Connection reset by peer]
20:42
aschmahmann[m] has quit [Remote host closed the connection]
20:42
igel[m] has quit [Remote host closed the connection]
20:42
contrun[m] has quit [Read error: Connection reset by peer]
20:42
chinsuDiscord[m] has quit [Read error: Connection reset by peer]
20:42
EdmundM[m] has quit [Read error: Connection reset by peer]
20:42
timokau[m] has quit [Read error: Connection reset by peer]
20:42
buggeas40d[m] has quit [Read error: Connection reset by peer]
20:42
parasite[m] has quit [Remote host closed the connection]
20:42
TheILlKiD[m] has quit [Remote host closed the connection]
20:42
Manu[m] has quit [Remote host closed the connection]
20:42
kishansagathiya[ has quit [Read error: Connection reset by peer]
20:42
sev42[m] has quit [Read error: Connection reset by peer]
20:42
loxleo[m] has quit [Read error: Connection reset by peer]
20:42
zero[m] has quit [Read error: Connection reset by peer]
20:42
flip[m] has quit [Read error: Connection reset by peer]
20:42
althaser has quit [Read error: Connection reset by peer]
20:42
lihui[m] has quit [Read error: Connection reset by peer]
20:42
mayel[m]1 has quit [Read error: Connection reset by peer]
20:42
suger[m] has quit [Read error: Connection reset by peer]
20:42
jojobyte[m] has quit [Read error: Connection reset by peer]
20:42
xavivives[m] has quit [Read error: Connection reset by peer]
20:42
iarp[m] has quit [Read error: Connection reset by peer]
20:42
mrtrooper[m] has quit [Write error: Connection reset by peer]
20:42
NicolasLeGland[m has quit [Read error: Connection reset by peer]
20:42
alxev[m] has quit [Read error: Connection reset by peer]
20:42
turt2live has quit [Read error: Connection reset by peer]
20:42
yaksbeard[m]1 has quit [Read error: Connection reset by peer]
20:42
ryu5t[m] has quit [Remote host closed the connection]
20:42
humanwire[m] has quit [Read error: Connection reset by peer]
20:42
Luna14Discord[m] has quit [Read error: Connection reset by peer]
20:42
tangoDiscord[m] has quit [Read error: Connection reset by peer]
20:42
AtiqDiscord[m] has quit [Read error: Connection reset by peer]
20:42
James|ColonyDisc has quit [Read error: Connection reset by peer]
20:42
neo_penguin has quit [Read error: Connection reset by peer]
20:42
koalalorenzo[m]1 has quit [Read error: Connection reset by peer]
20:42
CarboClanCDiscor has quit [Read error: Connection reset by peer]
20:42
mkg20001 has quit [Read error: Connection reset by peer]
20:42
lyonDiscord[m] has quit [Read error: Connection reset by peer]
20:42
kyb[m] has quit [Read error: Connection reset by peer]
20:42
khanson[m] has quit [Read error: Connection reset by peer]
20:42
micah_l[m] has quit [Read error: Connection reset by peer]
20:42
ColinG[m] has quit [Read error: Connection reset by peer]
20:42
Naughtylus[m]1 has quit [Read error: Connection reset by peer]
20:42
dyskon[m] has quit [Read error: Connection reset by peer]
20:42
defnofdumb[m] has quit [Read error: Connection reset by peer]
20:42
mikealDiscord[m] has quit [Read error: Connection reset by peer]
20:42
ShokuninDiscord[ has quit [Read error: Connection reset by peer]
20:42
p1fan8[m] has quit [Read error: Connection reset by peer]
20:42
hElpmomey[m] has quit [Read error: Connection reset by peer]
20:42
Pamileisson2582[ has quit [Read error: Connection reset by peer]
20:42
greg[m]1 has quit [Read error: Connection reset by peer]
20:42
bushido711Discor has quit [Read error: Connection reset by peer]
20:42
dy5es41Discord[m has quit [Read error: Connection reset by peer]
20:42
Kisulken[m]1 has quit [Read error: Connection reset by peer]
20:42
rittmeDiscord[m] has quit [Read error: Connection reset by peer]
20:42
ScottSmileyDisco has quit [Read error: Connection reset by peer]
20:42
fozzieDiscord[m] has quit [Read error: Connection reset by peer]
20:42
ryco117[m] has quit [Read error: Connection reset by peer]
20:42
User[m]2 has quit [Read error: Connection reset by peer]
20:42
KisulkenDiscord[ has quit [Read error: Connection reset by peer]
20:42
rappelDiscord[m] has quit [Read error: Connection reset by peer]
20:42
tom85Discord[m] has quit [Read error: Connection reset by peer]
20:42
aswiththewildDis has quit [Read error: Connection reset by peer]
20:42
TryptophanDiscor has quit [Remote host closed the connection]
20:42
M[AXEL]DarrDisco has quit [Remote host closed the connection]
20:42
Swedneck2 has quit [Remote host closed the connection]
20:42
dude[m]1 has quit [Read error: Connection reset by peer]
20:42
marcocastignoliD has quit [Read error: Connection reset by peer]
20:42
ilee[m] has quit [Read error: Connection reset by peer]
20:42
eren[m] has quit [Read error: Connection reset by peer]
20:42
Standa[m] has quit [Read error: Connection reset by peer]
20:42
hlon[m] has quit [Read error: Connection reset by peer]
20:42
RDeckardDiscord[ has quit [Read error: Connection reset by peer]
20:42
fmidq[m] has quit [Read error: Connection reset by peer]
20:42
jamiedubs[m] has quit [Read error: Connection reset by peer]
20:42
MisterGore[m] has quit [Read error: Connection reset by peer]
20:42
BROWN[m] has quit [Read error: Connection reset by peer]
20:42
lililashka[m] has quit [Read error: Connection reset by peer]
20:42
postablesDiscord has quit [Read error: Connection reset by peer]
20:42
drshamoonDiscord has quit [Read error: Connection reset by peer]
20:42
MatthDiscord[m] has quit [Read error: Connection reset by peer]
20:42
brewskiDiscord[m has quit [Read error: Connection reset by peer]
20:42
theorangepotato[ has quit [Read error: Connection reset by peer]
20:42
competentcuttlef has quit [Remote host closed the connection]
20:42
ShruthiDiscord[m has quit [Remote host closed the connection]
20:42
TionisDiscord[m] has quit [Remote host closed the connection]
20:42
cabalcorp[m] has quit [Remote host closed the connection]
20:42
CathyLDiscord[m] has quit [Read error: Connection reset by peer]
20:42
mewtrino has quit [Remote host closed the connection]
20:42
phi-at-qgr has quit [Read error: Connection reset by peer]
20:42
Abraxas[m] has quit [Read error: Connection reset by peer]
20:42
r0kk3rz[m] has quit [Remote host closed the connection]
20:42
petersjt014[m] has quit [Read error: Connection reset by peer]
20:42
mattc[m] has quit [Read error: Connection reset by peer]
20:42
themsay[m] has quit [Write error: Connection reset by peer]
20:42
graylan[m] has quit [Read error: Connection reset by peer]
20:42
longyap[m] has quit [Read error: Connection reset by peer]
20:42
west23[m] has quit [Read error: Connection reset by peer]
20:42
paulus[m] has quit [Read error: Connection reset by peer]
20:42
chadlupkes[m] has quit [Read error: Connection reset by peer]
20:42
wobbol[m] has quit [Read error: Connection reset by peer]
20:42
Dude[m] has quit [Write error: Connection reset by peer]
20:42
anomie[m] has quit [Read error: Connection reset by peer]
20:42
matias[m] has quit [Read error: Connection reset by peer]
20:42
fiddeldibu[m] has quit [Read error: Connection reset by peer]
20:42
edrex has quit [Read error: Connection reset by peer]
20:42
zwelsternDiscord has quit [Read error: Connection reset by peer]
20:42
Matthew[m] has quit [Read error: Connection reset by peer]
20:42
herronjo[m] has quit [Read error: Connection reset by peer]
20:42
chrismoos[m] has quit [Remote host closed the connection]
20:42
raku[m] has quit [Write error: Connection reset by peer]
20:42
deva[m] has quit [Write error: Connection reset by peer]
20:42
moritonal[m] has quit [Read error: Connection reset by peer]
20:42
dazai[m] has quit [Read error: Connection reset by peer]
20:42
dcallagh has quit [Write error: Connection reset by peer]
20:42
dumuzid[m] has quit [Write error: Connection reset by peer]
20:42
stebalien has quit [Read error: Connection reset by peer]
20:42
smartsammler[m] has quit [Write error: Connection reset by peer]
20:42
Clment[m] has quit [Read error: Connection reset by peer]
20:42
shokunin has quit [Read error: Connection reset by peer]
20:42
opal[m] has quit [Read error: Connection reset by peer]
20:42
edd[m] has quit [Write error: Connection reset by peer]
20:42
peddie has quit [Write error: Connection reset by peer]
20:42
MagnusSvensson[m has quit [Write error: Connection reset by peer]
20:42
dennwc[m] has quit [Read error: Connection reset by peer]
20:42
Gabriel[Matrix] has quit [Remote host closed the connection]
20:42
nocent9720[m] has quit [Write error: Connection reset by peer]
20:42
zazikiDiscord[m] has quit [Write error: Connection reset by peer]
20:42
PopeRigby[m]1 has quit [Write error: Connection reset by peer]
20:42
Mugichka[m] has quit [Write error: Connection reset by peer]
20:42
yoongster[m] has quit [Write error: Connection reset by peer]
20:42
maht0rz[m] has quit [Write error: Connection reset by peer]
20:42
ljmf00[m] has quit [Write error: Connection reset by peer]
20:42
Ichbinjoe has quit [Write error: Connection reset by peer]
20:42
jeannemadeline[m has quit [Write error: Connection reset by peer]
20:42
gCalf[m] has quit [Write error: Connection reset by peer]
20:42
fdf[m] has quit [Write error: Connection reset by peer]
20:42
GelvenDiscord[m] has quit [Read error: Connection reset by peer]
20:42
Quiark has quit [Read error: Connection reset by peer]
20:42
dElAvA_matrix has quit [Remote host closed the connection]
20:42
fimfx[m] has quit [Remote host closed the connection]
20:42
froid[m] has quit [Remote host closed the connection]
20:42
xbwpc[m] has quit [Remote host closed the connection]
20:42
leps[m] has quit [Remote host closed the connection]
20:42
limace255[m] has quit [Remote host closed the connection]
20:42
dharwin[m] has quit [Remote host closed the connection]
20:42
ghostfire51[m] has quit [Remote host closed the connection]
20:42
neotryptophan[m] has quit [Remote host closed the connection]
20:42
BaBa[m] has quit [Remote host closed the connection]
20:42
tyx2q[m] has quit [Read error: Connection reset by peer]
20:42
cawal[m] has quit [Read error: Connection reset by peer]
20:42
extrabrave[m] has quit [Remote host closed the connection]
20:42
MatrixBridgeswed has quit [Remote host closed the connection]
20:42
Stephen304[m] has quit [Read error: Connection reset by peer]
20:42
zegordo[m] has quit [Remote host closed the connection]
20:42
carson[m] has quit [Remote host closed the connection]
20:42
achingbrain[m] has quit [Remote host closed the connection]
20:42
geriatricjacob[m has quit [Remote host closed the connection]
20:42
nyarlathotep[m] has quit [Remote host closed the connection]
20:42
HeavyMetal[m] has quit [Read error: Connection reset by peer]
20:42
Dreamland[m] has quit [Remote host closed the connection]
20:42
michaelrao[m] has quit [Remote host closed the connection]
20:42
modul8[m] has quit [Write error: Connection reset by peer]
20:42
cryptolake[m] has quit [Write error: Connection reset by peer]
20:42
killswitch[m] has quit [Remote host closed the connection]
20:42
jcnmark6[m]1 has quit [Read error: Connection reset by peer]
20:42
eyenx[m] has quit [Read error: Connection reset by peer]
20:42
alphard[m] has quit [Write error: Connection reset by peer]
20:42
saklas[m] has quit [Read error: Connection reset by peer]
20:42
BossMANDiscord[m has quit [Remote host closed the connection]
20:42
M011000100111010 has quit [Remote host closed the connection]
20:42
JayWelshDiscord[ has quit [Remote host closed the connection]
20:42
grvhi[m] has quit [Remote host closed the connection]
20:42
jump_spider has quit [Write error: Connection reset by peer]
20:42
NetluxeTV[m] has quit [Read error: Connection reset by peer]
20:42
Swedneck3 has quit [Write error: Connection reset by peer]
20:42
cmkat[m] has quit [Read error: Connection reset by peer]
20:42
combray[m] has quit [Read error: Connection reset by peer]
20:42
instagateur[m] has quit [Read error: Connection reset by peer]
20:42
HeishDiscord[m] has quit [Read error: Connection reset by peer]
20:42
baluptonDiscord[ has quit [Read error: Connection reset by peer]
20:42
manfredDiscord[m has quit [Read error: Connection reset by peer]
20:42
realChainDiscord has quit [Read error: Connection reset by peer]
20:42
AkshayDiscord[m] has quit [Read error: Connection reset by peer]
20:42
KubeDiscord[m] has quit [Read error: Connection reset by peer]
20:42
jgmDiscord[m] has quit [Read error: Connection reset by peer]
20:42
GuillaumeDiscord has quit [Read error: Connection reset by peer]
20:42
crestDiscord[m] has quit [Read error: Connection reset by peer]
20:42
KarlDiscord[m] has quit [Read error: Connection reset by peer]
20:42
SuikaDiscord[m] has quit [Read error: Connection reset by peer]
20:42
nijynotDiscord[m has quit [Read error: Connection reset by peer]
20:42
standard[m] has quit [Read error: Connection reset by peer]
20:42
nilocDiscord[m] has quit [Read error: Connection reset by peer]
20:42
JonwelDiscord[m] has quit [Read error: Connection reset by peer]
20:42
CocoonCrashDisco has quit [Read error: Connection reset by peer]
20:42
OrkunDiscord[m] has quit [Read error: Connection reset by peer]
20:42
funwhilelostDisc has quit [Read error: Connection reset by peer]
20:42
M[AXEL]JulianDis has quit [Read error: Connection reset by peer]
20:42
braditzDiscord[m has quit [Read error: Connection reset by peer]
20:42
paulmahone[m] has quit [Read error: Connection reset by peer]
20:42
prcDiscord[m] has quit [Read error: Connection reset by peer]
20:42
farhad312Discord has quit [Read error: Connection reset by peer]
20:42
flower88Discord[ has quit [Read error: Connection reset by peer]
20:42
M4eekDiscord[m] has quit [Read error: Connection reset by peer]
20:42
myqe[m] has quit [Read error: Connection reset by peer]
20:42
oed3Discord[m] has quit [Read error: Connection reset by peer]
20:42
RomainDiscord[m] has quit [Read error: Connection reset by peer]
20:42
DerrickFDiscord[ has quit [Read error: Connection reset by peer]
20:42
aphelionz[m] has quit [Read error: Connection reset by peer]
20:42
corylDiscord[m] has quit [Read error: Connection reset by peer]
20:42
JustMaierDiscord has quit [Read error: Connection reset by peer]
20:42
aeddiDiscord[m] has quit [Read error: Connection reset by peer]
20:42
eyhd-61uczn3v[m] has quit [Read error: Connection reset by peer]
20:42
cesarosumDiscord has quit [Read error: Connection reset by peer]
20:42
ToangDiscord[m] has quit [Read error: Connection reset by peer]
20:42
dindustriesDisco has quit [Read error: Connection reset by peer]
20:42
alphapapaactualD has quit [Read error: Connection reset by peer]
20:42
marius_k[m] has quit [Read error: Connection reset by peer]
20:42
MisterGoreDiscor has quit [Read error: Connection reset by peer]
20:42
PrabhaavDiscord[ has quit [Read error: Connection reset by peer]
20:42
doorknob88Discor has quit [Read error: Connection reset by peer]
20:42
UserDiscord[m] has quit [Read error: Connection reset by peer]
20:42
amark159[m] has quit [Read error: Connection reset by peer]
20:42
MarekIsalski[m] has quit [Read error: Connection reset by peer]
20:42
superstring[m] has quit [Read error: Connection reset by peer]
20:42
jrswab has quit [Read error: Connection reset by peer]
20:42
arjenpdevries[m] has quit [Read error: Connection reset by peer]
20:42
ecripte[m] has quit [Read error: Connection reset by peer]
20:42
snapDiscord[m] has quit [Read error: Connection reset by peer]
20:42
AdamHepner[m] has quit [Read error: Connection reset by peer]
20:42
sukarDiscord[m] has quit [Read error: Connection reset by peer]
20:42
yiannisbot[m] has quit [Read error: Connection reset by peer]
20:42
felixschl[m]2 has quit [Read error: Connection reset by peer]
20:42
KubeWorshipper[m has quit [Read error: Connection reset by peer]
20:42
capDiscord[m] has quit [Read error: Connection reset by peer]
20:42
han_c[m] has quit [Read error: Connection reset by peer]
20:42
jimpickDiscord[m has quit [Read error: Connection reset by peer]
20:42
zhenzhenli[m] has quit [Read error: Connection reset by peer]
20:42
TristanDiscord[m has quit [Read error: Connection reset by peer]
20:42
cryptix[m] has quit [Read error: Connection reset by peer]
20:42
LAkiraS[m] has quit [Read error: Connection reset by peer]
20:42
bengoDiscord[m] has quit [Read error: Connection reset by peer]
20:42
rappel[m] has quit [Read error: Connection reset by peer]
20:42
cryptogoth[m] has quit [Read error: Connection reset by peer]
20:42
Valaybalalay[m] has quit [Read error: Connection reset by peer]
20:42
ciechomke[m] has quit [Read error: Connection reset by peer]
20:42
sexybiggetje[m] has quit [Read error: Connection reset by peer]
20:42
rocketonmars[m] has quit [Read error: Connection reset by peer]
20:42
lidel[m] has quit [Read error: Connection reset by peer]
20:42
nofwayy[m] has quit [Read error: Connection reset by peer]
20:42
kwk has quit [Read error: Connection reset by peer]
20:42
riolf[m] has quit [Read error: Connection reset by peer]
20:42
admin[m]6 has quit [Read error: Connection reset by peer]
20:42
homulilly[m] has quit [Read error: Connection reset by peer]
20:42
hxu[m] has quit [Read error: Connection reset by peer]
20:42
user51[m] has quit [Read error: Connection reset by peer]
20:42
Grey[m] has quit [Remote host closed the connection]
20:42
aaronpkDiscord[m has quit [Write error: Connection reset by peer]
20:42
pierrebocDiscord has quit [Write error: Connection reset by peer]
20:42
nocentDiscord[m] has quit [Write error: Connection reset by peer]
20:42
jazzy-jeff^_^Dis has quit [Write error: Connection reset by peer]
20:42
Kisulken[m] has quit [Write error: Connection reset by peer]
20:42
rozgoDiscord[m] has quit [Write error: Connection reset by peer]
20:42
amatuni[m] has quit [Write error: Connection reset by peer]
20:42
TianyiDiscord[m] has quit [Write error: Connection reset by peer]
20:42
Heish1580[m] has quit [Write error: Connection reset by peer]
20:42
lamborghiniDisco has quit [Write error: Connection reset by peer]
20:42
OlegStotsky[m] has quit [Remote host closed the connection]
20:42
internetman1337[ has quit [Read error: Connection reset by peer]
20:42
haz[m]1 has quit [Remote host closed the connection]
20:42
reedhhw[m] has quit [Write error: Connection reset by peer]
20:42
jgmac1106Discord has quit [Write error: Connection reset by peer]
20:42
randy[m]1 has quit [Read error: Connection reset by peer]
20:42
josiah_sama has quit [Read error: Connection reset by peer]
20:42
miseenplace[m] has quit [Read error: Connection reset by peer]
20:42
rihardsk[m] has quit [Read error: Connection reset by peer]
20:42
simbergm has quit [Read error: Connection reset by peer]
20:42
norou[m] has quit [Read error: Connection reset by peer]
20:42
josef[m] has quit [Write error: Connection reset by peer]
20:42
Zed[m] has quit [Write error: Connection reset by peer]
20:42
Brio[m] has quit [Read error: Connection reset by peer]
20:42
godva[m] has quit [Write error: Connection reset by peer]
20:42
PhillmacDiscord[ has quit [Write error: Connection reset by peer]
20:42
rxninDiscord[m] has quit [Read error: Connection reset by peer]
20:42
toml[m] has quit [Write error: Connection reset by peer]
20:42
ZaZ[m] has quit [Read error: Connection reset by peer]
20:42
jason558[m] has quit [Read error: Connection reset by peer]
20:42
felixschlDiscor4 has quit [Read error: Connection reset by peer]
20:42
LSJI07Discord[m] has quit [Remote host closed the connection]
20:42
DioBrandon[m] has quit [Read error: Connection reset by peer]
20:42
nebulerDiscord[m has quit [Read error: Connection reset by peer]
20:42
bigx[m] has quit [Read error: Connection reset by peer]
20:42
taaem has quit [Read error: Connection reset by peer]
20:42
Starism[m] has quit [Read error: Connection reset by peer]
20:42
realkarmakun[m] has quit [Read error: Connection reset by peer]
20:42
ExpherienceDisco has quit [Read error: Connection reset by peer]
20:42
NastyEbilPiwateD has quit [Read error: Connection reset by peer]
20:42
felixschlDiscord has quit [Read error: Connection reset by peer]
20:42
brotholo[m] has quit [Read error: Connection reset by peer]
20:42
anonymous[m] has quit [Write error: Connection reset by peer]
20:42
JungleHeartDisco has quit [Read error: Connection reset by peer]
20:42
brian[m] has quit [Write error: Connection reset by peer]
20:42
dkasak[m] has quit [Write error: Connection reset by peer]
20:42
nofwayyDiscord[m has quit [Remote host closed the connection]
20:42
marcusrbrownDisc has quit [Remote host closed the connection]
20:42
leoalvarezhDisc4 has quit [Remote host closed the connection]
20:42
josephnicholasGM has quit [Read error: Connection reset by peer]
20:42
Amandine[m] has quit [Read error: Connection reset by peer]
20:42
mZDiscord[m] has quit [Read error: Connection reset by peer]
20:42
ShmultzDiscord[m has quit [Read error: Connection reset by peer]
20:42
macerbi[m] has quit [Write error: Connection reset by peer]
20:42
ecloud[m] has quit [Write error: Connection reset by peer]
20:42
twom[m] has quit [Read error: Connection reset by peer]
20:42
tinker[m] has quit [Read error: Connection reset by peer]
20:42
codyopel has quit [Write error: Connection reset by peer]
20:42
SoraLee[m] has quit [Write error: Connection reset by peer]
20:42
DerekDiscord[m] has quit [Remote host closed the connection]
20:42
gts[m] has quit [Write error: Connection reset by peer]
20:42
celsoDiscord[m]1 has quit [Remote host closed the connection]
20:42
Kenzo3Discord[m] has quit [Write error: Connection reset by peer]
20:42
jeeg[m] has quit [Read error: Connection reset by peer]
20:42
sandorpetofi[m] has quit [Read error: Connection reset by peer]
20:42
dulten[m] has quit [Read error: Connection reset by peer]
20:42
Dazuck-3BoxDisco has quit [Read error: Connection reset by peer]
20:42
tony[m]2 has quit [Read error: Connection reset by peer]
20:42
mZDiscord[m]1 has quit [Read error: Connection reset by peer]
20:42
Naughtylus[m] has quit [Read error: Connection reset by peer]
20:42
TH0RynDiscord[m] has quit [Remote host closed the connection]
20:42
warpfork has quit [Read error: Connection reset by peer]
20:42
nlkoDiscord[m] has quit [Remote host closed the connection]
20:42
skillman623[m] has quit [Write error: Connection reset by peer]
20:42
koalalorenzo[m] has quit [Remote host closed the connection]
20:42
ook_2001 has quit [Remote host closed the connection]
20:42
mhzDiscord[m] has quit [Remote host closed the connection]
20:42
soapoperator[m] has quit [Write error: Connection reset by peer]
20:42
brewski[m] has quit [Write error: Connection reset by peer]
20:42
ewan[m] has quit [Write error: Connection reset by peer]
20:42
jryans has quit [Read error: Connection reset by peer]
20:42
admin[m]2 has quit [Write error: Connection reset by peer]
20:42
crydamoure[m] has quit [Read error: Connection reset by peer]
20:42
stroopwafel[m] has quit [Read error: Connection reset by peer]
20:42
andresmazzo[m] has quit [Read error: Connection reset by peer]
20:42
MichaelKohler[m] has quit [Write error: Connection reset by peer]
20:42
waterdudu[m] has quit [Write error: Connection reset by peer]
20:42
DianaQueen[m] has quit [Remote host closed the connection]
20:42
itsmekntDiscord[ has quit [Write error: Connection reset by peer]
20:42
malaclyps[m]1 has quit [Remote host closed the connection]
20:42
chrisDiscord[m] has quit [Write error: Connection reset by peer]
20:42
IgutinDiscord[m] has quit [Write error: Connection reset by peer]
20:42
plexusDiscord[m] has quit [Write error: Connection reset by peer]
20:42
ithithDiscord[m] has quit [Write error: Connection reset by peer]
20:42
ryanchristoDisco has quit [Write error: Connection reset by peer]
20:42
gregjeanmartDisc has quit [Write error: Connection reset by peer]
20:42
sachaDiscord[m] has quit [Write error: Connection reset by peer]
20:42
malaclypsDiscord has quit [Write error: Connection reset by peer]
20:42
andrewnez[m] has quit [Write error: Broken pipe]
20:42
dignifiedquireDi has quit [Write error: Connection reset by peer]
20:42
r5723013[m] has quit [Write error: Connection reset by peer]
20:42
Suprscale[m] has quit [Write error: Connection reset by peer]
20:42
postables[m]2 has quit [Write error: Connection reset by peer]
20:42
victor[m]2 has quit [Write error: Connection reset by peer]
20:42
romanblanco[m] has quit [Write error: Connection reset by peer]
20:42
MasterB[m] has quit [Write error: Connection reset by peer]
20:42
issamehh[m] has quit [Write error: Connection reset by peer]
20:42
naszam[m] has quit [Write error: Connection reset by peer]
20:42
radsal[m] has quit [Write error: Connection reset by peer]
20:42
felixschl[m]3 has quit [Remote host closed the connection]
20:42
arting[m] has quit [Write error: Connection reset by peer]
20:42
d27[m] has quit [Write error: Connection reset by peer]
20:42
marcocastignoli7 has quit [Write error: Connection reset by peer]
20:42
Brunothebloodhou has quit [Write error: Connection reset by peer]
20:42
Phi[m]1 has quit [Write error: Connection reset by peer]
20:42
Discord[m]2 has quit [Write error: Connection reset by peer]
20:42
TeamIan[m] has quit [Remote host closed the connection]
20:42
AgentJ[m] has quit [Write error: Connection reset by peer]
20:42
exothermic[m] has quit [Write error: Connection reset by peer]
20:42
berDiscord[m] has quit [Write error: Connection reset by peer]
20:42
kw0n[m] has quit [Remote host closed the connection]
20:42
Chaos_Zero has quit [Read error: Connection reset by peer]
20:42
tapaswenipathak[ has quit [Remote host closed the connection]
20:42
M948e5[m] has quit [Write error: Connection reset by peer]
20:42
thestevewayDisco has quit [Write error: Connection reset by peer]
20:42
n9tDiscord[m] has quit [Write error: Connection reset by peer]
20:42
EugeneDiscord[m] has quit [Write error: Connection reset by peer]
20:42
SenshiDiscord[m] has quit [Write error: Connection reset by peer]
20:42
MichaelTenDiscor has quit [Write error: Connection reset by peer]
20:42
planetary_devDis has quit [Write error: Connection reset by peer]
20:42
danteziispeed[m] has quit [Read error: Connection reset by peer]
20:42
RealityDiscord[m has quit [Write error: Connection reset by peer]
20:42
cw[m] has quit [Write error: Connection reset by peer]
20:42
braditz[m] has quit [Write error: Connection reset by peer]
20:42
silur[m] has quit [Write error: Connection reset by peer]
20:42
siddh88[m] has quit [Write error: Connection reset by peer]
20:42
c0dr[m] has quit [Write error: Connection reset by peer]
20:42
kbc[m] has quit [Write error: Connection reset by peer]
20:42
ruko[m] has quit [Write error: Connection reset by peer]
20:42
bitspill[m] has quit [Write error: Connection reset by peer]
20:42
Tryptophan[m] has quit [Write error: Connection reset by peer]
20:42
Obo[m]2 has quit [Remote host closed the connection]
20:42
ircer[m] has quit [Write error: Connection reset by peer]
20:42
hubaDiscord[m] has quit [Remote host closed the connection]
20:42
watDiscord[m] has quit [Remote host closed the connection]
20:42
Fuseteam has quit [Write error: Connection reset by peer]
20:42
CopenBra[m] has quit [Read error: Connection reset by peer]
20:42
daviddias[m] has quit [Write error: Connection reset by peer]
20:42
vpei[m] has quit [Write error: Connection reset by peer]
20:42
LEdoian[m] has quit [Write error: Connection reset by peer]
20:42
UX0[m] has quit [Write error: Connection reset by peer]
20:42
oatmealraisin[m] has quit [Write error: Connection reset by peer]
20:42
clear[m] has quit [Write error: Connection reset by peer]
20:42
tuch[m] has quit [Write error: Connection reset by peer]
20:42
techniker[m] has quit [Write error: Connection reset by peer]
20:42
syxmut[m] has quit [Write error: Connection reset by peer]
20:42
tomaka[m] has quit [Write error: Connection reset by peer]
20:42
waynewyang[m] has quit [Write error: Connection reset by peer]
20:42
tcoe[m] has quit [Write error: Connection reset by peer]
20:42
planetx[m] has quit [Write error: Connection reset by peer]
20:42
sethfork[m] has quit [Write error: Connection reset by peer]
20:42
spacedgod[m] has quit [Write error: Connection reset by peer]
20:42
pholsgrove[m] has quit [Write error: Connection reset by peer]
20:42
nick4242[m] has quit [Write error: Connection reset by peer]
20:42
mivticsiaorg[m] has quit [Write error: Connection reset by peer]
20:42
jharrison[m] has quit [Write error: Connection reset by peer]
20:42
null_radix[m] has quit [Write error: Connection reset by peer]
20:42
liuxufei[m] has quit [Write error: Connection reset by peer]
20:42
laurent[m]2 has quit [Write error: Connection reset by peer]
20:42
larsschulze[m] has quit [Write error: Connection reset by peer]
20:42
MrControl[m] has quit [Write error: Connection reset by peer]
20:42
kst[m] has quit [Write error: Broken pipe]
20:42
kylelanpart[m] has quit [Write error: Connection reset by peer]
20:42
isigaesc[m] has quit [Write error: Connection reset by peer]
20:42
psychedelic99[m] has quit [Write error: Connection reset by peer]
20:42
imalex[m] has quit [Write error: Connection reset by peer]
20:42
plindner[m] has quit [Write error: Connection reset by peer]
20:42
h313[m] has quit [Write error: Connection reset by peer]
20:42
Bzh[m] has quit [Write error: Connection reset by peer]
20:42
d-nice2[m] has quit [Write error: Connection reset by peer]
20:42
KonstantinLomash has quit [Write error: Connection reset by peer]
20:42
akt[m]1 has quit [Write error: Connection reset by peer]
20:42
divi[m]1 has quit [Write error: Connection reset by peer]
20:42
wngrDiscord[m] has quit [Write error: Connection reset by peer]
20:42
colinbr has quit [Write error: Broken pipe]
20:42
MaggieDiscord[m] has quit [Write error: Connection reset by peer]
20:42
rklaehnDiscord[m has quit [Write error: Connection reset by peer]
20:42
anoa has quit [Write error: Connection reset by peer]
20:42
xtream1101Discor has quit [Write error: Connection reset by peer]
20:42
li_matrix has quit [Write error: Connection reset by peer]
20:42
musicmatze has quit [Write error: Connection reset by peer]
20:42
MilkManzJourDadd has quit [Read error: Connection reset by peer]
20:42
DonP[m]1 has quit [Write error: Connection reset by peer]
20:42
swedneck__ has quit [Write error: Connection reset by peer]
20:42
notafile has quit [Write error: Connection reset by peer]
20:42
Krakakanok[m] has quit [Remote host closed the connection]
20:42
linuxi0n[m] has quit [Remote host closed the connection]
20:42
wchargin[m] has quit [Remote host closed the connection]
20:42
http302[m] has quit [Remote host closed the connection]
20:42
rxnin[m] has quit [Remote host closed the connection]
20:42
chr0ma[m] has quit [Remote host closed the connection]
20:42
indefini[m] has quit [Remote host closed the connection]
20:42
sean[m]3 has quit [Remote host closed the connection]
20:42
fru[m] has quit [Remote host closed the connection]
20:42
JakobTigerstrm[m has quit [Remote host closed the connection]
20:42
dag[m] has quit [Write error: Connection reset by peer]
20:42
yoltid[m] has quit [Write error: Connection reset by peer]
20:42
ar[m]1 has quit [Write error: Connection reset by peer]
20:42
imatrix[m] has quit [Write error: Connection reset by peer]
20:42
volver17[m] has quit [Write error: Connection reset by peer]
20:42
wak-work has quit [Write error: Connection reset by peer]
20:42
Sisyphe[m] has quit [Write error: Connection reset by peer]
20:42
lpaukevich[m] has quit [Write error: Connection reset by peer]
20:42
terichadbourne[m has quit [Write error: Connection reset by peer]
20:42
NiGeR[m] has quit [Write error: Connection reset by peer]
20:42
dhole[m] has quit [Write error: Connection reset by peer]
20:42
jon1012[m] has quit [Write error: Connection reset by peer]
20:42
VictorGDiscord[m has quit [Write error: Connection reset by peer]
20:42
appa[m] has quit [Write error: Connection reset by peer]
20:42
vormgear[m] has quit [Write error: Connection reset by peer]
20:42
dragonrider-e[m] has quit [Read error: Connection reset by peer]
20:42
nartir[m] has quit [Write error: Connection reset by peer]
20:42
krigare[m] has quit [Read error: Connection reset by peer]
20:42
irb[m] has quit [Write error: Broken pipe]
20:42
dolmengate[m] has quit [Read error: Connection reset by peer]
20:42
sukar[m] has quit [Write error: Connection reset by peer]
20:42
andrewxhillDisco has quit [Write error: Connection reset by peer]
20:42
pps96[m] has quit [Write error: Connection reset by peer]
20:42
PhiDiscord[m] has quit [Write error: Connection reset by peer]
20:42
Eryk[m] has quit [Write error: Connection reset by peer]
20:42
coil[m] has quit [Write error: Connection reset by peer]
20:42
frislie[m] has quit [Write error: Connection reset by peer]
20:42
tuxiqae[m]1 has quit [Remote host closed the connection]
20:42
lambskin[m] has quit [Remote host closed the connection]
20:42
siger[m] has quit [Remote host closed the connection]
20:42
multik[m] has quit [Remote host closed the connection]
20:42
jak[m] has quit [Remote host closed the connection]
20:42
attenuation[m] has quit [Remote host closed the connection]
20:42
kanej[m]2 has quit [Remote host closed the connection]
20:42
dxg168[m] has quit [Remote host closed the connection]
20:42
timnetwork[m] has quit [Remote host closed the connection]
20:42
Microsoft_techni has quit [Write error: Connection reset by peer]
20:42
doodlemaniaDisco has quit [Remote host closed the connection]
20:42
foxcoolDiscord[m has quit [Write error: Connection reset by peer]
20:42
the_nikinDiscord has quit [Write error: Connection reset by peer]
20:42
vamsiDiscord[m] has quit [Write error: Connection reset by peer]
20:42
vexl[m]1 has quit [Write error: Connection reset by peer]
20:42
braditz[m]2 has quit [Write error: Connection reset by peer]
20:42
cannabysDiscord[ has quit [Write error: Connection reset by peer]
20:42
Kevin[m]2 has quit [Write error: Connection reset by peer]
20:42
DaekiDiscord[m] has quit [Write error: Connection reset by peer]
20:42
hazDiscord[m] has quit [Write error: Connection reset by peer]
20:42
Powersource[m] has quit [Write error: Connection reset by peer]
20:42
Dark_Shroud[m] has quit [Write error: Connection reset by peer]
20:42
glothit7ok[m] has quit [Write error: Connection reset by peer]
20:42
fcat[m] has quit [Write error: Connection reset by peer]
20:42
RickDiscord[m] has quit [Remote host closed the connection]
20:42
thaingo[m] has quit [Write error: Connection reset by peer]
20:42
Lrrr[m] has quit [Write error: Connection reset by peer]
20:42
nigre-dique[m] has quit [Write error: Connection reset by peer]
20:42
msc[m] has quit [Write error: Connection reset by peer]
20:42
aha[m] has quit [Write error: Connection reset by peer]
20:42
kobajagi has quit [Write error: Connection reset by peer]
20:42
zaphar_ps[m] has quit [Write error: Connection reset by peer]
20:42
mdrights[m] has quit [Write error: Connection reset by peer]
20:42
selousie[m] has quit [Write error: Connection reset by peer]
20:42
moul has quit [Write error: Connection reset by peer]
20:42
Lisanna[m] has quit [Write error: Connection reset by peer]
20:42
PermawebEmbedDis has quit [Write error: Connection reset by peer]
20:42
romaricDiscord[4 has quit [Write error: Connection reset by peer]
20:42
KinnardDiscord[m has quit [Write error: Connection reset by peer]
20:42
dpinnerDiscord[m has quit [Write error: Connection reset by peer]
20:42
gtsDiscord[m] has quit [Write error: Connection reset by peer]
20:42
leoalvarezhDisco has quit [Write error: Connection reset by peer]
20:42
neohexDiscord[m] has quit [Write error: Connection reset by peer]
20:42
TeamIanDiscord[m has quit [Write error: Connection reset by peer]
20:42
johanhermanDisc4 has quit [Write error: Connection reset by peer]
20:42
UsDiscord[m] has quit [Write error: Connection reset by peer]
20:42
cwDiscord[m] has quit [Write error: Connection reset by peer]
20:42
deltaDiscord[m] has quit [Write error: Connection reset by peer]
20:42
NooooooWayyyyyDi has quit [Write error: Connection reset by peer]
20:42
allgo[m] has quit [Write error: Connection reset by peer]
20:42
ptonerDiscord[m] has quit [Write error: Connection reset by peer]
20:42
zloba[m] has quit [Write error: Connection reset by peer]
20:42
freethinkingawa4 has quit [Write error: Connection reset by peer]
20:42
paulmahoneDiscor has quit [Write error: Connection reset by peer]
20:42
GabrielBadGriefD has quit [Write error: Connection reset by peer]
20:42
NatoBoramDiscord has quit [Write error: Connection reset by peer]
20:42
SmileRobot[m] has quit [Write error: Broken pipe]
20:42
PeevesDiscord[m] has quit [Write error: Connection reset by peer]
20:42
MairkurDiscord[m has quit [Write error: Connection reset by peer]
20:42
clf[m] has quit [Write error: Connection reset by peer]
20:42
leoalvarezh[m]1 has quit [Write error: Connection reset by peer]
20:42
harkenedraven has quit [Write error: Connection reset by peer]
20:42
am3on[m] has quit [Write error: Connection reset by peer]
20:42
lkjhgfdsa00xxx[m has quit [Write error: Connection reset by peer]
20:42
rialtate[m] has quit [Write error: Connection reset by peer]
20:42
alex[m]14 has quit [Write error: Connection reset by peer]
20:42
hans[m]5 has quit [Write error: Connection reset by peer]
20:42
d1mur4tdj[m] has quit [Write error: Connection reset by peer]
20:42
krhubert[m] has quit [Write error: Connection reset by peer]
20:42
aloiscochard[m] has quit [Write error: Connection reset by peer]
20:42
errichellic[m] has quit [Remote host closed the connection]
20:42
frnet[m] has quit [Read error: Connection reset by peer]
20:42
ffl^ has quit [Max SendQ exceeded]
20:42
KevlarmonkeyDisc has quit [Remote host closed the connection]
20:42
tintin1[m] has quit [Remote host closed the connection]
20:42
dominicusin[m] has quit [Remote host closed the connection]
20:42
DiscordBridgeswe has quit [Read error: Connection reset by peer]
20:42
ilmu[m] has quit [Write error: Connection reset by peer]
20:42
Swedneck_ has quit [Write error: Connection reset by peer]
20:42
silkeh has quit [Write error: Connection reset by peer]
20:42
felixfoertsch[m] has quit [Write error: Connection reset by peer]
20:42
grag[m] has quit [Write error: Connection reset by peer]
20:42
Ashaman[m] has quit [Write error: Connection reset by peer]
20:42
cy[m] has quit [Write error: Connection reset by peer]
20:42
litebit[m] has quit [Write error: Connection reset by peer]
20:42
BafS[m] has quit [Write error: Connection reset by peer]
20:42
etjet[m] has quit [Remote host closed the connection]
20:42
gandi[m] has quit [Write error: Connection reset by peer]
20:42
nolep[m] has quit [Remote host closed the connection]
20:42
didi-digitalsheh has quit [Write error: Connection reset by peer]
20:42
Sean[m] has quit [Write error: Connection reset by peer]
20:42
zopsi[m] has quit [Write error: Connection reset by peer]
20:42
k0mpjut0r has quit [Write error: Connection reset by peer]
20:42
Ja3oodDiscord[m] has quit [Read error: Connection reset by peer]
20:42
spb_mentor[m] has quit [Write error: Connection reset by peer]
20:42
nongfu[m] has quit [Write error: Connection reset by peer]
20:42
garblur83[m] has quit [Write error: Connection reset by peer]
20:42
various_accounts has quit [Write error: Connection reset by peer]
20:42
silwol has quit [Write error: Connection reset by peer]
20:42
thomasbDiscord[m has quit [Read error: Connection reset by peer]
20:42
boomshroomDiscor has quit [Read error: Connection reset by peer]
20:42
te0dDiscord[m] has quit [Read error: Connection reset by peer]
20:42
r5723013Discord[ has quit [Read error: Connection reset by peer]
20:42
silent_ActivistD has quit [Read error: Connection reset by peer]
20:42
SmileRobotDiscor has quit [Read error: Connection reset by peer]
20:42
cyluDiscord[m] has quit [Read error: Connection reset by peer]
20:42
ClmentDiscord[m] has quit [Read error: Connection reset by peer]
20:42
GorkaDiscord[m] has quit [Read error: Connection reset by peer]
20:42
natmac[m] has quit [Write error: Connection reset by peer]
20:42
pothyurf[m] has quit [Write error: Connection reset by peer]
20:42
olmvnec[m] has quit [Write error: Connection reset by peer]
20:42
ciet[m] has quit [Write error: Connection reset by peer]
20:42
maparentDiscord[ has quit [Read error: Connection reset by peer]
20:42
HeysteinDiscord[ has quit [Read error: Connection reset by peer]
20:42
JerbsDiscord[m] has quit [Read error: Connection reset by peer]
20:42
LaPingvino has quit [Read error: Connection reset by peer]
20:42
swedneckswednec6 has quit [Write error: Connection reset by peer]
20:42
ttk2[m] has quit [Write error: Connection reset by peer]
20:42
divi[m] has quit [Write error: Connection reset by peer]
20:42
spk[m] has quit [Read error: Connection reset by peer]
20:42
scio has quit [Remote host closed the connection]
20:42
bofu[m] has quit [Write error: Connection reset by peer]
20:42
mack[m]1 has quit [Write error: Connection reset by peer]
20:42
salazarp[m] has quit [Read error: Connection reset by peer]
20:42
coretx[m] has quit [Write error: Connection reset by peer]
20:42
h0lylag[m] has quit [Write error: Connection reset by peer]
20:42
zwj[m] has quit [Write error: Connection reset by peer]
20:42
xdrixxyz[m] has quit [Write error: Connection reset by peer]
20:42
freeforme[m] has quit [Read error: Connection reset by peer]
20:42
vrolland[m] has quit [Write error: Connection reset by peer]
20:42
unc[m] has quit [Write error: Connection reset by peer]
20:42
Johanntplusdev[m has quit [Write error: Connection reset by peer]
20:42
toadkillerdog[m] has quit [Write error: Connection reset by peer]
20:42
testco[m] has quit [Write error: Connection reset by peer]
20:42
nocent has quit [Read error: Connection reset by peer]
20:42
skywavesurfer[m4 has quit [Write error: Connection reset by peer]
20:42
sewardsfolly[m] has quit [Write error: Connection reset by peer]
20:42
dani9[m] has quit [Write error: Connection reset by peer]
20:42
Roger[m]1 has quit [Write error: Connection reset by peer]
20:42
Garrett[m] has quit [Read error: Connection reset by peer]
20:42
pineapplehunter[ has quit [Write error: Connection reset by peer]
20:42
pandemoniumsengi has quit [Write error: Connection reset by peer]
20:42
mchelmre[m] has quit [Read error: Connection reset by peer]
20:42
mtita[m] has quit [Read error: Connection reset by peer]
20:42
mvalente[m] has quit [Write error: Connection reset by peer]
20:42
pbvie[m] has quit [Write error: Connection reset by peer]
20:42
lng[m] has quit [Write error: Connection reset by peer]
20:42
logoilab[m] has quit [Write error: Connection reset by peer]
20:42
sid[m] has quit [Write error: Connection reset by peer]
20:42
TheDarthSquidwar has quit [Write error: Connection reset by peer]
20:42
kofalt[m] has quit [Write error: Connection reset by peer]
20:42
jenzzens[m] has quit [Write error: Connection reset by peer]
20:42
momack2[m] has quit [Write error: Connection reset by peer]
20:42
Jacob[m]1 has quit [Write error: Connection reset by peer]
20:42
mattober[m] has quit [Write error: Connection reset by peer]
20:42
girzel[m] has quit [Write error: Connection reset by peer]
20:42
jacckie[m] has quit [Write error: Connection reset by peer]
20:42
fatman2019[m] has quit [Write error: Connection reset by peer]
20:42
fishingsun[m] has quit [Write error: Connection reset by peer]
20:42
Enmerkar[m] has quit [Write error: Connection reset by peer]
20:42
hsanjuan[m] has quit [Write error: Connection reset by peer]
20:42
dot9sh[m] has quit [Write error: Connection reset by peer]
20:42
KeiiNisimo[m] has quit [Write error: Connection reset by peer]
20:42
Alex[m]13 has quit [Write error: Connection reset by peer]
20:42
dliot[m] has quit [Write error: Connection reset by peer]
20:42
daopu[m] has quit [Write error: Connection reset by peer]
20:42
cubemonkey[m] has quit [Write error: Connection reset by peer]
20:42
Caramba_3000[m] has quit [Write error: Connection reset by peer]
20:42
D14na[m] has quit [Write error: Connection reset by peer]
20:42
ryanchristo[m]1 has quit [Write error: Connection reset by peer]
20:42
msena3Discord[m] has quit [Write error: Connection reset by peer]
20:42
florz[m] has quit [Write error: Connection reset by peer]
20:42
flacks has quit [Write error: Broken pipe]
20:42
fsmoulk[m] has quit [Write error: Connection reset by peer]
20:42
Chaos[m] has quit [Write error: Connection reset by peer]
20:42
blurHY[m] has quit [Write error: Connection reset by peer]
20:42
ballerfresh[m] has quit [Write error: Connection reset by peer]
20:42
Rumblestiltskin[ has quit [Write error: Broken pipe]
20:42
alxmhe[m] has quit [Write error: Connection reset by peer]
20:42
aeaf123[m] has quit [Write error: Connection reset by peer]
20:42
cyberward_matrix has quit [Write error: Connection reset by peer]
20:42
ntninja has quit [Write error: Broken pipe]
20:42
cardDiscord[m] has quit [Write error: Connection reset by peer]
20:42
gorhgorh[m]1 has quit [Write error: Connection reset by peer]
20:42
Matrixdiscordbri has quit [Write error: Connection reset by peer]
20:42
jessicaschilling has quit [Write error: Connection reset by peer]
20:42
MesaDiscord[m] has quit [Write error: Connection reset by peer]
20:42
ksDiscord[m] has quit [Write error: Connection reset by peer]
20:42
eddyDiscord[m] has quit [Write error: Connection reset by peer]
20:42
buztedDiscord[m] has quit [Write error: Connection reset by peer]
20:42
plexus[m]1 has quit [Write error: Connection reset by peer]
20:42
PamileissonDisco has quit [Write error: Connection reset by peer]
20:42
panDiscord[m] has quit [Write error: Connection reset by peer]
20:42
combrayDiscord[m has quit [Write error: Connection reset by peer]
20:42
porshDiscord[m] has quit [Write error: Connection reset by peer]
20:42
xtream1101[m] has quit [Write error: Connection reset by peer]
20:42
marcocastignoli[ has quit [Write error: Connection reset by peer]
20:42
grvhiDiscord[m] has quit [Write error: Connection reset by peer]
20:42
paulmahone[m]1 has quit [Write error: Connection reset by peer]
20:42
pbvieDiscord[m] has quit [Write error: Connection reset by peer]
20:42
foxcoolDiscord[4 has quit [Write error: Connection reset by peer]
20:42
Eugene[m] has quit [Write error: Connection reset by peer]
20:42
jmank88Discord[m has quit [Write error: Connection reset by peer]
20:42
amatuniDiscord[m has quit [Write error: Connection reset by peer]
20:42
cristobal8876[m] has quit [Write error: Broken pipe]
20:42
vamsi[m] has quit [Write error: Connection reset by peer]
20:42
dignifiedquire[m has quit [Write error: Connection reset by peer]
20:42
RichardLittDisco has quit [Write error: Connection reset by peer]
20:42
obzenba[m] has quit [Write error: Connection reset by peer]
20:42
lilz[m] has quit [Write error: Connection reset by peer]
20:42
CatManDoooDiscor has quit [Write error: Connection reset by peer]
20:42
neohex[m] has quit [Write error: Connection reset by peer]
20:42
Xierumeng[m] has quit [Write error: Connection reset by peer]
20:42
sanderDiscord[m] has quit [Write error: Connection reset by peer]
20:42
TianyiDiscord[m4 has quit [Write error: Connection reset by peer]
20:42
JohnnyMilkshakes has quit [Write error: Connection reset by peer]
20:42
AraratDiscord[m] has quit [Write error: Connection reset by peer]
20:42
vasaDiscord[m] has quit [Write error: Connection reset by peer]
20:42
vexl[m]2 has quit [Write error: Connection reset by peer]
20:42
dqxDiscord[m] has quit [Write error: Connection reset by peer]
20:42
chuenlye[m] has quit [Write error: Connection reset by peer]
20:42
LordFenixNC[m]2 has quit [Write error: Connection reset by peer]
20:42
ZapierDiscord[m] has quit [Write error: Connection reset by peer]
20:42
zegordoDiscord[m has quit [Write error: Connection reset by peer]
20:42
drbhDiscord[m] has quit [Write error: Connection reset by peer]
20:42
megadogberthehim has quit [Write error: Connection reset by peer]
20:42
Shmultz9776[m] has quit [Write error: Broken pipe]
20:42
M5310[m] has quit [Write error: Broken pipe]
20:42
ad87657Discord[m has quit [Write error: Connection reset by peer]
20:42
denzukoDiscord[m has quit [Write error: Connection reset by peer]
20:42
Kris[m]1 has quit [Write error: Broken pipe]
20:42
EdmundMDiscord[m has quit [Write error: Connection reset by peer]
20:42
LordFenixNCDisco has quit [Write error: Connection reset by peer]
20:42
Turtle1331Discor has quit [Write error: Connection reset by peer]
20:42
willibuddyDiscor has quit [Write error: Connection reset by peer]
20:42
RealSnazzyDiscor has quit [Write error: Connection reset by peer]
20:42
Kube6349[m] has quit [Write error: Connection reset by peer]
20:42
shevski[m] has quit [Write error: Connection reset by peer]
20:42
Phillmac[m] has quit [Remote host closed the connection]
20:42
peterkDiscord[m] has quit [Write error: Connection reset by peer]
20:42
JohnnyMilkshake7 has quit [Remote host closed the connection]
20:42
steven-snowball[ has quit [Write error: Connection reset by peer]
20:42
Slacktoid[m] has quit [Write error: Connection reset by peer]
20:42
octowan[m] has quit [Write error: Connection reset by peer]
20:42
baffle has quit [Write error: Connection reset by peer]
20:42
axx[m] has quit [Write error: Connection reset by peer]
20:42
padok[m] has quit [Remote host closed the connection]
20:42
vladimir[m]1 has quit [Write error: Connection reset by peer]
20:42
ngerstle[m] has quit [Write error: Connection reset by peer]
20:42
kahiru__ has quit [Write error: Connection reset by peer]
20:42
neh7u72xiydibedi has quit [Write error: Connection reset by peer]
20:42
Tantin[m] has quit [Write error: Connection reset by peer]
20:42
jothi_basu[m] has quit [Write error: Connection reset by peer]
20:42
fredrikj_tmp has quit [Write error: Connection reset by peer]
20:42
doronbehar[m] has quit [Write error: Connection reset by peer]
20:42
Brasserie[m] has quit [Write error: Connection reset by peer]
20:42
dydx[m]1 has quit [Write error: Connection reset by peer]
20:42
himcesjf has quit [Write error: Connection reset by peer]
20:42
tomjwatson[m] has quit [Write error: Connection reset by peer]
20:42
piotrszegda[m] has quit [Read error: Connection reset by peer]
20:42
sadlotus[m] has quit [Read error: Connection reset by peer]
20:42
labs[m] has quit [Write error: Connection reset by peer]
20:42
yur3shmukcik[m] has quit [Write error: Connection reset by peer]
20:42
tops[m] has quit [Write error: Connection reset by peer]
20:42
darkmeson[m] has quit [Write error: Connection reset by peer]
20:42
tidux[m]1 has quit [Write error: Connection reset by peer]
20:42
Guest94286 has quit [Write error: Connection reset by peer]
20:42
aer[m] has quit [Write error: Connection reset by peer]
20:42
Guest22997 has quit [Write error: Connection reset by peer]
20:42
Rnytom[m] has quit [Write error: Connection reset by peer]
20:42
Xamino[m] has quit [Write error: Connection reset by peer]
20:42
joking[m] has quit [Write error: Connection reset by peer]
20:42
DarkDrgn2k[m] has quit [Write error: Connection reset by peer]
20:42
triskeon[m] has quit [Write error: Connection reset by peer]
20:42
mwee[m] has quit [Write error: Connection reset by peer]
20:42
anolir has quit [Write error: Connection reset by peer]
20:42
dontstalkmepls[m has quit [Read error: Connection reset by peer]
20:43
ffl^ has joined #ipfs
20:47
dongrappa has joined #ipfs
20:53
mischat has quit []
20:54
mischat has joined #ipfs
20:54
dongrappa has quit [Ping timeout: 252 seconds]
21:02
pedantically has joined #ipfs
21:05
pedantically has quit [Remote host closed the connection]
21:06
zeden has quit [Quit: WeeChat 2.4]
21:08
KempfCreative has quit [Ping timeout: 245 seconds]
21:32
M0x1e[m] has joined #ipfs
21:32
M11112[m] has joined #ipfs
21:32
Elo[m] has joined #ipfs
21:32
Amandine[m] has joined #ipfs
21:32
M948e5[m] has joined #ipfs
21:32
Dark_Shroud[m] has joined #ipfs
21:32
Half-Shot has joined #ipfs
21:32
Alin[m] has joined #ipfs
21:32
Jtremback[m] has joined #ipfs
21:32
Ericson2314 has joined #ipfs
21:32
shevski[m] has joined #ipfs
21:32
MilkManzJourDadd has joined #ipfs
21:32
MMJD-Wst[m] has joined #ipfs
21:32
LEdoian[m] has joined #ipfs
21:32
Quiark has joined #ipfs
21:32
Manu[m] has joined #ipfs
21:32
Powersource[m] has joined #ipfs
21:32
PC-Admin[m]1 has joined #ipfs
21:32
RaymondFoley[m] has joined #ipfs
21:32
LaPingvino has joined #ipfs
21:32
Tantin[m] has joined #ipfs
21:32
Rnytom[m] has joined #ipfs
21:32
Guest11675 has joined #ipfs
21:32
Stephen304[m] has joined #ipfs
21:32
Zedwick[m] has joined #ipfs
21:32
TryptophanDiscor has joined #ipfs
21:32
berDiscord[m] has joined #ipfs
21:32
gorhgorhDiscord[ has joined #ipfs
21:32
peterkDiscord[m] has joined #ipfs
21:32
Tryptophan[m] has joined #ipfs
21:32
baluptonDiscord[ has joined #ipfs
21:32
nijynotDiscord[m has joined #ipfs
21:32
M5310Discord[m] has joined #ipfs
21:32
lauren|Microspon has joined #ipfs
21:32
NebulousDiscord[ has joined #ipfs
21:32
LuutheCoolDiscor has joined #ipfs
21:32
KevlarmonkeyDisc has joined #ipfs
21:32
OlegStotskyDisco has joined #ipfs
21:32
IgutinDiscord[m] has joined #ipfs
21:32
AtiqDiscord[m] has joined #ipfs
21:32
dillonDiscord[m] has joined #ipfs
21:32
hazDiscord[m] has joined #ipfs
21:32
PeevesDiscord[m] has joined #ipfs
21:32
SuikaDiscord[m] has joined #ipfs
21:32
Kube6349[m] has joined #ipfs
21:32
jgmDiscord[m] has joined #ipfs
21:32
Newami has joined #ipfs
21:32
braditzDiscord[m has joined #ipfs
21:32
ZedDiscord[m] has joined #ipfs
21:32
KubeDiscord[m] has joined #ipfs
21:32
MairkurDiscord[m has joined #ipfs
21:32
RealSnazzyDiscor has joined #ipfs
21:32
corylDiscord[m] has joined #ipfs
21:32
crest[m] has joined #ipfs
21:32
Zed[m] has joined #ipfs
21:32
brewski[m] has joined #ipfs
21:32
willibuddyDiscor has joined #ipfs
21:32
snapDiscord[m] has joined #ipfs
21:32
doorknob88Discor has joined #ipfs
21:32
brewskiDiscord[m has joined #ipfs
21:32
NatoBoramDiscord has joined #ipfs
21:32
crestDiscord[m] has joined #ipfs
21:32
RyonezCoruscareD has joined #ipfs
21:32
skillman623Disco has joined #ipfs
21:32
OboDiscord[m] has joined #ipfs
21:32
PhillmacDiscord[ has joined #ipfs
21:32
GiyomuDiscord[m] has joined #ipfs
21:32
Seb[m]2 has joined #ipfs
21:32
skillman623[m] has joined #ipfs
21:32
ruko[m] has joined #ipfs
21:32
zoink92Discord[m has joined #ipfs
21:32
hyde__Discord[m] has joined #ipfs
21:32
ValiumDiscord[m] has joined #ipfs
21:32
ivanDiscord[m] has joined #ipfs
21:32
ShadowLingDiscor has joined #ipfs
21:32
boomshroomDiscor has joined #ipfs
21:32
Starism[m] has joined #ipfs
21:32
Valium[m]1 has joined #ipfs
21:32
capDiscord[m] has joined #ipfs
21:32
Turtle1331Discor has joined #ipfs
21:32
DioBrandonDiscor has joined #ipfs
21:32
LordFenixNCDisco has joined #ipfs
21:32
JakobTigerstrm[m has joined #ipfs
21:32
LordFenixNC[m] has joined #ipfs
21:32
Kris[m]1 has joined #ipfs
21:32
Lostfile[m] has joined #ipfs
21:32
EdmundMDiscord[m has joined #ipfs
21:32
chmanieDiscord[m has joined #ipfs
21:32
Kevin[m]2 has joined #ipfs
21:32
chinsuDiscord[m] has joined #ipfs
21:32
sfromentDiscord[ has joined #ipfs
21:32
vexlDiscord[m] has joined #ipfs
21:32
denzukoDiscord[m has joined #ipfs
21:32
Krakakanok[m] has joined #ipfs
21:32
NastyEbilPiwateD has joined #ipfs
21:32
M4eekDiscord[m] has joined #ipfs
21:32
M4eek[m] has joined #ipfs
21:32
shadow53[m] has joined #ipfs
21:32
ad87657Discord[m has joined #ipfs
21:32
lamborghiniDisco has joined #ipfs
21:32
JayWelshDiscord[ has joined #ipfs
21:32
felixschlDiscor4 has joined #ipfs
21:32
DerekDiscord[m] has joined #ipfs
21:32
DaekiDiscord[m] has joined #ipfs
21:32
rozgoDiscord[m] has joined #ipfs
21:32
ZaZ[m] has joined #ipfs
21:32
jazzy-jeff^_^[m] has joined #ipfs
21:32
TH0RynDiscord[m] has joined #ipfs
21:32
SmileRobotDiscor has joined #ipfs
21:32
competentcuttlef has joined #ipfs
21:32
malaclypsDiscord has joined #ipfs
21:32
Tbi[m] has joined #ipfs
21:32
marcusrbrownDisc has joined #ipfs
21:32
jazzy-jeff^_^Dis has joined #ipfs
21:32
Mira[m] has joined #ipfs
21:32
peterk[m] has joined #ipfs
21:32
ArunDiscord[m] has joined #ipfs
21:32
SmileRobot[m] has joined #ipfs
21:32
MichaelTenDiscor has joined #ipfs
21:32
mZDiscord[m] has joined #ipfs
21:32
BossMANDiscord[m has joined #ipfs
21:32
LeFDiscord[m] has joined #ipfs
21:32
James|ColonyDisc has joined #ipfs
21:32
koalalorenzoDisc has joined #ipfs
21:32
rxninDiscord[m] has joined #ipfs
21:32
BossMAN[m] has joined #ipfs
21:32
chadlupkes[m] has joined #ipfs
21:32
TionisDiscord[m] has joined #ipfs
21:32
JordanKrageDisco has joined #ipfs
21:32
manfredDiscord[m has joined #ipfs
21:32
M5310[m] has joined #ipfs
21:32
gunttedDiscord[m has joined #ipfs
21:32
chrisDiscord[m] has joined #ipfs
21:32
RealityDiscord[m has joined #ipfs
21:32
gregjeanmartDisc has joined #ipfs
21:32
Shmultz9776[m] has joined #ipfs
21:32
ShmultzDiscord[m has joined #ipfs
21:32
tony[m]2 has joined #ipfs
21:32
OlegStotsky[m] has joined #ipfs
21:32
GeorgeX2798[m] has joined #ipfs
21:32
bekoDiscord[m] has joined #ipfs
21:32
nocentDiscord[m] has joined #ipfs
21:32
KisulkenDiscord[ has joined #ipfs
21:32
ryanchristoDisco has joined #ipfs
21:32
DiscordRSSDiscor has joined #ipfs
21:32
Grey[m] has joined #ipfs
21:32
nocent9720[m] has joined #ipfs
21:32
truth[m] has joined #ipfs
21:32
JustMaierDiscord has joined #ipfs
21:32
iiogamaDiscord[m has joined #ipfs
21:32
zazikiDiscord[m] has joined #ipfs
21:32
snap[m] has joined #ipfs
21:32
JaoheahDiscord[m has joined #ipfs
21:32
fexra|TRTLDiscor has joined #ipfs
21:32
sachaDiscord[m] has joined #ipfs
21:32
Suprscale[m] has joined #ipfs
21:32
JustMaier[m]1 has joined #ipfs
21:32
haz[m]2 has joined #ipfs
21:32
braditz[m]2 has joined #ipfs
21:32
dhenzDiscord[m] has joined #ipfs
21:32
itsmekntDiscord[ has joined #ipfs
21:32
neilDiscord[m] has joined #ipfs
21:32
aaronpkDiscord[m has joined #ipfs
21:32
ExpherienceDisco has joined #ipfs
21:32
GabrielBadGriefD has joined #ipfs
21:32
aleDiscord[m] has joined #ipfs
21:32
planetary_devDis has joined #ipfs
21:32
megadogberthehi4 has joined #ipfs
21:32
Phillmac[m] has joined #ipfs
21:32
MisterGoreDiscor has joined #ipfs
21:32
godparticleDisco has joined #ipfs
21:32
celsoDiscord[m] has joined #ipfs
21:32
HeysteinDiscord[ has joined #ipfs
21:32
megadogberthehim has joined #ipfs
21:32
magnetist[m] has joined #ipfs
21:32
NatoBoram[m]1 has joined #ipfs
21:32
Heystein[m] has joined #ipfs
21:32
benaszab[m] has joined #ipfs
21:32
DioBrandon[m] has joined #ipfs
21:32
Obo[m]2 has joined #ipfs
21:32
new0neDiscord[m] has joined #ipfs
21:32
JerbsDiscord[m] has joined #ipfs
21:32
OxyDiscord[m] has joined #ipfs
21:32
NatoBoram[m]2 has joined #ipfs
21:32
thomasDiscord[m] has joined #ipfs
21:32
cannabysDiscord[ has joined #ipfs
21:32
benaszabDiscord[ has joined #ipfs
21:32
LAkiraS[m] has joined #ipfs
21:32
XierumengDiscord has joined #ipfs
21:32
Kiesenverseist[m has joined #ipfs
21:32
zegordo[m] has joined #ipfs
21:32
c090178[m] has joined #ipfs
21:32
zegordoDiscord[m has joined #ipfs
21:32
JungleHeartDisco has joined #ipfs
21:32
drbhDiscord[m] has joined #ipfs
21:32
sekiDiscord[m]1 has joined #ipfs
21:32
ZapierDiscord[m] has joined #ipfs
21:32
KYZITEMELOS93Dis has joined #ipfs
21:32
JungleHeart[m] has joined #ipfs
21:32
AgentJ[m] has joined #ipfs
21:32
SirMemesALotDisc has joined #ipfs
21:32
EdmundM[m] has joined #ipfs
21:32
LordFenixNC[m]2 has joined #ipfs
21:32
vexl[m]1 has joined #ipfs
21:32
thestevewayDisco has joined #ipfs
21:32
mattcDiscord[m] has joined #ipfs
21:32
pusherDiscord[m] has joined #ipfs
21:32
paulmahoneDiscor has joined #ipfs
21:32
leoalvarezhDisc4 has joined #ipfs
21:32
leoalvarezh[m]1 has joined #ipfs
21:32
mattc[m] has joined #ipfs
21:32
Dazuck-3BoxDisco has joined #ipfs
21:32
catmanDiscord[m] has joined #ipfs
21:32
Lilz|BetaMeDisco has joined #ipfs
21:32
dqxDiscord[m] has joined #ipfs
21:32
prcDiscord[m] has joined #ipfs
21:32
vexl[m]2 has joined #ipfs
21:32
koalalorenzo[m]1 has joined #ipfs
21:32
malaclyps[m]1 has joined #ipfs
21:32
felixschl[m]2 has joined #ipfs
21:32
standard[m] has joined #ipfs
21:32
rxnin[m] has joined #ipfs
21:32
7IZAABI6F has joined #ipfs
21:32
greg[m]1 has joined #ipfs
21:32
59NAAULDT has joined #ipfs
21:32
planetary_dev[m] has joined #ipfs
21:32
MisterGore[m] has joined #ipfs
21:32
RockSteadyTRTLDi has joined #ipfs
21:32
Xierumeng[m] has joined #ipfs
21:32
the_nikinDiscord has joined #ipfs
21:32
nyarlathotepDisc has joined #ipfs
21:32
greenLion[m] has joined #ipfs
21:32
vamsiDiscord[m] has joined #ipfs
21:32
jenncloudDiscord has joined #ipfs
21:32
nyarlathotep[m] has joined #ipfs
21:32
M011000100111010 has joined #ipfs
21:32
kungfooman[m] has joined #ipfs
21:32
freethinkingawa4 has joined #ipfs
21:32
foxcoolDiscord[m has joined #ipfs
21:32
Discord[m]1 has joined #ipfs
21:32
ShokuninDiscord[ has joined #ipfs
21:32
LokeLDiscord[m] has joined #ipfs
21:32
realChainDiscord has joined #ipfs
21:32
dindustriesDisco has joined #ipfs
21:32
jamiedubsDiscord has joined #ipfs
21:32
Ja3oodDiscord[m] has joined #ipfs
21:32
npfossDiscord[m] has joined #ipfs
21:32
AraratDiscord[m] has joined #ipfs
21:32
zloba[m] has joined #ipfs
21:32
Microsoft_techni has joined #ipfs
21:32
drshamoonDiscord has joined #ipfs
21:32
JohnnyMilkshakes has joined #ipfs
21:32
GuillaumeDiscord has joined #ipfs
21:32
l^discord[m]1 has joined #ipfs
21:32
CantiTurtleCoinD has joined #ipfs
21:32
Abraxas[m] has joined #ipfs
21:32
silent_ActivistD has joined #ipfs
21:32
ptonerDiscord[m] has joined #ipfs
21:32
vasaDiscord[m] has joined #ipfs
21:32
l^discordDiscord has joined #ipfs
21:32
cyluDiscord[m] has joined #ipfs
21:32
NooooooWayyyyyDi has joined #ipfs
21:32
allgo[m] has joined #ipfs
21:32
TianyiDiscord[m4 has joined #ipfs
21:32
postablesDiscord has joined #ipfs
21:32
allgoDiscord[m] has joined #ipfs
21:32
ithithDiscord[m] has joined #ipfs
21:32
johanhermanDisc4 has joined #ipfs
21:32
KinnardDiscord[m has joined #ipfs
21:32
sanderDiscord[m] has joined #ipfs
21:32
l^discord4314[m] has joined #ipfs
21:32
KinnardDiscord[7 has joined #ipfs
21:32
deltaDiscord[m] has joined #ipfs
21:32
Bads3ctor9700[m] has joined #ipfs
21:32
LSJI07Discord[m] has joined #ipfs
21:32
alphapapaactualD has joined #ipfs
21:32
postables[m]2 has joined #ipfs
21:32
HeishDiscord[m] has joined #ipfs
21:32
jimpickDiscord[m has joined #ipfs
21:32
SteffDiscord[m] has joined #ipfs
21:32
Steff[m] has joined #ipfs
21:32
TeamIan[m] has joined #ipfs
21:32
Phi[m]1 has joined #ipfs
21:32
TeamIanDiscord[m has joined #ipfs
21:32
JeanDiscord[m] has joined #ipfs
21:32
PhiDiscord[m] has joined #ipfs
21:32
wcharginDiscord[ has joined #ipfs
21:32
neohexDiscord[m] has joined #ipfs
21:32
modig[m] has joined #ipfs
21:32
CatManDoooDiscor has joined #ipfs
21:32
RomaricDiscord[m has joined #ipfs
21:32
ClmentDiscord[m] has joined #ipfs
21:32
h2Discord[m] has joined #ipfs
21:32
neohex[m] has joined #ipfs
21:32
modigDiscord[m] has joined #ipfs
21:32
Clment[m] has joined #ipfs
21:32
andrewxhillDisco has joined #ipfs
21:32
mikealDiscord[m] has joined #ipfs
21:32
ZeugeIotas[m] has joined #ipfs
21:32
mZDiscord[m]1 has joined #ipfs
21:32
msena3Discord[m] has joined #ipfs
21:32
CocoonCrashDisco has joined #ipfs
21:32
5EXAATVBD has joined #ipfs
21:32
bushido711Discor has joined #ipfs
21:32
59NAAULDU has joined #ipfs
21:32
KubeWorshipperDi has joined #ipfs
21:32
plexusDiscord[m] has joined #ipfs
21:32
lilz[m] has joined #ipfs
21:32
abhi_Discord[m] has joined #ipfs
21:32
obzenba[m] has joined #ipfs
21:32
pps96[m] has joined #ipfs
21:32
pps96Discord[m] has joined #ipfs
21:32
AuHauDiscord[m] has joined #ipfs
21:32
bitspill[m] has joined #ipfs
21:32
rittmeDiscord[m] has joined #ipfs
21:32
bitspillDiscord[ has joined #ipfs
21:32
aeddiDiscord[m] has joined #ipfs
21:32
marcocastignoli7 has joined #ipfs
21:32
RichardLittDisco has joined #ipfs
21:32
thomasbDiscord[m has joined #ipfs
21:32
jklepatchDiscord has joined #ipfs
21:32
TristanDiscord[m has joined #ipfs
21:32
dignifiedquire[m has joined #ipfs
21:32
chmanieDiscord[4 has joined #ipfs
21:32
zcopleyDiscord[m has joined #ipfs
21:32
dignifiedquireDi has joined #ipfs
21:32
GelvenDiscord[m] has joined #ipfs
21:32
vamsi[m] has joined #ipfs
21:32
sukarDiscord[m] has joined #ipfs
21:32
oed3Discord[m] has joined #ipfs
21:32
cristobalDiscor4 has joined #ipfs
21:32
cristobal8876[m] has joined #ipfs
21:32
kanejDiscord[m] has joined #ipfs
21:32
sukar[m] has joined #ipfs
21:32
Kenzo3Discord[m] has joined #ipfs
21:32
aswiththewildDis has joined #ipfs
21:32
amatuniDiscord[m has joined #ipfs
21:32
94KAAJGKX has joined #ipfs
21:32
katakotoDiscord[ has joined #ipfs
21:32
32NAA5YAP has joined #ipfs
21:32
r5723013[m] has joined #ipfs
21:32
r5723013Discord[ has joined #ipfs
21:32
jmank88Discord[m has joined #ipfs
21:32
cwchristerwDisco has joined #ipfs
21:32
felixschlDiscord has joined #ipfs
21:32
RickDiscord[m] has joined #ipfs
21:32
jgmac1106Discord has joined #ipfs
21:32
dy5es41Discord[m has joined #ipfs
21:32
MatrixBridgeswed has joined #ipfs
21:32
gnunicornDiscord has joined #ipfs
21:32
carson[m] has joined #ipfs
21:32
pbvieDiscord[m] has joined #ipfs
21:32
carsonfarmerDisc has joined #ipfs
21:32
EugeneDiscord[m] has joined #ipfs
21:32
tom85Discord[m] has joined #ipfs
21:32
grvhiDiscord[m] has joined #ipfs
21:32
foxcoolDiscord[4 has joined #ipfs
21:32
Us[m] has joined #ipfs
21:32
JonwelDiscord[m] has joined #ipfs
21:32
grvhi[m] has joined #ipfs
21:32
placer14Discord[ has joined #ipfs
21:32
Eugene[m] has joined #ipfs
21:32
Jonwel[m] has joined #ipfs
21:32
UsDiscord[m] has joined #ipfs
21:32
Heish1580[m] has joined #ipfs
21:32
gts[m] has joined #ipfs
21:32
UserDiscord[m] has joined #ipfs
21:32
leoalvarezhDisco has joined #ipfs
21:32
cwDiscord[m] has joined #ipfs
21:32
gtsDiscord[m] has joined #ipfs
21:32
cw[m] has joined #ipfs
21:32
User[m]2 has joined #ipfs
21:32
leoalvarezh[m] has joined #ipfs
21:32
SenshiDiscord[m] has joined #ipfs
21:32
MatthDiscord[m] has joined #ipfs
21:32
te0dDiscord[m] has joined #ipfs
21:32
aphelionzDiscord has joined #ipfs
21:32
braditz[m] has joined #ipfs
21:32
marcocastignoliD has joined #ipfs
21:32
shimakaze[m] has joined #ipfs
21:32
te0d[m] has joined #ipfs
21:32
rappel[m] has joined #ipfs
21:32
braditzDiscord[4 has joined #ipfs
21:32
rappelDiscord[m] has joined #ipfs
21:32
aphelionz[m] has joined #ipfs
21:32
marcocastignoli[ has joined #ipfs
21:33
delta[m]1 has joined #ipfs
21:33
wchargin[m] has joined #ipfs
21:33
SweatDiscord[m] has joined #ipfs
21:33
fozzieDiscord[m] has joined #ipfs
21:33
xtream1101[m] has joined #ipfs
21:33
Ablibu[m]1 has joined #ipfs
21:33
PrabhaavDiscord[ has joined #ipfs
21:33
nofwayy[m] has joined #ipfs
21:33
AblibuDiscord[m] has joined #ipfs
21:33
macerbiDiscord[m has joined #ipfs
21:33
nofwayyDiscord[m has joined #ipfs
21:33
JohnnyMilkshake7 has joined #ipfs
21:33
Orkun[m] has joined #ipfs
21:33
thatguyDiscord[m has joined #ipfs
21:33
OrkunDiscord[m] has joined #ipfs
21:33
KubeWorshipper[m has joined #ipfs
21:33
cristobalDiscord has joined #ipfs
21:33
ToangDiscord[m] has joined #ipfs
21:33
combray[m] has joined #ipfs
21:33
xtream1101Discor has joined #ipfs
21:33
combrayDiscord[m has joined #ipfs
21:33
porshDiscord[m] has joined #ipfs
21:33
cristobal7524[m] has joined #ipfs
21:33
panDiscord[m] has joined #ipfs
21:33
VictorGDiscord[m has joined #ipfs
21:33
ScottSmileyDisco has joined #ipfs
21:33
tobowersDiscord[ has joined #ipfs
21:33
flower88Discord[ has joined #ipfs
21:33
plexus[m]1 has joined #ipfs
21:33
prtfwDiscord[m] has joined #ipfs
21:33
AXEL-BrianDiscor has joined #ipfs
21:33
maparentDiscord[ has joined #ipfs
21:33
CryptoEmpressDis has joined #ipfs
21:33
AkshayDiscord[m] has joined #ipfs
21:33
Pamileisson2582[ has joined #ipfs
21:33
pierrebocDiscord has joined #ipfs
21:33
RDeckardDiscord4 has joined #ipfs
21:33
celsoDiscord[m]1 has joined #ipfs
21:33
tangoDiscord[m] has joined #ipfs
21:33
SchwartzDiscord[ has joined #ipfs
21:33
codynhatDiscord[ has joined #ipfs
21:33
robinzzzDiscord[ has joined #ipfs
21:33
farhad312Discord has joined #ipfs
21:33
RDeckardDiscord[ has joined #ipfs
21:33
M[AXEL]DarrDisco has joined #ipfs
21:33
buztedDiscord[m] has joined #ipfs
21:33
PamileissonDisco has joined #ipfs
21:33
CarboClanCDiscor has joined #ipfs
21:33
olizillaDiscord[ has joined #ipfs
21:33
eshohetDiscord[m has joined #ipfs
21:33
dpinnerDiscord[m has joined #ipfs
21:33
ngamboaDiscord[m has joined #ipfs
21:33
MaggieDiscord[m] has joined #ipfs
21:33
amatuni[m] has joined #ipfs
21:33
n9tDiscord[m] has joined #ipfs
21:33
MesaDiscord[m] has joined #ipfs
21:33
ddahlDiscord[m] has joined #ipfs
21:33
sbpDiscord[m] has joined #ipfs
21:33
eddyDiscord[m] has joined #ipfs
21:33
hubaDiscord[m] has joined #ipfs
21:33
nebulerDiscord[m has joined #ipfs
21:33
test123Discord[m has joined #ipfs
21:33
ksDiscord[m] has joined #ipfs
21:33
KinnardDiscord[4 has joined #ipfs
21:33
zwelsternDiscord has joined #ipfs
21:33
DerrickFDiscord[ has joined #ipfs
21:33
KarlDiscord[m] has joined #ipfs
21:33
johanhermanDisco has joined #ipfs
21:33
Luna14Discord[m] has joined #ipfs
21:33
mhzDiscord[m] has joined #ipfs
21:33
CathyLDiscord[m] has joined #ipfs
21:33
jessicaschilling has joined #ipfs
21:33
Matrixdiscordbri has joined #ipfs
21:33
lyonDiscord[m] has joined #ipfs
21:33
DamirDiscord[m] has joined #ipfs
21:33
kanej[m]2 has joined #ipfs
21:33
M_discord_507475 has joined #ipfs
21:33
TianyiDiscord[m] has joined #ipfs
21:33
gorhgorh[m]1 has joined #ipfs
21:33
GorkaDiscord[m] has joined #ipfs
21:33
romaricDiscord[4 has joined #ipfs
21:33
enricomarinoDisc has joined #ipfs
21:33
rklaehnDiscord[m has joined #ipfs
21:33
Dby0Discord[m] has joined #ipfs
21:33
funwhilelostDisc has joined #ipfs
21:33
RomainDiscord[m] has joined #ipfs
21:33
M[AXEL]JulianDis has joined #ipfs
21:33
bengoDiscord[m] has joined #ipfs
21:33
KeegenDiscord[m] has joined #ipfs
21:33
hvergaraDiscord[ has joined #ipfs
21:33
kevinbird15Disco has joined #ipfs
21:33
cesarosumDiscord has joined #ipfs
21:33
sekiDiscord[m] has joined #ipfs
21:33
doodlemaniaDisco has joined #ipfs
21:33
sblinnDiscord[m] has joined #ipfs
21:33
nlkoDiscord[m] has joined #ipfs
21:33
jwheelerDiscord[ has joined #ipfs
21:33
card[m]1 has joined #ipfs
21:33
nilocDiscord[m] has joined #ipfs
21:33
cardDiscord[m] has joined #ipfs
21:33
watDiscord[m] has joined #ipfs
21:33
janttoDiscord[m] has joined #ipfs
21:33
swedneck[GMT1]Di has joined #ipfs
21:33
wngrDiscord[m] has joined #ipfs
21:33
sprayDiscord[m] has joined #ipfs
21:33
ShruthiDiscord[m has joined #ipfs
21:33
felixschl[m]3 has joined #ipfs
21:33
PermawebEmbedDis has joined #ipfs
21:33
alilinuxAboShana has joined #ipfs
21:33
BifrostBot[m] has joined #ipfs
21:33
ad5twoknebor[m] has joined #ipfs
21:33
achingbrain[m] has joined #ipfs
21:33
swedneckswednec4 has joined #ipfs
21:33
DiscordBridgeswe has joined #ipfs
21:33
swedneck9241[m] has joined #ipfs
21:33
admin[m]3 has joined #ipfs
21:33
Dave[m]6 has joined #ipfs
21:33
aeddi has joined #ipfs
21:33
aer[m] has joined #ipfs
21:33
ColinG[m] has joined #ipfs
21:33
Guest98626 has joined #ipfs
21:33
ntninja has joined #ipfs
21:33
alphard[m] has joined #ipfs
21:33
aloiscochard[m] has joined #ipfs
21:33
albuic has joined #ipfs
21:33
memorythought has joined #ipfs
21:33
andresmazzo[m] has joined #ipfs
21:33
am3on[m] has joined #ipfs
21:33
amb007[m] has joined #ipfs
21:33
amongstclouds[m] has joined #ipfs
21:33
anoa has joined #ipfs
21:33
anolir has joined #ipfs
21:33
appa[m] has joined #ipfs
21:33
anomie[m] has joined #ipfs
21:33
andrewnez[m] has joined #ipfs
21:33
arinholmes[m] has joined #ipfs
21:33
astrojl_matrix has joined #ipfs
21:33
arturo[m] has joined #ipfs
21:33
cyberward_matrix has joined #ipfs
21:33
aschmahmann[m] has joined #ipfs
21:33
atrolloc[m] has joined #ipfs
21:33
azk64[m] has joined #ipfs
21:33
BeatRupp[m] has joined #ipfs
21:33
auhau[m]1 has joined #ipfs
21:33
axx[m] has joined #ipfs
21:33
Brasserie[m] has joined #ipfs
21:33
humanwire[m] has joined #ipfs
21:33
boturl4r[m] has joined #ipfs
21:33
betz[m]2 has joined #ipfs
21:33
bennofs[m] has joined #ipfs
21:33
Iroh[m] has joined #ipfs
21:33
Brunothebloodhou has joined #ipfs
21:33
brotholo[m] has joined #ipfs
21:33
buggeas40d[m] has joined #ipfs
21:33
brian[m] has joined #ipfs
21:33
BROWN[m] has joined #ipfs
21:33
DonP[m]1 has joined #ipfs
21:33
cabalcorp[m] has joined #ipfs
21:33
camb[m] has joined #ipfs
21:33
carsonfarmer[m]1 has joined #ipfs
21:33
cawal[m] has joined #ipfs
21:33
lkjhgfdsa00xxx[m has joined #ipfs
21:33
chr0ma[m] has joined #ipfs
21:33
catman[m] has joined #ipfs
21:33
chrismoos[m] has joined #ipfs
21:33
cesar[m] has joined #ipfs
21:33
chris-g[m] has joined #ipfs
21:33
abueide[m] has joined #ipfs
21:33
KirillTaran[m] has joined #ipfs
21:33
aeaf123[m] has joined #ipfs
21:33
CopenBra[m] has joined #ipfs
21:33
colinbr has joined #ipfs
21:33
ciet[m] has joined #ipfs
21:33
ook_2001 has joined #ipfs
21:33
cmkat[m] has joined #ipfs
21:33
AlexanderK[m] has joined #ipfs
21:33
AdamHepner[m] has joined #ipfs
21:33
josephnicholasGM has joined #ipfs
21:33
lordpipe has joined #ipfs
21:33
cyberwolf[m] has joined #ipfs
21:33
aha[m] has joined #ipfs
21:33
akt[m] has joined #ipfs
21:33
aleksssboss157[m has joined #ipfs
21:33
dcallagh has joined #ipfs
21:33
dag[m] has joined #ipfs
21:33
althaser has joined #ipfs
21:33
baffle has joined #ipfs
21:33
Dan[m] has joined #ipfs
21:33
andrewcrow[m] has joined #ipfs
21:33
DarkDrgn2k[m] has joined #ipfs
21:33
alxmhe[m] has joined #ipfs
21:33
dar[m] has joined #ipfs
21:33
davidar[m] has joined #ipfs
21:33
amark159[m] has joined #ipfs
21:33
anonymous[m] has joined #ipfs
21:33
alxev[m] has joined #ipfs
21:33
darkmeson[m] has joined #ipfs
21:33
ar[m] has joined #ipfs
21:33
Rumblestiltskin[ has joined #ipfs
21:33
array[m] has joined #ipfs
21:33
Ashaman[m] has joined #ipfs
21:33
defnofdumb[m] has joined #ipfs
21:33
admin[m]4 has joined #ipfs
21:33
djdv[m] has joined #ipfs
21:33
daviddias[m] has joined #ipfs
21:33
deva[m] has joined #ipfs
21:33
dennwc[m] has joined #ipfs
21:33
akt[m]1 has joined #ipfs
21:33
arjenpdevries[m] has joined #ipfs
21:33
averyy[m] has joined #ipfs
21:33
arting[m] has joined #ipfs
21:33
BafS[m] has joined #ipfs
21:33
dkasak[m] has joined #ipfs
21:33
divi[m]1 has joined #ipfs
21:33
dhole[m] has joined #ipfs
21:33
divi[m] has joined #ipfs
21:33
DiscordBridge[m4 has joined #ipfs
21:33
justbibibi[m] has joined #ipfs
21:33
DokterBob has joined #ipfs
21:33
didi-digitalsheh has joined #ipfs
21:33
bayaojiu[m] has joined #ipfs
21:33
attenuation[m] has joined #ipfs
21:33
dominicusin[m] has joined #ipfs
21:33
doronbehar[m] has joined #ipfs
21:33
bofu[m] has joined #ipfs
21:33
ballerfresh[m] has joined #ipfs
21:33
atpotts has joined #ipfs
21:33
dontstalkmepls[m has joined #ipfs
21:33
brianbland[m] has joined #ipfs
21:33
DanP[m] has joined #ipfs
21:33
bigx[m] has joined #ipfs
21:33
brainbubble[m] has joined #ipfs
21:33
boytemp1[m] has joined #ipfs
21:33
dumuzid[m] has joined #ipfs
21:33
sean[m]2 has joined #ipfs
21:33
dtz has joined #ipfs
21:33
dydx[m]1 has joined #ipfs
21:33
dryajov has joined #ipfs
21:33
blurHY[m] has joined #ipfs
21:33
cannondrumflower has joined #ipfs
21:33
c0dr[m] has joined #ipfs
21:33
brancengregory[m has joined #ipfs
21:33
dude[m]1 has joined #ipfs
21:33
ecloud[m] has joined #ipfs
21:33
edrex has joined #ipfs
21:33
EdgarBlazhevich[ has joined #ipfs
21:33
EmmatheEurobeatE has joined #ipfs
21:33
chanpoyu[m] has joined #ipfs
21:33
Caramba_3000[m] has joined #ipfs
21:33
Caleb[m] has joined #ipfs
21:33
edd[m] has joined #ipfs
21:33
gCalf[m] has joined #ipfs
21:33
Brio[m] has joined #ipfs
21:33
enum[m] has joined #ipfs
21:33
equbit has joined #ipfs
21:33
Guest80039 has joined #ipfs
21:33
etjet[m] has joined #ipfs
21:33
ericronne[m] has joined #ipfs
21:33
ewan[m] has joined #ipfs
21:33
Chaos[m] has joined #ipfs
21:33
eyenx[m] has joined #ipfs
21:33
fcat[m] has joined #ipfs
21:33
clarkenciel[m] has joined #ipfs
21:33
fsmoulk[m] has joined #ipfs
21:33
clf[m] has joined #ipfs
21:33
chuenlye[m] has joined #ipfs
21:33
cryptix[m] has joined #ipfs
21:33
Fns[m] has joined #ipfs
21:33
crydamoure[m] has joined #ipfs
21:33
fdf[m] has joined #ipfs
21:33
KonstantinLomash has joined #ipfs
21:33
cubemonkey[m] has joined #ipfs
21:33
coretx[m] has joined #ipfs
21:33
freddor has joined #ipfs
21:33
ciechomke[m] has joined #ipfs
21:33
fiddeldibu[m] has joined #ipfs
21:33
florz[m] has joined #ipfs
21:33
cryptobiotik[m] has joined #ipfs
21:33
flacks has joined #ipfs
21:33
cryptogoth[m] has joined #ipfs
21:33
cybercat[m] has joined #ipfs
21:33
D14na[m] has joined #ipfs
21:33
frislie[m] has joined #ipfs
21:33
DianaQueen[m] has joined #ipfs
21:33
fredrikj_tmp has joined #ipfs
21:33
frnet[m] has joined #ipfs
21:33
franc1s has joined #ipfs
21:33
fru[m] has joined #ipfs
21:33
d27[m] has joined #ipfs
21:33
d-nice2[m] has joined #ipfs
21:33
fridim[m] has joined #ipfs
21:33
daopu[m] has joined #ipfs
21:33
dani9[m] has joined #ipfs
21:33
danteziispeed[m] has joined #ipfs
21:33
d1mur4tdj[m] has joined #ipfs
21:33
Fuseteam has joined #ipfs
21:33
Gabriel[Matrix] has joined #ipfs
21:33
gate32[m] has joined #ipfs
21:33
Alex[m]11 has joined #ipfs
21:33
cy[m] has joined #ipfs
21:33
dazai[m] has joined #ipfs
21:33
gandi[m] has joined #ipfs
21:33
fujexo[m] has joined #ipfs
21:33
garblur83[m] has joined #ipfs
21:33
denko32133[m] has joined #ipfs
21:33
dElAvA_matrix has joined #ipfs
21:33
GitterIntegratio has joined #ipfs
21:33
gharbeia[m] has joined #ipfs
21:33
Methos[m] has joined #ipfs
21:33
deepitmatrixorg[ has joined #ipfs
21:33
gleeballs[m] has joined #ipfs
21:33
Godel[m] has joined #ipfs
21:33
godva[m] has joined #ipfs
21:33
ghastfilms[m] has joined #ipfs
21:33
glothit7ok[m] has joined #ipfs
21:33
ndarwincorn has joined #ipfs
21:33
grag[m] has joined #ipfs
21:33
guigouz has joined #ipfs
21:33
alex[m]2 has joined #ipfs
21:33
grumble[m] has joined #ipfs
21:33
dharwin[m] has joined #ipfs
21:33
graceful_luv[m] has joined #ipfs
21:33
Deviousway[m] has joined #ipfs
21:33
dliot[m] has joined #ipfs
21:33
dolmengate[m] has joined #ipfs
21:33
D1mur47[m] has joined #ipfs
21:33
graylan[m] has joined #ipfs
21:33
TravisJames[m] has joined #ipfs
21:33
h0lylag[m] has joined #ipfs
21:33
harkenedraven has joined #ipfs
21:33
dulten[m] has joined #ipfs
21:33
DrDeFacto[m] has joined #ipfs
21:33
dragonrider-e[m] has joined #ipfs
21:33
warpfork has joined #ipfs
21:33
hazegrey[m] has joined #ipfs
21:33
hElpmomey[m] has joined #ipfs
21:33
dot9sh[m] has joined #ipfs
21:33
HeavyMetal[m] has joined #ipfs
21:33
dxg168[m] has joined #ipfs
21:33
himcesjf has joined #ipfs
21:33
hans[m]4 has joined #ipfs
21:33
hsanjuan[m] has joined #ipfs
21:33
emceeaich[m] has joined #ipfs
21:33
dyskon[m] has joined #ipfs
21:33
iarp[m] has joined #ipfs
21:33
electric[m] has joined #ipfs
21:33
i5heu[m] has joined #ipfs
21:33
Bzh[m] has joined #ipfs
21:33
ecripte[m] has joined #ipfs
21:33
Eryk[m] has joined #ipfs
21:33
Enmerkar[m] has joined #ipfs
21:33
exothermic[m] has joined #ipfs
21:33
instagateur[m] has joined #ipfs
21:33
inkspread[m] has joined #ipfs
21:33
ilee[m] has joined #ipfs
21:33
igel[m] has joined #ipfs
21:33
indefini[m] has joined #ipfs
21:33
extrabrave[m] has joined #ipfs
21:33
eyhd-61uczn3v[m] has joined #ipfs
21:33
Standa[m] has joined #ipfs
21:33
intrus[m] has joined #ipfs
21:33
errichellic[m] has joined #ipfs
21:33
eren[m] has joined #ipfs
21:33
iodine[m] has joined #ipfs
21:33
ingo[m] has joined #ipfs
21:33
fishingsun[m] has joined #ipfs
21:33
irb[m] has joined #ipfs
21:33
ist5shreawf[m] has joined #ipfs
21:33
codyopel has joined #ipfs
21:33
ircer[m] has joined #ipfs
21:33
felixfoertsch[m] has joined #ipfs
21:33
issamehh[m] has joined #ipfs
21:33
fcgreg[m] has joined #ipfs
21:33
jcgruenhage has joined #ipfs
21:33
fmidq[m] has joined #ipfs
21:33
flip[m] has joined #ipfs
21:33
fatman2019[m] has joined #ipfs
21:33
fimfx[m] has joined #ipfs
21:33
Ichbinjoe has joined #ipfs
21:33
jimt[m] has joined #ipfs
21:33
jeffcasavant[m] has joined #ipfs
21:33
johnlong[m] has joined #ipfs
21:33
jeeg[m] has joined #ipfs
21:33
froid[m] has joined #ipfs
21:33
freeforme[m] has joined #ipfs
21:33
fti7[m] has joined #ipfs
21:33
josiah_sama has joined #ipfs
21:33
kiwi_uk[m] has joined #ipfs
21:33
JCaesar has joined #ipfs
21:33
jacckie[m] has joined #ipfs
21:33
josef[m] has joined #ipfs
21:33
jryans has joined #ipfs
21:33
jrswab has joined #ipfs
21:33
gfelbing[m] has joined #ipfs
21:33
kahiru__ has joined #ipfs
21:33
justyns[m] has joined #ipfs
21:33
ghostfire51[m] has joined #ipfs
21:33
kwk has joined #ipfs
21:33
geriatricjacob[m has joined #ipfs
21:33
girzel[m] has joined #ipfs
21:33
kanej[m]1 has joined #ipfs
21:33
kbc[m] has joined #ipfs
21:33
killswitch[m] has joined #ipfs
21:33
goozlez[m] has joined #ipfs
21:33
kishansagathiya[ has joined #ipfs
21:33
koalalorenzo[m] has joined #ipfs
21:33
kobajagi has joined #ipfs
21:33
dynodetk[m] has joined #ipfs
21:33
Klara[m] has joined #ipfs
21:33
hr[m] has joined #ipfs
21:33
labs[m] has joined #ipfs
21:33
lanzafame1 has joined #ipfs
21:33
h313[m] has joined #ipfs
21:33
hamb_urglar[m] has joined #ipfs
21:33
han_c[m] has joined #ipfs
21:33
h4314[m] has joined #ipfs
21:33
ibit[m]1 has joined #ipfs
21:33
hamechi[m] has joined #ipfs
21:33
herronjo[m] has joined #ipfs
21:33
krigare[m] has joined #ipfs
21:33
lapav[m] has joined #ipfs
21:33
http302[m] has joined #ipfs
21:33
HQiiii[m] has joined #ipfs
21:33
homulilly[m] has joined #ipfs
21:33
hlon[m] has joined #ipfs
21:33
hjoest[m] has joined #ipfs
21:33
lck[m] has joined #ipfs
21:33
hxu[m] has joined #ipfs
21:33
howitz3r[m] has joined #ipfs
21:33
hoijui[m] has joined #ipfs
21:33
imatrix[m] has joined #ipfs
21:33
Leer10[m] has joined #ipfs
21:33
id[m] has joined #ipfs
21:33
li_matrix has joined #ipfs
21:33
ioiottt[m] has joined #ipfs
21:33
ilmu[m] has joined #ipfs
21:33
leer10matrixorg[ has joined #ipfs
21:33
lidel[m] has joined #ipfs
21:33
internetman1337[ has joined #ipfs
21:33
plindner[m] has joined #ipfs
21:33
imalex[m] has joined #ipfs
21:33
linus[m] has joined #ipfs
21:33
jayw[m] has joined #ipfs
21:33
Lisanna[m] has joined #ipfs
21:33
jason558[m] has joined #ipfs
21:33
isigaesc[m] has joined #ipfs
21:33
Lutices[m] has joined #ipfs
21:33
psychedelic99[m] has joined #ipfs
21:33
macerbi[m] has joined #ipfs
21:33
jacopostanchi[m] has joined #ipfs
21:33
jak[m] has joined #ipfs
21:33
maht0rz[m] has joined #ipfs
21:33
jharrison[m] has joined #ipfs
21:33
makeworld has joined #ipfs
21:33
mack[m]1 has joined #ipfs
21:33
maigel[m] has joined #ipfs
21:33
MagnusSvensson[m has joined #ipfs
21:33
Magik6k has joined #ipfs
21:33
marsan27[m] has joined #ipfs
21:33
marius_k[m] has joined #ipfs
21:33
jcnmark6[m]1 has joined #ipfs
21:33
Marolar[m] has joined #ipfs
21:33
jojobyte[m] has joined #ipfs
21:33
jenzzens[m] has joined #ipfs
21:33
jon1012[m] has joined #ipfs
21:33
jeannemadeline[m has joined #ipfs
21:33
mattober[m] has joined #ipfs
21:33
MV[m] has joined #ipfs
21:33
mburns[m] has joined #ipfs
21:33
matias[m] has joined #ipfs
21:33
mav137[m] has joined #ipfs
21:33
Matthew[m] has joined #ipfs
21:33
jothi_basu[m] has joined #ipfs
21:33
jwkt[m] has joined #ipfs
21:33
millysoose[m] has joined #ipfs
21:33
Jacob[m]2 has joined #ipfs
21:33
k0mpjut0r has joined #ipfs
21:33
KeiiNisimo[m] has joined #ipfs
21:33
kausthubhak[m] has joined #ipfs
21:33
mdrights[m] has joined #ipfs
21:33
mewtrino has joined #ipfs
21:33
MichaelKohler[m] has joined #ipfs
21:33
kofalt[m] has joined #ipfs
21:33
krhubert[m] has joined #ipfs
21:33
khanson[m] has joined #ipfs
21:33
kw0n[m] has joined #ipfs
21:33
kst[m] has joined #ipfs
21:33
mkg20001 has joined #ipfs
21:33
mntr0[m] has joined #ipfs
21:33
hans[m]8 has joined #ipfs
21:33
Julian[m]2 has joined #ipfs
21:33
MrControl[m] has joined #ipfs
21:33
modul8[m] has joined #ipfs
21:33
moul has joined #ipfs
21:33
mrtrooper[m] has joined #ipfs
21:33
momack2[m] has joined #ipfs
21:33
simbergm has joined #ipfs
21:33
lab8916100448256 has joined #ipfs
21:33
msc[m] has joined #ipfs
21:33
mt[m] has joined #ipfs
21:33
lambskin[m] has joined #ipfs
21:33
kyb[m] has joined #ipfs
21:33
ladrl[m] has joined #ipfs
21:33
kylelanpart[m] has joined #ipfs
21:33
musicmatze has joined #ipfs
21:33
larsschulze[m] has joined #ipfs
21:33
natmac[m] has joined #ipfs
21:33
neo_penguin has joined #ipfs
21:33
Naughtylus[m] has joined #ipfs
21:33
nartir[m] has joined #ipfs
21:33
NetluxeTV[m] has joined #ipfs
21:33
lililashka[m] has joined #ipfs
21:33
neurocis|piggy-c has joined #ipfs
21:33
neh7u72xiydibedi has joined #ipfs
21:33
NiGeR[m] has joined #ipfs
21:33
lihui[m] has joined #ipfs
21:33
ngerstle[m] has joined #ipfs
21:33
limace255[m] has joined #ipfs
21:33
TheDarthSquidwar has joined #ipfs
21:33
leps[m] has joined #ipfs
21:33
linuxi0n[m] has joined #ipfs
21:33
nolep[m] has joined #ipfs
21:33
loxleo[m] has joined #ipfs
21:33
nocent has joined #ipfs
21:33
nigre-dique[m] has joined #ipfs
21:33
logoilab[m] has joined #ipfs
21:33
nldvos[m] has joined #ipfs
21:33
lpaukevich[m] has joined #ipfs
21:33
ljmf00[m] has joined #ipfs
21:33
laurent[m]2 has joined #ipfs
21:33
llleo[m] has joined #ipfs
21:33
notfirewall[m] has joined #ipfs
21:33
nongfu[m] has joined #ipfs
21:33
longyap[m] has joined #ipfs
21:33
noonereally[m] has joined #ipfs
21:33
BaBa[m] has joined #ipfs
21:33
octowan[m] has joined #ipfs
21:33
null_radix[m] has joined #ipfs
21:33
nudin[m] has joined #ipfs
21:33
oatmealraisin[m] has joined #ipfs
21:33
lng[m] has joined #ipfs
21:33
notafile has joined #ipfs
21:33
omichalek[m] has joined #ipfs
21:33
litebit[m] has joined #ipfs
21:33
liuxufei[m] has joined #ipfs
21:33
olizilla[m] has joined #ipfs
21:33
Garrett[m] has joined #ipfs
21:33
ookfof[m] has joined #ipfs
21:33
olmvnec[m] has joined #ipfs
21:33
parasite[m] has joined #ipfs
21:33
MarekIsalski[m] has joined #ipfs
21:33
martijnsch[m] has joined #ipfs
21:33
pbvie[m] has joined #ipfs
21:33
paulus[m] has joined #ipfs
21:33
peddie has joined #ipfs
21:33
mchelmre[m] has joined #ipfs
21:33
philipp[m] has joined #ipfs
21:33
pipex[m] has joined #ipfs
21:33
micah_l[m] has joined #ipfs
21:33
PopeRigby[m]1 has joined #ipfs
21:33
mayel[m]1 has joined #ipfs
21:33
pothyurf[m] has joined #ipfs
21:33
michaelrao[m] has joined #ipfs
21:33
mmausler[m] has joined #ipfs
21:33
Lrrr[m] has joined #ipfs
21:33
postables[m]1 has joined #ipfs
21:33
mistermonster[m] has joined #ipfs
21:33
MindlessTux[m] has joined #ipfs
21:33
miseenplace[m] has joined #ipfs
21:33
mivticsiaorg[m] has joined #ipfs
21:33
r0kk3rz[m] has joined #ipfs
21:33
Chaos_Zero has joined #ipfs
21:33
raumji[m] has joined #ipfs
21:33
RaphaelLullis[m] has joined #ipfs
21:33
realkarmakun[m] has joined #ipfs
21:33
rainlake[m] has joined #ipfs
21:33
mtita[m] has joined #ipfs
21:33
Mugichka[m] has joined #ipfs
21:33
msmart[m] has joined #ipfs
21:33
reedhhw[m] has joined #ipfs
21:33
moritonal[m] has joined #ipfs
21:33
rialtate[m] has joined #ipfs
21:33
mwee[m] has joined #ipfs
21:33
rihardsk[m] has joined #ipfs
21:33
mvalente[m] has joined #ipfs
21:33
roadt[m] has joined #ipfs
21:33
n3niu[m] has joined #ipfs
21:33
myqe[m] has joined #ipfs
21:33
Emile[m] has joined #ipfs
21:33
Naughtylus[m]1 has joined #ipfs
21:33
NicolasLeGland[m has joined #ipfs
21:33
naszam[m] has joined #ipfs
21:33
multik[m] has joined #ipfs
21:33
saklas[m] has joined #ipfs
21:33
Neuromancer[m] has joined #ipfs
21:33
sblinn[m] has joined #ipfs
21:33
neonfuz2 has joined #ipfs
21:33
said[m] has joined #ipfs
21:33
sanjay[m] has joined #ipfs
21:33
netshroom[m] has joined #ipfs
21:33
neotryptophan[m] has joined #ipfs
21:33
sadlotus[m] has joined #ipfs
21:33
samamy[m] has joined #ipfs
21:33
nick4242[m] has joined #ipfs
21:33
scio has joined #ipfs
21:33
jump_spider has joined #ipfs
21:33
Sean[m] has joined #ipfs
21:33
Saracen[m] has joined #ipfs
21:33
selousie[m] has joined #ipfs
21:33
sandorpetofi[m] has joined #ipfs
21:33
norou[m] has joined #ipfs
21:33
sexybiggetje[m] has joined #ipfs
21:33
Noah[m] has joined #ipfs
21:33
shokunin has joined #ipfs
21:33
silur[m] has joined #ipfs
21:33
Nomad[m]2 has joined #ipfs
21:33
mvalente[m]1 has joined #ipfs
21:33
mrdrdz[m] has joined #ipfs
21:33
silkeh has joined #ipfs
21:33
padok[m] has joined #ipfs
21:33
pandemoniumsengi has joined #ipfs
21:33
sl[m] has joined #ipfs
21:33
silwol has joined #ipfs
21:33
ozymandia5[m] has joined #ipfs
21:33
Neo[m]3 has joined #ipfs
21:33
Marcin[m] has joined #ipfs
21:33
sjkelly[m] has joined #ipfs
21:33
petzah[m] has joined #ipfs
21:33
phi-at-qgr has joined #ipfs
21:33
Sisyphe[m] has joined #ipfs
21:33
Giovanni[m] has joined #ipfs
21:33
pietervdvn[m] has joined #ipfs
21:33
piotrszegda[m] has joined #ipfs
21:33
petersjt014[m] has joined #ipfs
21:33
Slacktoid has joined #ipfs
21:33
pineapplehunter[ has joined #ipfs
21:33
pholsgrove[m] has joined #ipfs
21:33
p1fan8[m] has joined #ipfs
21:33
qlhhym[m] has joined #ipfs
21:33
piajesse[m]1 has joined #ipfs
21:33
planetx[m] has joined #ipfs
21:33
radsal[m] has joined #ipfs
21:33
pydera[m] has joined #ipfs
21:33
priom[m] has joined #ipfs
21:33
salazarp[m] has joined #ipfs
21:33
pytlin2718[m] has joined #ipfs
21:33
raku[m] has joined #ipfs
21:33
Quasdio[m] has joined #ipfs
21:33
rasmuserik[m] has joined #ipfs
21:33
MasterB[m] has joined #ipfs
21:33
spb_mentor[m] has joined #ipfs
21:33
TheILlKiD[m] has joined #ipfs
21:33
Slacktoid[m] has joined #ipfs
21:33
r20190723[m] has joined #ipfs
21:33
spacedgod[m] has joined #ipfs
21:33
alex[m]12 has joined #ipfs
21:33
stebalien has joined #ipfs
21:33
Swedneck_ has joined #ipfs
21:33
sumner[m] has joined #ipfs
21:33
steven-snowball[ has joined #ipfs
21:33
stroopwafel[m] has joined #ipfs
21:33
randy[m]1 has joined #ipfs
21:33
Swedneck1 has joined #ipfs
21:33
midi[m] has joined #ipfs
21:33
Swedneck3 has joined #ipfs
21:33
rovdyl[m] has joined #ipfs
21:33
rib[m] has joined #ipfs
21:33
ruijanlee[m] has joined #ipfs
21:33
rocketonmars[m] has joined #ipfs
21:33
ryan[m] has joined #ipfs
21:33
riolf[m] has joined #ipfs
21:33
luigi[m] has joined #ipfs
21:33
swedneck__ has joined #ipfs
21:33
romanblanco[m] has joined #ipfs
21:33
Swedneck has joined #ipfs
21:33
Swedneck2 has joined #ipfs
21:33
Romain[m]1 has joined #ipfs
21:33
ryco117[m] has joined #ipfs
21:33
Dreamland[m] has joined #ipfs
21:33
terichadbourne[m has joined #ipfs
21:33
Roger[m]1 has joined #ipfs
21:33
ryanchristo[m]1 has joined #ipfs
21:33
Technoquake has joined #ipfs
21:33
TeeCee has joined #ipfs
21:33
taaem has joined #ipfs
21:33
techbolt has joined #ipfs
21:33
ryu5t[m] has joined #ipfs
21:33
theorangepotato[ has joined #ipfs
21:33
tidux[m]1 has joined #ipfs
21:33
sewardsfolly[m] has joined #ipfs
21:33
cryptolake[m] has joined #ipfs
21:33
themsay[m] has joined #ipfs
21:33
sev42[m] has joined #ipfs
21:33
sethfork[m] has joined #ipfs
21:33
seed0c[m] has joined #ipfs
21:33
timokau[m] has joined #ipfs
21:33
tomjwatson[m] has joined #ipfs
21:33
TionisNagir[m] has joined #ipfs
21:33
toml[m] has joined #ipfs
21:33
sid[m] has joined #ipfs
21:33
siddh88[m] has joined #ipfs
21:33
siger[m] has joined #ipfs
21:33
triskeon[m] has joined #ipfs
21:33
tragique[m] has joined #ipfs
21:33
turt2live has joined #ipfs
21:33
tompa[m] has joined #ipfs
21:34
ttk2[m] has joined #ipfs
21:34
tops[m] has joined #ipfs
21:34
twom[m] has joined #ipfs
21:34
spk[m] has joined #ipfs
21:34
Dude[m] has joined #ipfs
21:34
various_accounts has joined #ipfs
21:34
contrun[m] has joined #ipfs
21:34
soapoperator[m] has joined #ipfs
21:34
unclechu has joined #ipfs
21:34
snupples[m] has joined #ipfs
21:34
aaron[m]3 has joined #ipfs
21:34
user51[m] has joined #ipfs
21:34
soren-rademacher has joined #ipfs
21:34
smartsammler[m] has joined #ipfs
21:34
SoraLee[m] has joined #ipfs
21:34
suger[m] has joined #ipfs
21:34
vladimir[m]1 has joined #ipfs
21:34
volver17[m] has joined #ipfs
21:34
void001[m] has joined #ipfs
21:34
vpei[m] has joined #ipfs
21:34
skywavesurfer[m4 has joined #ipfs
21:34
white_bluff[m] has joined #ipfs
21:34
waynewyang[m] has joined #ipfs
21:34
waterdudu[m] has joined #ipfs
21:34
wak-work has joined #ipfs
21:34
techniker[m] has joined #ipfs
21:34
weareswarmcity[m has joined #ipfs
21:34
tcoe[m] has joined #ipfs
21:34
coil[m] has joined #ipfs
21:34
superstring[m] has joined #ipfs
21:34
opal[m] has joined #ipfs
21:34
wowaname has joined #ipfs
21:34
wviana[m] has joined #ipfs
21:34
syxmut[m] has joined #ipfs
21:34
tapaswenipathak[ has joined #ipfs
21:34
yabirgb-m has joined #ipfs
21:34
xcesiv[m] has joined #ipfs
21:34
xavivives[m] has joined #ipfs
21:34
testco[m] has joined #ipfs
21:34
yangm has joined #ipfs
21:34
thechiefmeat[m] has joined #ipfs
21:34
test21562[m] has joined #ipfs
21:34
timnetwork[m] has joined #ipfs
21:34
thaingo[m] has joined #ipfs
21:34
Tillthecoyote[m] has joined #ipfs
21:34
yoltid[m] has joined #ipfs
21:34
ZerataX has joined #ipfs
21:34
yur3shmukcik[m] has joined #ipfs
21:34
tomaka[m] has joined #ipfs
21:34
Bertschneider[m] has joined #ipfs
21:34
tinker[m] has joined #ipfs
21:34
toadkillerdog[m] has joined #ipfs
21:34
tintin1[m] has joined #ipfs
21:34
Trump[m] has joined #ipfs
21:34
tsyn[m] has joined #ipfs
21:34
tuch[m] has joined #ipfs
21:34
travica[m] has joined #ipfs
21:34
tom[m]2 has joined #ipfs
21:34
Johanntplusdev[m has joined #ipfs
21:34
clear[m] has joined #ipfs
21:34
test[m]3 has joined #ipfs
21:34
tyx2q[m] has joined #ipfs
21:34
vchernin[m] has joined #ipfs
21:34
Valaybalalay[m] has joined #ipfs
21:34
west23[m] has joined #ipfs
21:34
tuxiqae[m]1 has joined #ipfs
21:34
unc[m] has joined #ipfs
21:34
UX0[m] has joined #ipfs
21:34
warlock29a[m] has joined #ipfs
21:34
vrolland[m] has joined #ipfs
21:34
vormgear[m] has joined #ipfs
21:34
wrunt[m] has joined #ipfs
21:34
victor[m]3 has joined #ipfs
21:34
wobbol[m] has joined #ipfs
21:34
weeatbricks[m] has joined #ipfs
21:34
joking[m] has joined #ipfs
21:34
xiphiness[m] has joined #ipfs
21:34
Xamino[m] has joined #ipfs
21:34
x6a[m] has joined #ipfs
21:34
xbwpc[m] has joined #ipfs
21:34
yiannisbot[m] has joined #ipfs
21:34
xdrixxyz[m] has joined #ipfs
21:34
zok[m] has joined #ipfs
21:34
zaphar_ps[m] has joined #ipfs
21:34
yaksbeard[m]1 has joined #ipfs
21:34
JackLund[m] has joined #ipfs
21:34
zero[m] has joined #ipfs
21:34
zwj[m] has joined #ipfs
21:34
zhenzhenli[m] has joined #ipfs
21:34
zopsi[m] has joined #ipfs
21:34
yoongster[m] has joined #ipfs
21:36
mindCrime_ has quit [Ping timeout: 245 seconds]
21:37
octav1a has quit [Ping timeout: 245 seconds]
21:38
mischat has quit [Ping timeout: 265 seconds]
21:47
clemo has quit [Ping timeout: 245 seconds]
21:53
hurikhan77 has joined #ipfs
21:54
hurikhan77 has quit [Client Quit]
21:58
MrSparkle has quit [Ping timeout: 268 seconds]
21:58
Adbray has quit [Read error: Connection reset by peer]
22:00
hurikhan77 has joined #ipfs
22:01
merethan has quit [Remote host closed the connection]
22:02
mischat has joined #ipfs
22:14
hurikhan77 has joined #ipfs
22:20
f8e3 has quit [Quit: WeeChat 1.6]
22:49
hsn has quit [Ping timeout: 245 seconds]
23:09
pecastro has quit [Ping timeout: 265 seconds]
23:14
mischat has quit [Remote host closed the connection]
23:29
toxync01 has quit [Excess Flood]
23:31
toxync01 has joined #ipfs
23:47
Acacia has joined #ipfs