stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.22 and js-ipfs 0.35 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of
Papa_Alpaka has quit [Quit: Going offline, see ya! (www.adiirc.com)]
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
McLovinDiscord[m is now known as aidxn0843[m]
aidxn0843[m] is now known as aidxnDiscord[m]
Adbray has quit [Quit: Ah! By Brain!]
uniquerockrz has quit [Read error: Connection reset by peer]
woss_io has quit [Ping timeout: 252 seconds]
uniquerockrz has joined #ipfs
Adbray has joined #ipfs
ReaselDiscord[m] has left #ipfs ["User left"]
Clarth has joined #ipfs
robogoat has quit [Ping timeout: 246 seconds]
uniquerockrz has quit [Read error: Connection reset by peer]
lounge-user5 has joined #ipfs
lounge-user5 has quit [Remote host closed the connection]
uniquerockrz has joined #ipfs
cnt_6c737133 has quit []
robogoat has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
carldd has quit [Ping timeout: 240 seconds]
uniquerockrz has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
shizy has joined #ipfs
carldd has joined #ipfs
TheChiefMeat has quit [Quit: The Lounge - https://thelounge.chat]
TheChiefMeat has joined #ipfs
}ls{ has quit [Ping timeout: 240 seconds]
}ls{ has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
thomasanderson has joined #ipfs
uniquerockrz has joined #ipfs
thomasanderson has quit [Remote host closed the connection]
uniquerockrz has quit [Read error: Connection reset by peer]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
Belkaar_ has quit [Ping timeout: 268 seconds]
uniquerockrz has joined #ipfs
w4nn483_1337[m] has joined #ipfs
shizy has quit [Remote host closed the connection]
Tsukimaru has quit [Ping timeout: 260 seconds]
jcea has quit [Quit: jcea]
zeden has quit [Quit: WeeChat 2.6]
thomasanderson has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
hatesec_spam has joined #ipfs
bobabooey02[m] has joined #ipfs
thomasanderson has quit [Ping timeout: 265 seconds]
CCR5-D32 has joined #ipfs
uniquerockrz has joined #ipfs
verin0x0 has joined #ipfs
duke7552[m] has joined #ipfs
duke7552[m] is now known as dukeDiscord[m]
dukeDiscord[m] is now known as duke7552[m]
<duke7552[m]> Hello.
<duke7552[m]> Anyone know if i can set up a way so people give me access to information that is stored and when they delete the account all information is destroyed?
hatesec_spam has quit [Quit: Going!]
verin0x has quit [Ping timeout: 268 seconds]
shizy has joined #ipfs
<PhoenixDiscord[m> i don't know of any robust way to stop a node from making a copy of information it's seen. destroying information is something you'd need to program your app to do, I think. One way to do that could be to make a DAG entry which lists all the CIDs of stuff you want to keep, and then each time the state changes, you can pin a new DAG node with that list, unpin the old one, and then ask IPFS to garbage collect so it clears
<PhoenixDiscord[m> out anything it has stored which isn't pinned, but it's up to you to design your app to do that well
<PhoenixDiscord[m> another way to go would be to encrypt the private information and store and transfer the keys in ways where the clients remove their keys from their own settings etc when data has a delete request, then even if the encrypted data is still sitting in the IPFS repo on a node, the actual app can't decrypt it and access it, it becomes effectively random garbage data as soon as you loose access to the key
<PhoenixDiscord[m> these problems are kind of inherant to how computers work though. even snapchat can't stop you from screenshotting, it's just very difficult
CCR5-D32 has quit [Quit: CCR5-D32]
hurikhan77 has joined #ipfs
<PhoenixDiscord[m> though, important to do, because more and more, people have a legal right to be forgotten, especially in the EU, so it's important to plan out ways to secure and make a best effort at erasing their personal data when they request it be done, which isn't always easy, especially when a lot of the distributed database systems like Orbit seem built around the idea of append-only storage, where it's hard or maybe even
<PhoenixDiscord[m> possible to go back and delete old pieces because it potentially corrupts everything, you might need to effectively delete and rebuild the databases from scratch any time a delete like that is needed, if you use fragile append only data structures
kakra has quit [Ping timeout: 246 seconds]
<PhoenixDiscord[m> IPFS has a big goal of reliability and not loosing information, which is kind of the opposite problem to users wanting to erase information at any moment. often there are difficult trade offs between reliability and user control over privacy and revokable information. i think that's why these kinds of problems are left up to the app to implement and control, because no one solution would really work well for every
<PhoenixDiscord[m> situation
uniquerockrz has quit [Read error: Connection reset by peer]
<PhoenixDiscord[m> perhaps with sensitive data like this, a reasonably robust way would be to encrypt the user data, and store the keys to decode it seperately, and build something so the keys have a timestamp, that expires after a week, and then even if some nodes are offline and don't recieve the "delete this now!" message through pubsub or whatever, they'll expire their keys after that time and the data will become unreadable locally,
<PhoenixDiscord[m> so then you can make strong statements that unless bad actors using modified software have been recording your information on the side, one week after requesting deletion the data will not exist in any usable form anywhere
<PhoenixDiscord[m> i suggest keys, because then in the more common case that the data isn't deleted, when an offline node like that finally comes back online, it can just fetch the up to date keys and the information becomes readable again, they don't have to download everything from the network again, most of the bulk data in their repo is still good (potentially)
<PhoenixDiscord[m> that's a pretty common way for DRM to tollerate offline time, a lot of subscription music and tv services, as well as game subscription things, will allow up to about a week before they require internet to update and get permission again. e.g.
uniquerockrz has joined #ipfs
CCR5-D32 has joined #ipfs
user_51 has joined #ipfs
user_51_ has quit [Ping timeout: 276 seconds]
numremabu[m] has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
reit has joined #ipfs
uniquerockrz has joined #ipfs
Arwalk has quit [Quit: ZNC 1.7.1 - https://znc.in]
thomasanderson has joined #ipfs
CCR5-D32 has quit [Quit: CCR5-D32]
GostLy has joined #ipfs
Arwalk has joined #ipfs
Clarth has quit [Remote host closed the connection]
Clarth has joined #ipfs
joeyguerra[m] has joined #ipfs
thomasanderson has quit [Ping timeout: 265 seconds]
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
shizy has quit [Remote host closed the connection]
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
ygrek_ has quit [Ping timeout: 265 seconds]
<duke7552[m]> wow thats alot of infromation thanks Phoenix
uniquerockrz has quit [Read error: Connection reset by peer]
KempfCreative has quit [Ping timeout: 268 seconds]
uniquerockrz has joined #ipfs
Clarth has quit [Remote host closed the connection]
Clarth has joined #ipfs
lufi has quit [Changing host]
lufi has joined #ipfs
harai has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
airstorm has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
Soo_Slow has quit [Quit: Soo_Slow]
uniquerockrz has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
verin0x0 is now known as verin0x
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
Adbray has quit [Remote host closed the connection]
Adbray has joined #ipfs
GostLy has quit [Read error: Connection reset by peer]
uniquerockrz has quit [Read error: Connection reset by peer]
bengates has joined #ipfs
bengates has quit [Remote host closed the connection]
bengates has joined #ipfs
uniquerockrz has joined #ipfs
Clarth has quit [Remote host closed the connection]
rendar has joined #ipfs
CCR5-D32 has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
fling is now known as infernorion
ylp has joined #ipfs
infernorion is now known as fling
}ls{ has quit [Quit: real life interrupt]
uniquerockrz has joined #ipfs
woss_io has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
__jrjsmrtn__ has quit [Quit: Bye !]
uniquerockrz has quit [Read error: Connection reset by peer]
__jrjsmrtn__ has joined #ipfs
Lukas[m]2 has left #ipfs ["User left"]
uniquerockrz has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
joocain2 has quit [Remote host closed the connection]
harai has quit [Write error: Broken pipe]
harai has joined #ipfs
joocain2 has joined #ipfs
tryte has quit [Ping timeout: 260 seconds]
DemiN__ has quit [Ping timeout: 268 seconds]
tryte has joined #ipfs
uniquerockrz has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
graffen has quit [Ping timeout: 245 seconds]
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
graffen has joined #ipfs
Royaljello has joined #ipfs
winary[m] has joined #ipfs
RamRanRa has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
alexrichton[m] has joined #ipfs
uniquerockrz has joined #ipfs
dethos has joined #ipfs
_whitelogger has joined #ipfs
procrastinating has quit [Ping timeout: 240 seconds]
toxync01 has quit [Ping timeout: 268 seconds]
uniquerockrz has quit [Read error: Connection reset by peer]
mowcat has joined #ipfs
uniquerockrz has joined #ipfs
thomasanderson has joined #ipfs
thomasanderson has quit [Ping timeout: 276 seconds]
uniquerockrz has quit [Read error: Connection reset by peer]
bren2010 has quit [Ping timeout: 240 seconds]
bren2010_ has joined #ipfs
uniquerockrz has joined #ipfs
alexgr has joined #ipfs
zeden has joined #ipfs
toxync01- has quit [Quit: ZNC 1.7.4 - https://znc.in]
toxync01 has joined #ipfs
Royaljello has quit [Read error: Connection reset by peer]
dough has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
M7022[m] has joined #ipfs
M7022[m] is now known as Discord[m4
Discord[m4 is now known as Discord[m6
Discord[m6 is now known as M7022[m]
<bobabooey02[m]> Would there be any interest in an open source video index site for ipfs, a kind of YouTube?
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
toxync01 has quit [Ping timeout: 252 seconds]
toxync01 has joined #ipfs
Papa_Alpaka has joined #ipfs
fmidq[m] has quit [Remote host closed the connection]
chuenlye[m] has quit [Remote host closed the connection]
NatoBoram[m]2 has quit [Remote host closed the connection]
b1-66er[m] has quit [Remote host closed the connection]
cubemonkey[m] has quit [Remote host closed the connection]
wlg[m] has quit [Remote host closed the connection]
suger[m] has quit [Remote host closed the connection]
Heish1580[m] has quit [Remote host closed the connection]
bok911[m] has quit [Remote host closed the connection]
jamiedubs[m]1 has quit [Remote host closed the connection]
zondulon[m] has quit [Remote host closed the connection]
hxu[m] has quit [Remote host closed the connection]
naszam[m] has quit [Remote host closed the connection]
AlexanderK[m] has quit [Remote host closed the connection]
khanson[m] has quit [Remote host closed the connection]
chervol|MultiCha has quit [Remote host closed the connection]
zwj[m] has quit [Remote host closed the connection]
rocket20199[m] has quit [Remote host closed the connection]
hacdiasDiscord[m has quit [Remote host closed the connection]
Swedneck_ has quit [Write error: Connection reset by peer]
CrocodillianDisc has quit [Read error: Connection reset by peer]
kppDiscord[m]1 has quit [Read error: Connection reset by peer]
Tbi[m] has quit [Remote host closed the connection]
zgrDiscord[m] has quit [Remote host closed the connection]
Abraxas[m] has quit [Remote host closed the connection]
Kris[m] has quit [Remote host closed the connection]
grvhi[m] has quit [Remote host closed the connection]
millysoose[m] has quit [Write error: Connection reset by peer]
DaekiDiscord[m] has quit [Remote host closed the connection]
josiah_sama has quit [Write error: Connection reset by peer]
ilmu[m] has quit [Write error: Connection reset by peer]
dumuzid[m] has quit [Write error: Connection reset by peer]
fiddeldibu[m] has quit [Write error: Connection reset by peer]
volver17[m] has quit [Read error: Connection reset by peer]
sandorpetofi[m] has quit [Read error: Connection reset by peer]
gharbeia[m] has quit [Remote host closed the connection]
MV[m] has quit [Remote host closed the connection]
deltaDiscord[m] has quit [Write error: Connection reset by peer]
aaronpkDiscord[m has quit [Write error: Connection reset by peer]
Jtremback[m] has quit [Write error: Connection reset by peer]
doronbehar[m] has quit [Write error: Connection reset by peer]
yangm has quit [Write error: Connection reset by peer]
Guest83560 has quit [Write error: Connection reset by peer]
multik[m] has quit [Remote host closed the connection]
xdrixxyz[m] has quit [Remote host closed the connection]
johnnym[m] has quit [Write error: Connection reset by peer]
ictius[m] has quit [Write error: Connection reset by peer]
jcnmark6[m] has quit [Write error: Connection reset by peer]
maht0rz[m] has quit [Write error: Connection reset by peer]
tplookerDiscord[ has quit [Remote host closed the connection]
baffle has quit [Remote host closed the connection]
gate32[m] has quit [Write error: Connection reset by peer]
unklefister[m] has quit [Write error: Connection reset by peer]
stroopwafel[m] has quit [Write error: Connection reset by peer]
bennofs[m] has quit [Write error: Connection reset by peer]
chris-g[m] has quit [Write error: Connection reset by peer]
turt2live has quit [Write error: Connection reset by peer]
lauren|Microspon has quit [Remote host closed the connection]
reedhhw[m] has quit [Write error: Connection reset by peer]
Alpha3031[m] has quit [Write error: Connection reset by peer]
shokunin has quit [Remote host closed the connection]
cawal[m] has quit [Write error: Connection reset by peer]
the_master[m] has quit [Remote host closed the connection]
comfypls[m] has quit [Remote host closed the connection]
skywavesurfer[m4 has quit [Remote host closed the connection]
ryan[m]2 has quit [Remote host closed the connection]
thaingo[m] has quit [Remote host closed the connection]
pusherDiscord[m] has quit [Remote host closed the connection]
petzah[m] has quit [Remote host closed the connection]
winary[m] has quit [Write error: Connection reset by peer]
Amandine[m] has quit [Remote host closed the connection]
r5723013[m]1 has quit [Remote host closed the connection]
OrkunDiscord[m] has quit [Write error: Connection reset by peer]
RomaricDiscord[m has quit [Write error: Connection reset by peer]
machine_sinatra[ has quit [Remote host closed the connection]
captain-nemoDisc has quit [Remote host closed the connection]
M5511225464917[m has quit [Remote host closed the connection]
user51[m] has quit [Remote host closed the connection]
radio_aliceDisco has quit [Remote host closed the connection]
olmvnec[m] has quit [Write error: Connection reset by peer]
nartir[m] has quit [Write error: Connection reset by peer]
hubaDiscord[m] has quit [Write error: Connection reset by peer]
gunttedDiscord[m has quit [Write error: Connection reset by peer]
obernardovieiraD has quit [Write error: Connection reset by peer]
andrewxhillDisco has quit [Write error: Connection reset by peer]
peterkDiscord[m] has quit [Write error: Connection reset by peer]
jekpopulousDisco has quit [Write error: Connection reset by peer]
M0zAND1zDiscord[ has quit [Write error: Connection reset by peer]
Lilz|BetaMeDisco has quit [Write error: Connection reset by peer]
celsoDiscord[m]1 has quit [Write error: Connection reset by peer]
neohexDiscord[m] has quit [Write error: Connection reset by peer]
sanderDiscord[m] has quit [Write error: Connection reset by peer]
mZDiscord[m]1 has quit [Write error: Connection reset by peer]
jenncloudDiscord has quit [Write error: Connection reset by peer]
SuikaDiscord[m] has quit [Write error: Connection reset by peer]
WesDiscord[m] has quit [Write error: Connection reset by peer]
new0neDiscord[m] has quit [Write error: Connection reset by peer]
serejandmyself[m has quit [Write error: Connection reset by peer]
blablok[m] has quit [Write error: Connection reset by peer]
tommos0 has quit [Write error: Connection reset by peer]
leps[m] has quit [Write error: Connection reset by peer]
plindner[m] has quit [Write error: Connection reset by peer]
tomtato[m] has quit [Write error: Connection reset by peer]
ibai_basabe[m] has quit [Write error: Connection reset by peer]
taaem has quit [Write error: Connection reset by peer]
Naughtylus[m] has quit [Write error: Connection reset by peer]
longyap[m] has quit [Write error: Connection reset by peer]
oatmealraisin[m] has quit [Write error: Connection reset by peer]
rocketonmars[m] has quit [Write error: Connection reset by peer]
ttk2[m] has quit [Write error: Connection reset by peer]
johnl[m] has quit [Write error: Connection reset by peer]
magnetist[m] has quit [Write error: Connection reset by peer]
Kisulken[m] has quit [Write error: Connection reset by peer]
Us[m] has quit [Write error: Connection reset by peer]
scio has quit [Write error: Connection reset by peer]
colinbr has quit [Write error: Connection reset by peer]
alxmhe[m] has quit [Write error: Connection reset by peer]
ar[m] has quit [Write error: Connection reset by peer]
moul has quit [Write error: Connection reset by peer]
wicker[m] has quit [Write error: Connection reset by peer]
aidenholmes[m] has quit [Write error: Connection reset by peer]
Steff[m] has quit [Write error: Connection reset by peer]
gtsDiscord[m] has quit [Read error: Connection reset by peer]
kw0n[m] has quit [Read error: Connection reset by peer]
dpiestrak[m] has quit [Read error: Connection reset by peer]
M11112[m] has quit [Write error: Connection reset by peer]
JayWelshDiscord[ has quit [Read error: Connection reset by peer]
Discord[m]1 has quit [Read error: Connection reset by peer]
cryptogoth[m] has quit [Read error: Connection reset by peer]
babaitDiscord[m] has quit [Read error: Connection reset by peer]
cikavuveDiscord[ has quit [Read error: Connection reset by peer]
pothyurf[m] has quit [Read error: Connection reset by peer]
xtream1101Discor has quit [Read error: Connection reset by peer]
JungleHeart[m]1 has quit [Write error: Connection reset by peer]
toadkillerdog[m] has quit [Read error: Connection reset by peer]
ivanDiscord[m] has quit [Read error: Connection reset by peer]
carsonfarmerDisc has quit [Read error: Connection reset by peer]
celsoDiscord[m] has quit [Read error: Connection reset by peer]
TryptophanDiscor has quit [Read error: Connection reset by peer]
Gabriel[Matrix] has quit [Write error: Connection reset by peer]
tom85Discord[m] has quit [Write error: Connection reset by peer]
l^discord4314[m] has quit [Read error: Connection reset by peer]
johanhermanDisco has quit [Read error: Connection reset by peer]
placer14Discord[ has quit [Read error: Connection reset by peer]
GeorgeX2798[m] has quit [Read error: Connection reset by peer]
iiogamaDiscord[m has quit [Read error: Connection reset by peer]
hazDiscord[m] has quit [Write error: Connection reset by peer]
M3baidDiscord[m4 has quit [Write error: Connection reset by peer]
mhzDiscord[m] has quit [Write error: Connection reset by peer]
pps96Discord[m] has quit [Write error: Connection reset by peer]
bglm[m] has quit [Write error: Connection reset by peer]
lililashka[m] has quit [Remote host closed the connection]
Lindencommunity[ has quit [Remote host closed the connection]
felixfoertsch[m] has quit [Remote host closed the connection]
numremabu[m] has quit [Remote host closed the connection]
ueit[m] has quit [Remote host closed the connection]
Standa[m] has quit [Remote host closed the connection]
dkasak[m] has quit [Write error: Connection reset by peer]
newp[m] has quit [Remote host closed the connection]
Matrixdiscordbri has quit [Remote host closed the connection]
sean[m]3 has quit [Remote host closed the connection]
r3str0b3[m] has quit [Remote host closed the connection]
abhi2810[m] has quit [Remote host closed the connection]
stanlog[m] has quit [Remote host closed the connection]
pericles_dev[m] has quit [Remote host closed the connection]
Mugichka[m] has quit [Remote host closed the connection]
SoraLee[m] has quit [Read error: Connection reset by peer]
ryco117[m] has quit [Remote host closed the connection]
M0xc0de[m] has quit [Read error: Connection reset by peer]
Emile[m] has quit [Read error: Connection reset by peer]
cryptix[m] has quit [Remote host closed the connection]
ladrl[m] has quit [Read error: Connection reset by peer]
xbwpc[m] has quit [Read error: Connection reset by peer]
xtream1101[m] has quit [Read error: Connection reset by peer]
mtita[m] has quit [Read error: Connection reset by peer]
jake[m]1 has quit [Read error: Connection reset by peer]
fcgreg[m] has quit [Remote host closed the connection]
attenuation[m] has quit [Remote host closed the connection]
jacopostanchi[m] has quit [Remote host closed the connection]
jochen[m]1 has quit [Remote host closed the connection]
kirpy0x[m] has quit [Remote host closed the connection]
Iroh[m] has quit [Read error: Connection reset by peer]
malaclyps[m]1 has quit [Remote host closed the connection]
guigouz has quit [Read error: Connection reset by peer]
ZeugeIotas[m] has quit [Read error: Connection reset by peer]
crest[m]1 has quit [Remote host closed the connection]
Fuseteam has quit [Read error: Connection reset by peer]
babolivier has quit [Read error: Connection reset by peer]
alefir[m] has quit [Read error: Connection reset by peer]
MMJD-Wst[m] has quit [Read error: Connection reset by peer]
bonedaddyDiscord has quit [Read error: Connection reset by peer]
admin[m]6 has quit [Read error: Connection reset by peer]
warpfork has quit [Write error: Connection reset by peer]
clear[m] has quit [Write error: Connection reset by peer]
bostaDiscord[m] has quit [Write error: Connection reset by peer]
i5heu[m] has quit [Read error: Connection reset by peer]
Rumblestiltskin[ has quit [Read error: Connection reset by peer]
pbvie[m] has quit [Read error: Connection reset by peer]
msmart[m] has quit [Remote host closed the connection]
zero[m] has quit [Remote host closed the connection]
fujexo[m] has quit [Remote host closed the connection]
equbit has quit [Remote host closed the connection]
r5723013Discord[ has quit [Write error: Connection reset by peer]
vasaDiscord[m] has quit [Remote host closed the connection]
SoreGumsDiscord[ has quit [Write error: Connection reset by peer]
mattober[m] has quit [Write error: Connection reset by peer]
RomainDiscord[m] has quit [Read error: Connection reset by peer]
IgutinDiscord[m] has quit [Remote host closed the connection]
capDiscord[m] has quit [Read error: Connection reset by peer]
Guest81993 has quit [Read error: Connection reset by peer]
c0c00n[m] has quit [Read error: Connection reset by peer]
dhenz3SpeakDisco has quit [Read error: Connection reset by peer]
DrDeFacto[m] has quit [Read error: Connection reset by peer]
d1mur4tdj[m] has quit [Read error: Connection reset by peer]
Lutices[m] has quit [Read error: Connection reset by peer]
eosianx[m] has quit [Read error: Connection reset by peer]
toml[m] has quit [Read error: Connection reset by peer]
phynite1846[m] has quit [Read error: Connection reset by peer]
sexybiggetje[m] has quit [Read error: Connection reset by peer]
AuHauDiscord[m] has quit [Read error: Connection reset by peer]
makeworld has quit [Write error: Connection reset by peer]
vexl[m]1 has quit [Write error: Connection reset by peer]
sadlotus[m] has quit [Remote host closed the connection]
ErCiccione[m] has quit [Read error: Connection reset by peer]
RickDiscord[m] has quit [Write error: Connection reset by peer]
nijynotDiscord[m has quit [Read error: Connection reset by peer]
zpox[m] has quit [Read error: Connection reset by peer]
Destroyer[m] has quit [Read error: Connection reset by peer]
romanblanco[m] has quit [Read error: Connection reset by peer]
rasmuserik[m] has quit [Remote host closed the connection]
planetary_devDis has quit [Write error: Connection reset by peer]
jmank88Discord[m has quit [Write error: Connection reset by peer]
oed3Discord[m] has quit [Read error: Connection reset by peer]
hvergaraDiscord[ has quit [Read error: Connection reset by peer]
pierrebocDiscord has quit [Read error: Connection reset by peer]
Brio[m] has quit [Write error: Connection reset by peer]
hans[m]5 has quit [Write error: Connection reset by peer]
DavidFalconDisco has quit [Read error: Connection reset by peer]
ibit[m]1 has quit [Read error: Connection reset by peer]
thomasbDiscord[m has quit [Read error: Connection reset by peer]
MichaelTenDiscor has quit [Read error: Connection reset by peer]
notafile has quit [Read error: Connection reset by peer]
spacedgod[m] has quit [Read error: Connection reset by peer]
vamsiDiscord[m] has quit [Read error: Connection reset by peer]
alphapapaactualD has quit [Read error: Connection reset by peer]
Zed[m] has quit [Read error: Connection reset by peer]
Quiark has quit [Read error: Connection reset by peer]
rittmeDiscord[m] has quit [Read error: Connection reset by peer]
aeddi has quit [Read error: Connection reset by peer]
xtarget[m] has quit [Read error: Connection reset by peer]
wngrDiscord[m] has quit [Read error: Connection reset by peer]
deva[m] has quit [Read error: Connection reset by peer]
djdv[m] has quit [Read error: Connection reset by peer]
bitspillDiscord[ has quit [Read error: Connection reset by peer]
rklaehnDiscord[m has quit [Remote host closed the connection]
Kiesenverseist[m has quit [Read error: Connection reset by peer]
denko32133[m] has quit [Read error: Connection reset by peer]
aphelionz[m]1 has quit [Read error: Connection reset by peer]
katakotoDiscord[ has quit [Read error: Connection reset by peer]
http302[m] has quit [Read error: Connection reset by peer]
braditzDiscord[4 has quit [Read error: Connection reset by peer]
am3on[m] has quit [Read error: Connection reset by peer]
Brunothebloodhou has quit [Remote host closed the connection]
SpydarO07 has quit [Remote host closed the connection]
Neuromancer[m] has quit [Read error: Connection reset by peer]
attero has quit [Read error: Connection reset by peer]
MilkManzJourDadd has quit [Read error: Connection reset by peer]
arturo[m] has quit [Read error: Connection reset by peer]
memorythought has quit [Read error: Connection reset by peer]
M7022[m] has quit [Read error: Connection reset by peer]
twom[m] has quit [Read error: Connection reset by peer]
igel[m] has quit [Read error: Connection reset by peer]
LEdoian[m] has quit [Read error: Connection reset by peer]
auhau[m]1 has quit [Remote host closed the connection]
leoalvarezh[m]1 has quit [Remote host closed the connection]
hueso[m] has quit [Remote host closed the connection]
Crunch9960[m] has quit [Remote host closed the connection]
stardateunknown[ has quit [Remote host closed the connection]
Geezus42[m] has quit [Read error: Connection reset by peer]
jwheelerDiscord[ has quit [Read error: Connection reset by peer]
MisterGore[m] has quit [Read error: Connection reset by peer]
As_De_Picas[m] has quit [Read error: Connection reset by peer]
TimeOnDiscord[m] has quit [Read error: Connection reset by peer]
JulianDreier[m] has quit [Read error: Connection reset by peer]
RIOTIM[m] has quit [Read error: Connection reset by peer]
mt[m] has quit [Read error: Connection reset by peer]
paulmahone[m]1 has quit [Read error: Connection reset by peer]
Poztit[m] has quit [Read error: Connection reset by peer]
edrex has quit [Read error: Connection reset by peer]
fnek[m] has quit [Read error: Connection reset by peer]
raulDiscord[m] has quit [Read error: Connection reset by peer]
tymoteusz[m] has quit [Read error: Connection reset by peer]
M4eek[m] has quit [Read error: Connection reset by peer]
shimakaze[m] has quit [Read error: Connection reset by peer]
RaphaelLullis[m] has quit [Read error: Connection reset by peer]
issamehh[m] has quit [Read error: Connection reset by peer]
lilz[m] has quit [Read error: Connection reset by peer]
KevlarmonkeyDisc has quit [Read error: Connection reset by peer]
yolo[m] has quit [Read error: Connection reset by peer]
ntninja1 has quit [Read error: Connection reset by peer]
mdrights[m] has quit [Read error: Connection reset by peer]
TheILlKiD[m] has quit [Read error: Connection reset by peer]
nocent9720[m] has quit [Read error: Connection reset by peer]
siddh88[m] has quit [Read error: Connection reset by peer]
nocent has quit [Read error: Connection reset by peer]
octowan[m] has quit [Read error: Connection reset by peer]
Leer10[m] has quit [Read error: Connection reset by peer]
boomshroomDiscor has quit [Read error: Connection reset by peer]
betz[m]1 has quit [Read error: Connection reset by peer]
olizillaDiscord[ has quit [Read error: Connection reset by peer]
allgoDiscord[m] has quit [Read error: Connection reset by peer]
TH0RynDiscord[m] has quit [Read error: Connection reset by peer]
divi[m] has quit [Read error: Connection reset by peer]
laurent[m]3 has quit [Read error: Connection reset by peer]
MairkurDiscord[m has quit [Read error: Connection reset by peer]
Dazuck-3BoxDisco has quit [Read error: Connection reset by peer]
Tryptophan[m] has quit [Read error: Connection reset by peer]
yaksbeard[m]1 has quit [Remote host closed the connection]
MasterB[m] has quit [Remote host closed the connection]
Hollowzen[m] has quit [Remote host closed the connection]
justbibibi[m] has quit [Remote host closed the connection]
girzel[m] has quit [Remote host closed the connection]
boytemp1[m] has quit [Remote host closed the connection]
ciechomke[m] has quit [Remote host closed the connection]
UX0[m] has quit [Remote host closed the connection]
DianaQueen[m] has quit [Remote host closed the connection]
jamiedubs[m] has quit [Remote host closed the connection]
paulmahone[m] has quit [Remote host closed the connection]
crydamoure[m] has quit [Remote host closed the connection]
n3niu[m] has quit [Remote host closed the connection]
nofwayy[m] has quit [Remote host closed the connection]
TheDarthSquidwar has quit [Remote host closed the connection]
marius_k[m] has quit [Remote host closed the connection]
duke7552[m] has quit [Remote host closed the connection]
clf[m] has quit [Remote host closed the connection]
mariswang[m] has quit [Remote host closed the connection]
liujunchen[m] has quit [Remote host closed the connection]
goodestgoy88[m] has quit [Remote host closed the connection]
wviana[m] has quit [Remote host closed the connection]
hlon[m] has quit [Remote host closed the connection]
jharrison[m] has quit [Remote host closed the connection]
etk1220[m] has quit [Remote host closed the connection]
kishansagathiya[ has quit [Remote host closed the connection]
nolep[m] has quit [Write error: Connection reset by peer]
hkdb[m] has quit [Read error: Connection reset by peer]
Marolar[m] has quit [Remote host closed the connection]
standard[m] has quit [Read error: Connection reset by peer]
darfk[m] has quit [Read error: Connection reset by peer]
jazzy-jeff^_^[m] has quit [Write error: Connection reset by peer]
k0mpjut0r has quit [Write error: Connection reset by peer]
ingo[m] has quit [Read error: Connection reset by peer]
sukar[m] has quit [Read error: Connection reset by peer]
wzwldn[m] has quit [Read error: Connection reset by peer]
chinsuDiscord[m] has quit [Read error: Connection reset by peer]
isigaesc[m] has quit [Read error: Connection reset by peer]
obzenba[m] has quit [Read error: Connection reset by peer]
AblibuDiscord[m] has quit [Read error: Connection reset by peer]
JordanKrageDisco has quit [Read error: Connection reset by peer]
freaktester[m] has quit [Read error: Connection reset by peer]
npfossDiscord[m] has quit [Read error: Connection reset by peer]
tom[m]2 has quit [Read error: Connection reset by peer]
pvienhageDiscord has quit [Remote host closed the connection]
Methos[m] has quit [Remote host closed the connection]
daviddias[m] has quit [Remote host closed the connection]
coil[m] has quit [Remote host closed the connection]
johanhermanDisc4 has quit [Read error: Connection reset by peer]
bekoDiscord[m] has quit [Read error: Connection reset by peer]
kiwi_uk[m]1 has quit [Read error: Connection reset by peer]
Cosmocrat[m] has quit [Read error: Connection reset by peer]
berDiscord[m] has quit [Remote host closed the connection]
alilinuxAboShana has quit [Remote host closed the connection]
NastyEbilPiwateD has quit [Read error: Connection reset by peer]
ithithDiscord[m] has quit [Read error: Connection reset by peer]
franc1s has quit [Read error: Connection reset by peer]
KeegenDiscord[m] has quit [Remote host closed the connection]
glothit7ok[m] has quit [Write error: Connection reset by peer]
PhillmacDiscord[ has quit [Read error: Connection reset by peer]
dontstalkmepls[m has quit [Remote host closed the connection]
Mai-HsuanKevinCh has quit [Read error: Connection reset by peer]
emilyhugs[m] has quit [Read error: Connection reset by peer]
wcharginDiscord[ has quit [Remote host closed the connection]
theorangepotato[ has quit [Remote host closed the connection]
fridim[m] has quit [Read error: Connection reset by peer]
eshohetDiscord[m has quit [Remote host closed the connection]
CarboClanCDiscor has quit [Read error: Connection reset by peer]
anna[m] has quit [Read error: Connection reset by peer]
thestevewayDisco has quit [Read error: Connection reset by peer]
sekiDiscord[m]1 has quit [Read error: Connection reset by peer]
marsan27[m] has quit [Write error: Connection reset by peer]
yabirgbDiscord[m has quit [Write error: Connection reset by peer]
llllllDiscord[m] has quit [Write error: Connection reset by peer]
axiq[m] has quit [Remote host closed the connection]
edd[m] has quit [Write error: Connection reset by peer]
friedrich[m] has quit [Write error: Connection reset by peer]
M0x1e[m] has quit [Write error: Connection reset by peer]
MindlessTux[m] has quit [Write error: Connection reset by peer]
noaht[m] has quit [Write error: Broken pipe]
benpa[m] has quit [Write error: Connection reset by peer]
davidar[m] has quit [Write error: Connection reset by peer]
wshino[m] has quit [Write error: Connection reset by peer]
riolf[m] has quit [Write error: Connection reset by peer]
betamosDiscord[m has quit [Write error: Connection reset by peer]
realkarmakun[m] has quit [Write error: Connection reset by peer]
snap[m] has quit [Write error: Connection reset by peer]
Obo[m]2 has quit [Write error: Connection reset by peer]
null_radix[m] has quit [Write error: Broken pipe]
cyberward_matrix has quit [Write error: Connection reset by peer]
EdgarBlazhevich[ has quit [Write error: Connection reset by peer]
Tantin[m] has quit [Write error: Connection reset by peer]
nongfu[m] has quit [Write error: Connection reset by peer]
doodlemaniaDisco has quit [Write error: Connection reset by peer]
plexusDiscord[m] has quit [Write error: Connection reset by peer]
Zedwick[m] has quit [Write error: Connection reset by peer]
aphelionzDiscord has quit [Write error: Connection reset by peer]
PermawebEmbedDis has quit [Write error: Connection reset by peer]
GabrielBadGriefD has quit [Write error: Connection reset by peer]
TionisDiscord[m] has quit [Write error: Connection reset by peer]
ScottSmileyDisco has quit [Write error: Connection reset by peer]
maparentDiscord[ has quit [Write error: Connection reset by peer]
gorhgorhDiscord[ has quit [Write error: Connection reset by peer]
JaoheahDiscord[m has quit [Write error: Connection reset by peer]
dani9[m] has quit [Write error: Connection reset by peer]
bofu[m] has quit [Write error: Connection reset by peer]
vamsi[m] has quit [Write error: Connection reset by peer]
jamiedubsDiscord has quit [Write error: Connection reset by peer]
Bzh[m] has quit [Write error: Connection reset by peer]
nuggets007[m] has quit [Write error: Connection reset by peer]
modig[m] has quit [Write error: Connection reset by peer]
zaphar_ps[m] has quit [Write error: Connection reset by peer]
codyopel has quit [Write error: Connection reset by peer]
geniusgao[m] has quit [Write error: Connection reset by peer]
h4314[m] has quit [Write error: Connection reset by peer]
aschmahmann[m] has quit [Remote host closed the connection]
krhubert[m] has quit [Remote host closed the connection]
anne-ecf[m] has quit [Write error: Connection reset by peer]
TheFuzzStone[m] has quit [Read error: Connection reset by peer]
Kube6349[m] has quit [Remote host closed the connection]
tidux[m]1 has quit [Write error: Connection reset by peer]
x6a[m] has quit [Read error: Connection reset by peer]
moicoquillage[m] has quit [Read error: Connection reset by peer]
yabirgb-m has quit [Read error: Connection reset by peer]
peterk[m] has quit [Read error: Connection reset by peer]
r[m]1 has quit [Read error: Connection reset by peer]
litebit[m] has quit [Read error: Connection reset by peer]
mkg20001 has quit [Write error: Connection reset by peer]
Markus72[m] has quit [Read error: Connection reset by peer]
luminiferousaeth has quit [Read error: Connection reset by peer]
M[AXEL]DarrDisco has quit [Write error: Connection reset by peer]
gmelodieDiscord[ has quit [Write error: Connection reset by peer]
vasa|DappkitDisc has quit [Write error: Connection reset by peer]
dindustriesDisco has quit [Write error: Connection reset by peer]
MesaDiscord[m] has quit [Write error: Connection reset by peer]
garblur83[m] has quit [Write error: Connection reset by peer]
AnthonyADiscord[ has quit [Write error: Connection reset by peer]
carstenmunkDisco has quit [Write error: Connection reset by peer]
SirMemesALotDisc has quit [Write error: Connection reset by peer]
msena3Discord[m] has quit [Write error: Connection reset by peer]
ptonerDiscord[m] has quit [Write error: Connection reset by peer]
spk[m] has quit [Write error: Connection reset by peer]
niga[m] has quit [Write error: Connection reset by peer]
ozymandia5[m] has quit [Write error: Connection reset by peer]
ciet[m] has quit [Read error: Connection reset by peer]
megadogberthehim has quit [Write error: Connection reset by peer]
PopeRigby[m] has quit [Read error: Connection reset by peer]
Garrett[m] has quit [Remote host closed the connection]
Neo[m]2 has quit [Remote host closed the connection]
godseyeview[m] has quit [Remote host closed the connection]
aeromatter[m] has quit [Remote host closed the connection]
shaaliliton39[m] has quit [Remote host closed the connection]
alex[m]18 has quit [Write error: Connection reset by peer]
iforgotmyusernam has quit [Remote host closed the connection]
victor[m]4 has quit [Remote host closed the connection]
syschadmin[m] has quit [Remote host closed the connection]
eren[m] has quit [Remote host closed the connection]
arjenpdevries[m] has quit [Remote host closed the connection]
qcf_forever[m] has quit [Remote host closed the connection]
inkspread[m] has quit [Remote host closed the connection]
brancengregory[m has quit [Remote host closed the connection]
steven-snowball[ has quit [Remote host closed the connection]
xiphiness[m] has quit [Remote host closed the connection]
yosemite007[m] has quit [Remote host closed the connection]
stark[m] has quit [Read error: Connection reset by peer]
aaron[m]3 has quit [Read error: Connection reset by peer]
Heystein[m] has quit [Remote host closed the connection]
DiscordBridgeswe has quit [Remote host closed the connection]
nriccih[m] has quit [Remote host closed the connection]
fru[m] has quit [Remote host closed the connection]
love2lose[m] has quit [Remote host closed the connection]
aliatiia[m] has quit [Remote host closed the connection]
adrienlivet[m] has quit [Remote host closed the connection]
vbDiscord[m] has quit [Read error: Connection reset by peer]
kusoneko[m] has quit [Write error: Connection reset by peer]
modul8[m] has quit [Remote host closed the connection]
AgentJ[m] has quit [Read error: Connection reset by peer]
phink[m] has quit [Read error: Connection reset by peer]
neohex[m]1 has quit [Read error: Connection reset by peer]
coryschwartz[m] has quit [Remote host closed the connection]
Jonwel[m] has quit [Read error: Connection reset by peer]
anolir has quit [Write error: Connection reset by peer]
skillman623Disco has quit [Read error: Connection reset by peer]
swedneck has quit [Write error: Connection reset by peer]
timokau[m] has quit [Read error: Connection reset by peer]
ad5twoknebor[m] has quit [Write error: Connection reset by peer]
Matthew[m] has quit [Write error: Connection reset by peer]
Ericson2314 has quit [Write error: Connection reset by peer]
the_nikinDiscord has quit [Read error: Connection reset by peer]
M123897974564Dis has quit [Read error: Connection reset by peer]
Bads3ctor9700[m] has quit [Read error: Connection reset by peer]
dar[m] has quit [Write error: Connection reset by peer]
pigmej has quit [Read error: Connection reset by peer]
micahscopes has quit [Read error: Connection reset by peer]
triskeon[m] has quit [Read error: Connection reset by peer]
tops[m] has quit [Write error: Connection reset by peer]
arinholmes[m] has quit [Write error: Connection reset by peer]
tomjwatson[m] has quit [Read error: Connection reset by peer]
kizzie[m] has quit [Read error: Connection reset by peer]
dasbas[m] has quit [Remote host closed the connection]
chrisDiscord[m] has quit [Read error: Connection reset by peer]
silwol has quit [Read error: Connection reset by peer]
T-19[m] has quit [Read error: Connection reset by peer]
d-nice2[m] has quit [Write error: Connection reset by peer]
iodine[m] has quit [Write error: Connection reset by peer]
snupples[m] has quit [Write error: Connection reset by peer]
amimDiscord[m] has quit [Write error: Connection reset by peer]
gray00Discord[m] has quit [Write error: Connection reset by peer]
braditz[m] has quit [Write error: Connection reset by peer]
leoalvarezhDisc4 has quit [Write error: Connection reset by peer]
AmineDiscord[m] has quit [Write error: Connection reset by peer]
NatoBoramDiscord has quit [Write error: Connection reset by peer]
jimpickDiscord[m has quit [Write error: Connection reset by peer]
IPFSFanDiscord[m has quit [Write error: Connection reset by peer]
postables[m]2 has quit [Write error: Connection reset by peer]
QwertyWhoreDisco has quit [Write error: Connection reset by peer]
MissLavenderDisc has quit [Write error: Connection reset by peer]
vexlDiscord[m] has quit [Write error: Connection reset by peer]
ewan[m] has quit [Remote host closed the connection]
JohnnyMilkshakes has quit [Write error: Connection reset by peer]
wak-work has quit [Write error: Connection reset by peer]
Ashaman[m] has quit [Write error: Connection reset by peer]
shubatman[m] has quit [Write error: Connection reset by peer]
array[m] has quit [Write error: Connection reset by peer]
jothi_basu[m] has quit [Write error: Connection reset by peer]
fdf[m] has quit [Write error: Connection reset by peer]
carson[m] has quit [Write error: Connection reset by peer]
JerbsDiscord[m] has quit [Write error: Connection reset by peer]
sigmaister[m] has quit [Write error: Connection reset by peer]
marcocastignoli7 has quit [Write error: Connection reset by peer]
drbhDiscord[m] has quit [Write error: Connection reset by peer]
JorropoDiscord[m has quit [Write error: Connection reset by peer]
crislar[m] has quit [Write error: Connection reset by peer]
kechenzhou[m] has quit [Remote host closed the connection]
K0HAX-Matrix has quit [Write error: Connection reset by peer]
Phi[m]1 has quit [Remote host closed the connection]
DiscordBridge[m4 has quit [Read error: Connection reset by peer]
romaricDiscord[4 has quit [Write error: Connection reset by peer]
dignifiedquireDi has quit [Read error: Connection reset by peer]
TeamIan[m] has quit [Write error: Connection reset by peer]
SteffDiscord[m] has quit [Write error: Connection reset by peer]
lanzafame1 has quit [Write error: Connection reset by peer]
sid[m] has quit [Write error: Connection reset by peer]
chadlupkes[m] has quit [Write error: Connection reset by peer]
nlkoDiscord[m] has quit [Write error: Connection reset by peer]
weed9950[m] has quit [Write error: Connection reset by peer]
rappelDiscord[m] has quit [Write error: Connection reset by peer]
panDiscord[m] has quit [Write error: Connection reset by peer]
Hsiu-PingNichola has quit [Write error: Connection reset by peer]
openlet[m] has quit [Write error: Connection reset by peer]
SpaceOutlawDisco has quit [Write error: Connection reset by peer]
hmbs[m] has quit [Write error: Connection reset by peer]
peddie has quit [Write error: Connection reset by peer]
luke-clifton[m] has quit [Write error: Connection reset by peer]
jon1012[m] has quit [Write error: Connection reset by peer]
flh[m] has quit [Write error: Connection reset by peer]
xavivives[m] has quit [Write error: Connection reset by peer]
nanuuki[m] has quit [Write error: Connection reset by peer]
trickytiger[m] has quit [Write error: Connection reset by peer]
DanP[m] has quit [Write error: Connection reset by peer]
tcoe[m] has quit [Write error: Connection reset by peer]
Dan[m] has quit [Write error: Connection reset by peer]
flip[m] has quit [Write error: Connection reset by peer]
mopsi[m] has quit [Write error: Connection reset by peer]
braditzDiscord[m has quit [Write error: Connection reset by peer]
M5310[m] has quit [Write error: Connection reset by peer]
KirillTaran[m] has quit [Write error: Connection reset by peer]
pinokio[m] has quit [Write error: Connection reset by peer]
webwurst[m] has quit [Write error: Connection reset by peer]
electric[m] has quit [Write error: Connection reset by peer]
Xierumeng[m] has quit [Write error: Connection reset by peer]
bitspill[m] has quit [Write error: Connection reset by peer]
peat[m] has quit [Write error: Connection reset by peer]
Ichbinjoe has quit [Write error: Connection reset by peer]
priahoud[m] has quit [Write error: Connection reset by peer]
cristobal7524[m] has quit [Write error: Connection reset by peer]
cyberangel[m] has quit [Write error: Connection reset by peer]
piotrszegda[m] has quit [Write error: Connection reset by peer]
GiyomuDiscord[m] has quit [Write error: Connection reset by peer]
rappel[m]1 has quit [Write error: Connection reset by peer]
EdmundM[m] has quit [Write error: Connection reset by peer]
Lostfile[m] has quit [Remote host closed the connection]
SenshiDiscord[m] has quit [Read error: Connection reset by peer]
selousie[m] has quit [Write error: Connection reset by peer]
aeaf123[m] has quit [Write error: Connection reset by peer]
Half-Shot has quit [Write error: Connection reset by peer]
unclechu has quit [Write error: Connection reset by peer]
KYZITEMELOS93Dis has quit [Write error: Connection reset by peer]
li_matrix has quit [Write error: Connection reset by peer]
ist5shreawf[m] has quit [Write error: Connection reset by peer]
brian[m] has quit [Write error: Connection reset by peer]
sanjay[m] has quit [Write error: Connection reset by peer]
M}Discord[m] has quit [Write error: Connection reset by peer]
gregjeanmartDisc has quit [Write error: Connection reset by peer]
onoseto[m] has quit [Write error: Connection reset by peer]
ShadowLingDiscor has quit [Write error: Connection reset by peer]
pr1meDiscord[m] has quit [Write error: Connection reset by peer]
prcDiscord[m] has quit [Write error: Connection reset by peer]
TianyiDiscord[m] has quit [Write error: Connection reset by peer]
AlepheiaDiscord[ has quit [Write error: Connection reset by peer]
HeysteinDiscord[ has quit [Write error: Connection reset by peer]
raisDiscord[m] has quit [Write error: Connection reset by peer]
kevinbird15Disco has quit [Write error: Connection reset by peer]
marcocastignoliD has quit [Write error: Connection reset by peer]
LokeLDiscord[m] has quit [Write error: Connection reset by peer]
RDeckardDiscord[ has quit [Write error: Connection reset by peer]
PrabhaavDiscord[ has quit [Write error: Connection reset by peer]
te0dDiscord[m] has quit [Write error: Connection reset by peer]
ZipperSKDiscord4 has quit [Write error: Connection reset by peer]
DamirDiscord[m] has quit [Write error: Connection reset by peer]
aeddiDiscord[m] has quit [Write error: Connection reset by peer]
M3baidDiscord[m] has quit [Write error: Connection reset by peer]
watDiscord[m] has quit [Write error: Connection reset by peer]
Technoquake has quit [Write error: Broken pipe]
mrtrooper[m] has quit [Write error: Connection reset by peer]
aer[m] has quit [Write error: Connection reset by peer]
ghastfilms[m] has quit [Write error: Connection reset by peer]
erlend_sh[m] has quit [Write error: Connection reset by peer]
yiannisbot[m] has quit [Write error: Connection reset by peer]
avacadorun[m] has quit [Write error: Connection reset by peer]
lab8916100448256 has quit [Write error: Connection reset by peer]
BlueBaron[m] has quit [Write error: Connection reset by peer]
jimt[m] has quit [Write error: Connection reset by peer]
opt[m] has quit [Write error: Connection reset by peer]
fredrikj_tmp has quit [Write error: Connection reset by peer]
buggeas40d[m] has quit [Write error: Connection reset by peer]
ecloud[m] has quit [Write error: Connection reset by peer]
swedneck[GMT1]Di has quit [Write error: Connection reset by peer]
lck[m] has quit [Write error: Connection reset by peer]
paulus[m] has quit [Write error: Connection reset by peer]
mntr0[m] has quit [Write error: Connection reset by peer]
nudin[m] has quit [Write error: Connection reset by peer]
fatman2019[m] has quit [Remote host closed the connection]
dyskon[m] has quit [Remote host closed the connection]
Anonymous[m] has quit [Remote host closed the connection]
Enmerkar[m] has quit [Remote host closed the connection]
ngerstle[m] has quit [Remote host closed the connection]
Eryk[m] has quit [Remote host closed the connection]
metalhead[m] has quit [Remote host closed the connection]
Bertschneider[m] has quit [Remote host closed the connection]
id[m] has quit [Remote host closed the connection]
khoramyar[m] has quit [Remote host closed the connection]
pent[m] has quit [Remote host closed the connection]
midi[F][m] has quit [Remote host closed the connection]
hamb_urglar[m] has quit [Remote host closed the connection]
brainbubble[m] has quit [Remote host closed the connection]
felixschl[m]2 has quit [Remote host closed the connection]
Lessneek[m] has quit [Remote host closed the connection]
gearcat[m] has quit [Remote host closed the connection]
hans[m]9 has quit [Remote host closed the connection]
appa[m] has quit [Remote host closed the connection]
instagateur[m] has quit [Remote host closed the connection]
dxg168[m] has quit [Remote host closed the connection]
timnetwork[m] has quit [Remote host closed the connection]
lordpipe has quit [Remote host closed the connection]
Eugene[m]1 has quit [Remote host closed the connection]
LordFenixNC[m]1 has quit [Remote host closed the connection]
ilee[m] has quit [Read error: Connection reset by peer]
SweatDiscord[m] has quit [Remote host closed the connection]
greg[m]1 has quit [Read error: Connection reset by peer]
ruizt[m] has quit [Read error: Connection reset by peer]
Pamileisson2582[ has quit [Read error: Connection reset by peer]
smartsammler[m] has quit [Read error: Connection reset by peer]
gleeballs[m] has quit [Read error: Connection reset by peer]
vaultec81[m] has quit [Remote host closed the connection]
benaszabDiscord[ has quit [Read error: Connection reset by peer]
baluptonDiscord[ has quit [Read error: Connection reset by peer]
card[m]1 has quit [Read error: Connection reset by peer]
boatsandhoesDisc has quit [Read error: Connection reset by peer]
janttoDiscord[m] has quit [Remote host closed the connection]
DioBrandonDiscor has quit [Read error: Connection reset by peer]
grag[m] has quit [Write error: Connection reset by peer]
lyonDiscord[m] has quit [Write error: Connection reset by peer]
DokterBob has quit [Remote host closed the connection]
void001[m] has quit [Read error: Connection reset by peer]
GitterIntegratio has quit [Write error: Connection reset by peer]
albuic has quit [Write error: Connection reset by peer]
cyberwolf[m] has quit [Remote host closed the connection]
M948e5[m] has quit [Remote host closed the connection]
nigre-dique[m] has quit [Write error: Connection reset by peer]
imj[m] has quit [Read error: Connection reset by peer]
ookfof[m] has quit [Write error: Connection reset by peer]
bhaj[m] has quit [Read error: Connection reset by peer]
mirisbowring[m] has quit [Read error: Connection reset by peer]
UsamaIrfanDiscor has quit [Read error: Connection reset by peer]
alfonso-peixoto[ has quit [Read error: Connection reset by peer]
Microsoft_techni has quit [Read error: Connection reset by peer]
hElpmomey[m] has quit [Read error: Connection reset by peer]
neilDiscord[m] has quit [Remote host closed the connection]
matias[m]1 has quit [Read error: Connection reset by peer]
nick4242[m] has quit [Write error: Connection reset by peer]
anoa has quit [Read error: Connection reset by peer]
justyns[m] has quit [Read error: Connection reset by peer]
re4mstr[m] has quit [Read error: Connection reset by peer]
amb007[m] has quit [Write error: Connection reset by peer]
FineDiscord[m] has quit [Read error: Connection reset by peer]
macerbi[m] has quit [Remote host closed the connection]
MMMMaggieDiscord has quit [Write error: Connection reset by peer]
pbaranski[m] has quit [Write error: Connection reset by peer]
fcat[m] has quit [Write error: Connection reset by peer]
M9uapawDiscord[m has quit [Write error: Connection reset by peer]
cyluDiscord[m] has quit [Write error: Connection reset by peer]
KubeDiscord[m] has quit [Write error: Connection reset by peer]
jgmac1106Discord has quit [Write error: Connection reset by peer]
TiaguilsoDiscord has quit [Write error: Connection reset by peer]
RDeckardDiscord4 has quit [Write error: Connection reset by peer]
rozgoDiscord[m] has quit [Write error: Connection reset by peer]
CocoonCrashDisco has quit [Write error: Connection reset by peer]
WarrenDiscord[m] has quit [Write error: Connection reset by peer]
achingbrainDisco has quit [Write error: Connection reset by peer]
tangoDiscord[m] has quit [Write error: Connection reset by peer]
chmanieDiscord[4 has quit [Write error: Connection reset by peer]
dynodetk[m] has quit [Write error: Connection reset by peer]
M4star3starDisco has quit [Write error: Connection reset by peer]
SchwartzDiscord[ has quit [Write error: Connection reset by peer]
OxyDiscord[m] has quit [Write error: Connection reset by peer]
SmileRobotDiscor has quit [Write error: Connection reset by peer]
bmiller59Discord has quit [Write error: Connection reset by peer]
exothermic[m] has quit [Write error: Connection reset by peer]
truh[m] has quit [Write error: Connection reset by peer]
Kevin[m]2 has quit [Write error: Connection reset by peer]
brotholo[m] has quit [Write error: Connection reset by peer]
vchernin[m] has quit [Write error: Connection reset by peer]
huaxiaone[m] has quit [Write error: Connection reset by peer]
KubeWorshipper[m has quit [Write error: Connection reset by peer]
tinker[m] has quit [Write error: Connection reset by peer]
sh4l[m] has quit [Remote host closed the connection]
fozzieDiscord[m] has quit [Write error: Connection reset by peer]
efnDiscord[m] has quit [Remote host closed the connection]
chmanieDiscord[m has quit [Write error: Connection reset by peer]
kmunk1975[m] has quit [Read error: Connection reset by peer]
william_shakesDi has quit [Read error: Connection reset by peer]
Stephen304[m] has quit [Read error: Connection reset by peer]
kst[m] has quit [Read error: Connection reset by peer]
HyunwooLeeDiscor has quit [Read error: Connection reset by peer]
JungleHeartDisco has quit [Read error: Connection reset by peer]
b1ack0ut[m] has quit [Read error: Connection reset by peer]
ambackDiscord[m] has quit [Read error: Connection reset by peer]
cwchristerwDisco has quit [Read error: Connection reset by peer]
braditz[m]2 has quit [Read error: Connection reset by peer]
DioBrandon[m] has quit [Read error: Connection reset by peer]
cristobalDiscor4 has quit [Write error: Connection reset by peer]
hamburghammer[m] has quit [Write error: Connection reset by peer]
techbolt has quit [Write error: Connection reset by peer]
M|NecoDiscord[m] has quit [Write error: Connection reset by peer]
ArunDiscord[m] has quit [Write error: Connection reset by peer]
ShruthiDiscord[m has quit [Write error: Connection reset by peer]
laxchan[m] has quit [Write error: Connection reset by peer]
w4nn483_1337[m] has quit [Write error: Connection reset by peer]
atomic-samurai[m has quit [Write error: Connection reset by peer]
DerekDiscord[m] has quit [Remote host closed the connection]
corylDiscord[m] has quit [Remote host closed the connection]
loxleo[m] has quit [Write error: Connection reset by peer]
howitz3r[m] has quit [Read error: Connection reset by peer]
Swedneck1 has quit [Remote host closed the connection]
deepitmatrixorg[ has quit [Read error: Connection reset by peer]
radsal[m] has quit [Remote host closed the connection]
jryans has quit [Read error: Connection reset by peer]
jeffcasavant[m] has quit [Write error: Connection reset by peer]
Luna14Discord[m] has quit [Read error: Connection reset by peer]
psyonityDiscord[ has quit [Read error: Connection reset by peer]
zoink92Discord[m has quit [Write error: Connection reset by peer]
koalalorenzo[m]1 has quit [Read error: Connection reset by peer]
TianyiDiscord[m4 has quit [Write error: Connection reset by peer]
CatManDoooDiscor has quit [Write error: Connection reset by peer]
Ja3oodDiscord[m] has quit [Write error: Connection reset by peer]
modigDiscord[m] has quit [Write error: Connection reset by peer]
MisterGoreDiscor has quit [Write error: Connection reset by peer]
flower88Discord[ has quit [Write error: Connection reset by peer]
zazikiDiscord[m] has quit [Write error: Connection reset by peer]
PeevesDiscord[m] has quit [Write error: Connection reset by peer]
HeishDiscord[m] has quit [Write error: Connection reset by peer]
netshroom[m] has quit [Remote host closed the connection]
DarkDrgn2k[m] has quit [Read error: Connection reset by peer]
RealityDiscord[m has quit [Read error: Connection reset by peer]
Sean|FortmaticDi has quit [Read error: Connection reset by peer]
robinzzzDiscord[ has quit [Read error: Connection reset by peer]
padok[m] has quit [Read error: Connection reset by peer]
enum[m] has quit [Read error: Connection reset by peer]
delta[m]1 has quit [Write error: Connection reset by peer]
planetary_dev[m] has quit [Write error: Connection reset by peer]
drshamoonDiscord has quit [Remote host closed the connection]
jrswab has quit [Remote host closed the connection]
pineapplehunter[ has quit [Write error: Connection reset by peer]
anakornk[m] has quit [Write error: Connection reset by peer]
Slacktoid[m] has quit [Read error: Connection reset by peer]
freddor has quit [Write error: Connection reset by peer]
josephnicholasGM has quit [Remote host closed the connection]
jcgruenhage has quit [Read error: Connection reset by peer]
natmac[m] has quit [Read error: Connection reset by peer]
cwDiscord[m] has quit [Read error: Connection reset by peer]
labs[m] has quit [Read error: Connection reset by peer]
contrun[m] has quit [Read error: Connection reset by peer]
ekaron[m] has quit [Read error: Connection reset by peer]
silkeh has quit [Read error: Connection reset by peer]
cesar[m] has quit [Read error: Connection reset by peer]
shevski[m] has quit [Read error: Connection reset by peer]
hyde__Discord[m] has quit [Read error: Connection reset by peer]
Saracen[m] has quit [Read error: Connection reset by peer]
sekiDiscord[m] has quit [Read error: Connection reset by peer]
haz[m]2 has quit [Read error: Connection reset by peer]
sethforkDiscord[ has quit [Write error: Connection reset by peer]
mvalente[m] has quit [Read error: Connection reset by peer]
opal[m] has quit [Read error: Connection reset by peer]
sewardsfolly[m] has quit [Read error: Connection reset by peer]
terryHDiscord[m] has quit [Read error: Connection reset by peer]
LSJI07Discord[m] has quit [Read error: Connection reset by peer]
yoltid[m] has quit [Read error: Connection reset by peer]
alex[m]2 has quit [Read error: Connection reset by peer]
mivticsiaorg[m] has quit [Remote host closed the connection]
martijnsch[m] has quit [Remote host closed the connection]
randy[m] has quit [Remote host closed the connection]
JohnnyMilkshake7 has quit [Remote host closed the connection]
rihardsk[m] has quit [Remote host closed the connection]
GabeDiscord[m] has quit [Remote host closed the connection]
JakobTigerstrm[m has quit [Remote host closed the connection]
graylan[m] has quit [Write error: Connection reset by peer]
lng[m]1 has quit [Remote host closed the connection]
blurHY[m] has quit [Remote host closed the connection]
LAkiraS[m] has quit [Remote host closed the connection]
RoverChen[m] has quit [Remote host closed the connection]
NatoBoram[m]1 has quit [Remote host closed the connection]
rero[m] has quit [Remote host closed the connection]
luigi[m] has quit [Remote host closed the connection]
fimfx[m] has quit [Remote host closed the connection]
zopsi[m] has quit [Read error: Connection reset by peer]
norou[m] has quit [Remote host closed the connection]
plexus[m]1 has quit [Remote host closed the connection]
bollian[m] has quit [Remote host closed the connection]
guzmanillo[m] has quit [Write error: Connection reset by peer]
resilium[m] has quit [Remote host closed the connection]
sumner[m] has quit [Remote host closed the connection]
roadt[m] has quit [Write error: Connection reset by peer]
Ablibu[m] has quit [Remote host closed the connection]
BigDuckEnergyDis has quit [Remote host closed the connection]
jump_spider has quit [Write error: Connection reset by peer]
dennwc[m] has quit [Write error: Connection reset by peer]
benaszab[m] has quit [Remote host closed the connection]
gerle[m] has quit [Remote host closed the connection]
matrixnewbie2000 has quit [Remote host closed the connection]
tuxiqae[m]1 has quit [Remote host closed the connection]
Fns[m] has quit [Remote host closed the connection]
dliot[m] has quit [Remote host closed the connection]
ndarwincorn has quit [Remote host closed the connection]
AkshayDiscord[m] has quit [Write error: Connection reset by peer]
nilocDiscord[m] has quit [Write error: Connection reset by peer]
DoggersUniteDisc has quit [Write error: Connection reset by peer]
KinnardDiscord[7 has quit [Write error: Connection reset by peer]
HarryTmeticDisco has quit [Write error: Connection reset by peer]
NebulousDiscord[ has quit [Write error: Connection reset by peer]
PhiDiscord[m] has quit [Write error: Connection reset by peer]
vladimir[m]1 has quit [Read error: Connection reset by peer]
anthony-albertor has quit [Write error: Connection reset by peer]
jayw[m] has quit [Write error: Connection reset by peer]
cristobalDiscord has quit [Remote host closed the connection]
Suprscale[m] has quit [Read error: Connection reset by peer]
akt[m] has quit [Read error: Connection reset by peer]
jinleileiking[m] has quit [Read error: Connection reset by peer]
zegordo[m] has quit [Read error: Connection reset by peer]
ruko[m] has quit [Read error: Connection reset by peer]
amatuni[m] has quit [Read error: Connection reset by peer]
sblinnDiscord[m] has quit [Write error: Connection reset by peer]
natalie[m]1 has quit [Remote host closed the connection]
Klara[m] has quit [Read error: Connection reset by peer]
tsyn[m] has quit [Remote host closed the connection]
andreasedv[m] has quit [Remote host closed the connection]
Jenn[m]1 has quit [Write error: Connection reset by peer]
koalalorenzo[m] has quit [Remote host closed the connection]
M{|}Discord[m] has quit [Remote host closed the connection]
r0kk3rz[m] has quit [Remote host closed the connection]
rectinajh[m] has quit [Remote host closed the connection]
dtz has quit [Remote host closed the connection]
mewtrino has quit [Write error: Connection reset by peer]
zwelsternDiscord has quit [Write error: Connection reset by peer]
crestDiscord[m] has quit [Write error: Connection reset by peer]
dietmar[m]1 has quit [Remote host closed the connection]
codynhatDiscord[ has quit [Write error: Connection reset by peer]
sprayDiscord[m] has quit [Write error: Connection reset by peer]
RichardLittDisco has quit [Write error: Connection reset by peer]
dcallagh has quit [Write error: Connection reset by peer]
cerynon[m] has quit [Write error: Connection reset by peer]
various_accounts has quit [Write error: Connection reset by peer]
brewskiDiscord[m has quit [Write error: Connection reset by peer]
plasma_000[m] has quit [Remote host closed the connection]
abby18[m] has quit [Write error: Connection reset by peer]
themsay[m] has quit [Write error: Connection reset by peer]
hazegrey[m] has quit [Write error: Connection reset by peer]
vencent has quit [Write error: Connection reset by peer]
limace255[m] has quit [Write error: Connection reset by peer]
mattc[m] has quit [Write error: Connection reset by peer]
sjkelly[m] has quit [Write error: Connection reset by peer]
itsundef[m] has quit [Write error: Connection reset by peer]
brunhildan[m] has quit [Write error: Connection reset by peer]
brianbland[m]1 has quit [Write error: Connection reset by peer]
the99thguy[m] has quit [Write error: Connection reset by peer]
chrismoos[m] has quit [Write error: Connection reset by peer]
l^discord[m]1 has quit [Write error: Connection reset by peer]
kanej[m]2 has quit [Write error: Connection reset by peer]
johnlong[m] has quit [Write error: Connection reset by peer]
Caleb[m]1 has quit [Remote host closed the connection]
cesarosumDiscord has quit [Write error: Connection reset by peer]
musicmatze has quit [Write error: Connection reset by peer]
bushido711Discor has quit [Write error: Connection reset by peer]
yjhmelodyDiscord has quit [Write error: Connection reset by peer]
funwhilelostDisc has quit [Write error: Connection reset by peer]
divi[m]1 has quit [Remote host closed the connection]
mZDiscord[m] has quit [Write error: Connection reset by peer]
AceFaceDiscord[m has quit [Write error: Connection reset by peer]
itsmekntDiscord[ has quit [Write error: Connection reset by peer]
ZapierDiscord[m] has quit [Remote host closed the connection]
TeamIanDiscord[m has quit [Write error: Connection reset by peer]
paulmahoneDiscor has quit [Write error: Connection reset by peer]
vexl[m]2 has quit [Write error: Broken pipe]
godparticleDisco has quit [Write error: Connection reset by peer]
farhad312Discord has quit [Write error: Connection reset by peer]
ClmentDiscord[m] has quit [Write error: Connection reset by peer]
DerrickFDiscord[ has quit [Write error: Connection reset by peer]
momack2[m] has quit [Remote host closed the connection]
dafflDiscord[m] has quit [Write error: Connection reset by peer]
snoopdoggydogDis has quit [Write error: Connection reset by peer]
wobbol[m] has quit [Write error: Connection reset by peer]
vpei[m] has quit [Write error: Connection reset by peer]
Julian[m]2 has quit [Write error: Connection reset by peer]
CopenBra[m] has quit [Write error: Connection reset by peer]
gorhgorh[m]1 has quit [Write error: Connection reset by peer]
kungfooman[m] has quit [Write error: Connection reset by peer]
hsanjuan[m] has quit [Write error: Connection reset by peer]
mav137[m] has quit [Write error: Connection reset by peer]
M0xAF[m] has quit [Write error: Connection reset by peer]
gts[m]1 has quit [Write error: Connection reset by peer]
leer10matrixorg[ has quit [Write error: Connection reset by peer]
postables[m] has quit [Write error: Connection reset by peer]
Chaos[m] has quit [Remote host closed the connection]
anomie[m] has quit [Write error: Connection reset by peer]
Chaos_Zero has quit [Write error: Connection reset by peer]
smarkey[m] has quit [Write error: Connection reset by peer]
yeschyem[m] has quit [Write error: Connection reset by peer]
intrus[m] has quit [Write error: Connection reset by peer]
cristobal8876[m] has quit [Write error: Connection reset by peer]
LethalLadders041 has quit [Remote host closed the connection]
crunch[m] has quit [Write error: Connection reset by peer]
admin[m]2 has quit [Write error: Connection reset by peer]
Dremor[m] has quit [Write error: Connection reset by peer]
UserDiscord[m] has quit [Read error: Connection reset by peer]
enricomarinoDisc has quit [Write error: Connection reset by peer]
tobowersDiscord[ has quit [Write error: Connection reset by peer]
UsDiscord[m] has quit [Write error: Connection reset by peer]
richtercamdenDis has quit [Write error: Connection reset by peer]
CryptoEmpressDis has quit [Write error: Connection reset by peer]
Neroprojekt5071[ has quit [Write error: Connection reset by peer]
M011000100111010 has quit [Write error: Connection reset by peer]
RockSteadyTRTLDi has quit [Write error: Connection reset by peer]
peatDiscord[m] has quit [Write error: Connection reset by peer]
Rnytom[m] has quit [Write error: Connection reset by peer]
LuutheCoolDiscor has quit [Write error: Connection reset by peer]
M_discord_507475 has quit [Write error: Connection reset by peer]
iarp[m] has quit [Write error: Connection reset by peer]
lidel[m] has quit [Write error: Connection reset by peer]
D14na[m] has quit [Write error: Connection reset by peer]
syxmut[m] has quit [Write error: Connection reset by peer]
murphysking[m] has quit [Write error: Connection reset by peer]
KonstantinLomash has quit [Write error: Connection reset by peer]
achingbrain[m] has quit [Write error: Connection reset by peer]
neurocis|piggy-c has quit [Write error: Connection reset by peer]
ryu5t[m] has quit [Write error: Connection reset by peer]
dag[m] has quit [Write error: Connection reset by peer]
florz[m] has quit [Write error: Connection reset by peer]
combrayDiscord[m has quit [Write error: Connection reset by peer]
ddahlDiscord[m] has quit [Write error: Connection reset by peer]
EdEdorEddyDiscor has quit [Write error: Connection reset by peer]
prtfwDiscord[m] has quit [Read error: Connection reset by peer]
M[AXEL]JulianDis has quit [Read error: Connection reset by peer]
frislie[m] has quit [Read error: Connection reset by peer]
BluemountainLabs has quit [Remote host closed the connection]
digitaldust[m] has quit [Read error: Connection reset by peer]
Seb[m]2 has quit [Read error: Connection reset by peer]
joshi0816[m] has quit [Read error: Connection reset by peer]
silent_ActivistD has quit [Read error: Connection reset by peer]
thatguyDiscord[m has quit [Read error: Connection reset by peer]
freeforme[m] has quit [Remote host closed the connection]
Alex[m]19 has quit [Remote host closed the connection]
kofalt[m] has quit [Remote host closed the connection]
M981031046badd[m has quit [Remote host closed the connection]
rovdyl[m] has quit [Remote host closed the connection]
paulmorris[m] has quit [Remote host closed the connection]
tammers[m] has quit [Remote host closed the connection]
rxnin[m] has quit [Remote host closed the connection]
unc[m] has quit [Remote host closed the connection]
ohmu8[m] has quit [Remote host closed the connection]
AdamHepner[m] has quit [Remote host closed the connection]
wrunt[m] has quit [Remote host closed the connection]
felixschl[m]3 has quit [Remote host closed the connection]
tegila[m] has quit [Remote host closed the connection]
M699[m] has quit [Remote host closed the connection]
aleksssboss157[m has quit [Remote host closed the connection]
cybercat[m] has quit [Remote host closed the connection]
mppl[m] has quit [Remote host closed the connection]
mshaq[m] has quit [Remote host closed the connection]
Jaoheah[m]1 has quit [Remote host closed the connection]
mistermonster[m] has quit [Remote host closed the connection]
tree[m] has quit [Remote host closed the connection]
WilliamJulian[m] has quit [Remote host closed the connection]
stebalien has quit [Write error: Connection reset by peer]
TrevorDiscord[m] has quit [Write error: Connection reset by peer]
nofwayyDiscord[m has quit [Write error: Connection reset by peer]
goyoregalado[m] has quit [Write error: Connection reset by peer]
MatthDiscord[m] has quit [Write error: Connection reset by peer]
AxieDiscord[m] has quit [Write error: Connection reset by peer]
OlegStotsky[m] has quit [Write error: Connection reset by peer]
Orkun[m]1 has quit [Write error: Connection reset by peer]
NiGeR[m] has quit [Write error: Connection reset by peer]
doorknob88Discor has quit [Write error: Connection reset by peer]
JustMaier[m]1 has quit [Remote host closed the connection]
kppDiscord[m] has quit [Write error: Connection reset by peer]
nldvos[m] has quit [Read error: Connection reset by peer]
MatrixBridgeswed has quit [Read error: Connection reset by peer]
Naughtylus[m]1 has quit [Write error: Connection reset by peer]
SpicoliWhiteDisc has quit [Read error: Connection reset by peer]
dryajov has quit [Write error: Connection reset by peer]
parasite[m] has quit [Write error: Connection reset by peer]
hi[m] has quit [Write error: Connection reset by peer]
bmiller59[m] has quit [Write error: Connection reset by peer]
mapachurroDiscor has quit [Write error: Connection reset by peer]
swedneckswednec4 has quit [Remote host closed the connection]
carsonfarmer[m]1 has quit [Write error: Connection reset by peer]
HexDiscord[m] has quit [Read error: Connection reset by peer]
harkenedraven has quit [Write error: Connection reset by peer]
AraratDiscord[m] has quit [Remote host closed the connection]
OlegStotskyDisco has quit [Remote host closed the connection]
XierumengDiscord has quit [Remote host closed the connection]
AlekseyDiscord[m has quit [Remote host closed the connection]
terichadbourne[m has quit [Remote host closed the connection]
leoalvarezh[m]2 has quit [Read error: Connection reset by peer]
brewski[m] has quit [Read error: Connection reset by peer]
sukarDiscord[m] has quit [Read error: Connection reset by peer]
aloiscochard[m] has quit [Write error: Connection reset by peer]
camb[m] has quit [Write error: Connection reset by peer]
koalalorenzoDisc has quit [Read error: Connection reset by peer]
ShokuninDiscord[ has quit [Write error: Connection reset by peer]
Dreamland[m] has quit [Write error: Connection reset by peer]
Shmultz9776[m] has quit [Write error: Connection reset by peer]
hansyan[m] has quit [Read error: Connection reset by peer]
notfirewall[m] has quit [Write error: Connection reset by peer]
dude[m] has quit [Write error: Connection reset by peer]
astraiaDiscord[m has quit [Write error: Connection reset by peer]
Dave[m]6 has quit [Write error: Connection reset by peer]
sl[m] has quit [Write error: Connection reset by peer]
lyz-666[m] has quit [Remote host closed the connection]
alphard[m] has quit [Write error: Connection reset by peer]
Sisyphe[m] has quit [Write error: Connection reset by peer]
PamileissonDisco has quit [Write error: Connection reset by peer]
zcopleyDiscord[m has quit [Write error: Connection reset by peer]
ryanchristo[m]1 has quit [Write error: Connection reset by peer]
skillman623[m]1 has quit [Write error: Connection reset by peer]
gnunicornDiscord has quit [Write error: Connection reset by peer]
marcocastignoli4 has quit [Write error: Connection reset by peer]
aswiththewildDis has quit [Write error: Connection reset by peer]
sunk818Discord[m has quit [Write error: Connection reset by peer]
mburns[m] has quit [Write error: Connection reset by peer]
FranklinDiscord[ has quit [Write error: Connection reset by peer]
matyas_mustohaDi has quit [Write error: Connection reset by peer]
Starism[m] has quit [Write error: Connection reset by peer]
allgo[m] has quit [Write error: Connection reset by peer]
Shayne[m] has quit [Write error: Connection reset by peer]
JustMaierDiscord has quit [Write error: Connection reset by peer]
Michi[m] has quit [Write error: Connection reset by peer]
dogey[m] has quit [Remote host closed the connection]
moke12g[m] has quit [Remote host closed the connection]
Slacktoid has quit [Remote host closed the connection]
Cameron[m]1 has quit [Write error: Connection reset by peer]
dhole[m] has quit [Remote host closed the connection]
Valaybalalay[m] has quit [Remote host closed the connection]
Xamino[m] has quit [Write error: Connection reset by peer]
c4meron[m] has quit [Write error: Connection reset by peer]
vormgear[m] has quit [Write error: Connection reset by peer]
raku[m] has quit [Write error: Connection reset by peer]
pytlin2718[m] has quit [Write error: Connection reset by peer]
mwee[m] has quit [Write error: Connection reset by peer]
krigare[m] has quit [Write error: Connection reset by peer]
Elo[m] has quit [Write error: Connection reset by peer]
linuxi0n[m] has quit [Write error: Connection reset by peer]
eipip1e0 has quit [Write error: Connection reset by peer]
josef[m] has quit [Read error: Connection reset by peer]
swedneck9241[m] has quit [Read error: Connection reset by peer]
godva[m] has quit [Read error: Connection reset by peer]
humanwire[m] has quit [Read error: Connection reset by peer]
ZerataX has quit [Write error: Connection reset by peer]
Brasserie[m] has quit [Write error: Connection reset by peer]
EdmundMDiscord[m has quit [Read error: Connection reset by peer]
simbergm has quit [Write error: Connection reset by peer]
nebulerDiscord[m has quit [Read error: Connection reset by peer]
OboDiscord[m] has quit [Read error: Connection reset by peer]
mattcDiscord[m] has quit [Read error: Connection reset by peer]
User[m]2 has quit [Write error: Connection reset by peer]
cardDiscord[m] has quit [Read error: Connection reset by peer]
RealSnazzyDiscor has quit [Read error: Connection reset by peer]
LaPingvino has quit [Read error: Connection reset by peer]
Sauce-MercuryNet has quit [Read error: Connection reset by peer]
realChainDiscord has quit [Read error: Connection reset by peer]
amatuniDiscord[m has quit [Read error: Connection reset by peer]
JeanDiscord[m] has quit [Write error: Connection reset by peer]
dqxDiscord[m] has quit [Write error: Connection reset by peer]
BossMAN[m] has quit [Write error: Connection reset by peer]
MikeShultzDiscor has quit [Write error: Connection reset by peer]
edejong[m] has quit [Write error: Connection reset by peer]
abhi_Discord[m] has quit [Remote host closed the connection]
lamborghiniDisco has quit [Write error: Connection reset by peer]
combray[m] has quit [Read error: Connection reset by peer]
greenLion[m] has quit [Write error: Connection reset by peer]
FusonDiscord[m] has quit [Write error: Connection reset by peer]
EatsDiscord[m] has quit [Write error: Connection reset by peer]
ShmultzDiscord[m has quit [Write error: Connection reset by peer]
PhoenixDiscord[m has quit [Write error: Connection reset by peer]
sbpDiscord[m] has quit [Write error: Connection reset by peer]
mikealDiscord[m] has quit [Write error: Connection reset by peer]
denzukoDiscord[m has quit [Write error: Connection reset by peer]
KarlDiscord[m] has quit [Write error: Connection reset by peer]
truth[m] has quit [Write error: Connection reset by peer]
jazzy-jeff^_^Dis has quit [Write error: Connection reset by peer]
RyonezCoruscareD has quit [Write error: Connection reset by peer]
KisulkenDiscord[ has quit [Write error: Connection reset by peer]
Sean[m] has quit [Read error: Connection reset by peer]
cl0berson[m] has quit [Read error: Connection reset by peer]
tragique[m] has quit [Read error: Connection reset by peer]
malaclypsDiscord has quit [Write error: Connection reset by peer]
mvalente[m]1 has quit [Read error: Connection reset by peer]
h0lylag[m] has quit [Read error: Connection reset by peer]
vugupogaha[m] has quit [Read error: Connection reset by peer]
JCaesar has quit [Read error: Connection reset by peer]
JonwelDiscord[m] has quit [Write error: Connection reset by peer]
mrdrdz[m] has quit [Read error: Connection reset by peer]
M_discord_bot[m4 has quit [Read error: Connection reset by peer]
herronjo[m] has quit [Read error: Connection reset by peer]
vipul[m] has quit [Read error: Connection reset by peer]
janjko[m] has quit [Read error: Connection reset by peer]
D[m]1 has quit [Read error: Connection reset by peer]
NicolasLeGland[m has quit [Read error: Connection reset by peer]
danielrosenfeld[ has quit [Read error: Connection reset by peer]
Deviousway[m] has quit [Read error: Connection reset by peer]
olive888[m] has quit [Read error: Connection reset by peer]
methodx[m] has quit [Remote host closed the connection]
dignifiedquire[m has quit [Remote host closed the connection]
longwave[m] has quit [Remote host closed the connection]
anthonyalbertori has quit [Remote host closed the connection]
tony[m]3 has quit [Remote host closed the connection]
sethfork[m] has quit [Remote host closed the connection]
Krakakanok[m] has quit [Remote host closed the connection]
Quasdio[m] has quit [Remote host closed the connection]
M3v0lv3r[m] has quit [Remote host closed the connection]
flit[m] has quit [Remote host closed the connection]
Grey[m] has quit [Remote host closed the connection]
killswitch[m] has quit [Remote host closed the connection]
ianfixesDiscord[ has quit [Remote host closed the connection]
yur3shmukcik[m] has quit [Write error: Connection reset by peer]
ircer[m] has quit [Write error: Connection reset by peer]
Swedneck4 has quit [Write error: Connection reset by peer]
gandi[m] has quit [Write error: Connection reset by peer]
wowaname has quit [Write error: Connection reset by peer]
felixschlDiscord has quit [Remote host closed the connection]
DevUYDiscord[m] has quit [Remote host closed the connection]
NooooooWayyyyyDi has quit [Remote host closed the connection]
tadpole256Discor has quit [Remote host closed the connection]
M5310Discord[m] has quit [Remote host closed the connection]
halifoxDiscord[m has quit [Remote host closed the connection]
rialtate[m] has quit [Write error: Connection reset by peer]
ZaZ[m] has quit [Remote host closed the connection]
JrmeCarretero[m] has quit [Remote host closed the connection]
bhp[m] has quit [Remote host closed the connection]
jojobyte[m] has quit [Remote host closed the connection]
errichellic[m] has quit [Remote host closed the connection]
maratfx[m] has quit [Remote host closed the connection]
akt[m]1 has quit [Remote host closed the connection]
althaser has quit [Remote host closed the connection]
piajesse[m]1 has quit [Remote host closed the connection]
test[m]5 has quit [Remote host closed the connection]
kajes[m] has quit [Remote host closed the connection]
darn[m] has quit [Remote host closed the connection]
loken87[m] has quit [Remote host closed the connection]
fti7[m] has quit [Remote host closed the connection]
Dude[m]1 has quit [Write error: Connection reset by peer]
digital[m] has quit [Write error: Connection reset by peer]
ZipperSKDiscord[ has quit [Read error: Connection reset by peer]
astrojl_matrix has quit [Write error: Connection reset by peer]
KinnardDiscord[m has quit [Read error: Connection reset by peer]
pps96[m] has quit [Read error: Connection reset by peer]
tomaka[m] has quit [Read error: Connection reset by peer]
RodolfoEDiscord[ has quit [Read error: Connection reset by peer]
dostDiscord[m] has quit [Read error: Connection reset by peer]
kanej[m]1 has quit [Read error: Connection reset by peer]
hoijui[m] has quit [Read error: Connection reset by peer]
Marcin[m] has quit [Read error: Connection reset by peer]
l^discordDiscord has quit [Read error: Connection reset by peer]
zloba[m] has quit [Read error: Connection reset by peer]
n9tDiscord[m] has quit [Read error: Connection reset by peer]
arting[m] has quit [Read error: Connection reset by peer]
spencerflagg[m] has quit [Read error: Connection reset by peer]
freethinkingaway has quit [Read error: Connection reset by peer]
gauthamDiscord[m has quit [Read error: Connection reset by peer]
olizilla[m] has quit [Read error: Connection reset by peer]
ExpherienceDisco has quit [Read error: Connection reset by peer]
liuxufei[m] has quit [Read error: Connection reset by peer]
neonfuz2 has quit [Write error: Connection reset by peer]
KinnardDiscord[4 has quit [Read error: Connection reset by peer]
jklepatchDiscord has quit [Read error: Connection reset by peer]
BossMANDiscord[m has quit [Read error: Connection reset by peer]
pydera[m] has quit [Read error: Connection reset by peer]
alexrichton[m] has quit [Write error: Connection reset by peer]
leoalvarezhDisco has quit [Write error: Connection reset by peer]
aidxnDiscord[m] has quit [Write error: Connection reset by peer]
te0d[m] has quit [Write error: Connection reset by peer]
SmileRobot[m] has quit [Write error: Connection reset by peer]
buztedDiscord[m] has quit [Write error: Connection reset by peer]
foxcoolDiscord[m has quit [Write error: Connection reset by peer]
LordFenixNCDisco has quit [Write error: Connection reset by peer]
felixschlDiscor4 has quit [Write error: Connection reset by peer]
bengoDiscord[m] has quit [Write error: Connection reset by peer]
AXEL-BrianDiscor has quit [Write error: Connection reset by peer]
CantiTurtleCoinD has quit [Write error: Connection reset by peer]
cw[m]1 has quit [Write error: Connection reset by peer]
TristanDiscord[m has quit [Write error: Connection reset by peer]
fexra|TRTLDiscor has quit [Write error: Connection reset by peer]
dunks411Discord[ has quit [Write error: Connection reset by peer]
dpinnerDiscord[m has quit [Write error: Connection reset by peer]
ksDiscord[m] has quit [Write error: Connection reset by peer]
zegordoDiscord[m has quit [Write error: Connection reset by peer]
sachaDiscord[m] has quit [Write error: Connection reset by peer]
EugeneDiscord[m] has quit [Write error: Connection reset by peer]
macerbiDiscord[m has quit [Write error: Connection reset by peer]
VictorGDiscord[m has quit [Write error: Connection reset by peer]
jessicaschilling has quit [Write error: Connection reset by peer]
ngamboaDiscord[m has quit [Write error: Connection reset by peer]
M4eekDiscord[m] has quit [Write error: Connection reset by peer]
foxcoolDiscord[4 has quit [Write error: Connection reset by peer]
vinDiscord[m] has quit [Write error: Connection reset by peer]
Valium[m]1 has quit [Write error: Connection reset by peer]
Sm03leBr00tDisco has quit [Write error: Connection reset by peer]
GuillaumeDiscord has quit [Write error: Connection reset by peer]
RobotLordimperia has quit [Write error: Connection reset by peer]
manfredDiscord[m has quit [Write error: Connection reset by peer]
grvhiDiscord[m] has quit [Write error: Connection reset by peer]
thomasDiscord[m] has quit [Read error: Connection reset by peer]
noman-land[m] has quit [Read error: Connection reset by peer]
catmanDiscord[m] has quit [Read error: Connection reset by peer]
blzDiscord[m] has quit [Read error: Connection reset by peer]
cannabysDiscord[ has quit [Write error: Connection reset by peer]
nocentDiscord[m] has quit [Write error: Connection reset by peer]
pbvieDiscord[m] has quit [Write error: Connection reset by peer]
Kisulken[m]1 has quit [Read error: Connection reset by peer]
LordFenixNC[m]2 has quit [Read error: Connection reset by peer]
omichalek[m] has quit [Read error: Connection reset by peer]
spb_mentor[m] has quit [Write error: Connection reset by peer]
Lrrr[m] has quit [Write error: Connection reset by peer]
randomstroll[m] has quit [Remote host closed the connection]
himcesjf has quit [Write error: Connection reset by peer]
mchelmre[m] has quit [Remote host closed the connection]
raumji[m] has quit [Write error: Connection reset by peer]
Jacob[m]2 has quit [Read error: Connection reset by peer]
koreanlapdog[m] has quit [Read error: Connection reset by peer]
catman[m] has quit [Read error: Connection reset by peer]
Dby0Discord[m] has quit [Read error: Connection reset by peer]
axx[m] has quit [Read error: Connection reset by peer]
muaahaahaa[m] has quit [Read error: Connection reset by peer]
planetx[m] has quit [Read error: Connection reset by peer]
defnofdumb[m] has quit [Read error: Connection reset by peer]
GorkaDiscord[m] has quit [Read error: Connection reset by peer]
sfromentDiscord[ has quit [Read error: Connection reset by peer]
PeciakDiscord[m] has quit [Read error: Connection reset by peer]
megadogberthehi4 has quit [Read error: Connection reset by peer]
RaymondFoley[m] has quit [Read error: Connection reset by peer]
CharlieRaptoreum has quit [Read error: Connection reset by peer]
chr0ma[m] has quit [Read error: Connection reset by peer]
shadow53[m] has quit [Read error: Connection reset by peer]
MarekIsalski[m] has quit [Read error: Connection reset by peer]
weareswarmcity[m has quit [Read error: Connection reset by peer]
dy5es41Discord[m has quit [Read error: Connection reset by peer]
nyarlathotep[m] has quit [Read error: Connection reset by peer]
c090178[m] has quit [Read error: Connection reset by peer]
Romain[m]1 has quit [Read error: Connection reset by peer]
test123Discord[m has quit [Read error: Connection reset by peer]
Phillmac[m] has quit [Remote host closed the connection]
RenAmamiya5010[m has quit [Remote host closed the connection]
f5[m] has quit [Remote host closed the connection]
joeyguerra[m] has quit [Remote host closed the connection]
fagci[m] has quit [Remote host closed the connection]
gregzuroDiscord[ has quit [Read error: Connection reset by peer]
silur[m] has quit [Read error: Connection reset by peer]
ad87657Discord[m has quit [Remote host closed the connection]
wuji[m] has quit [Read error: Connection reset by peer]
linus[m]1 has quit [Remote host closed the connection]
tompa[m] has quit [Write error: Connection reset by peer]
uyuhbgfvdcxs[m] has quit [Write error: Connection reset by peer]
MagnusSvensson[m has quit [Write error: Connection reset by peer]
Noah[m] has quit [Write error: Connection reset by peer]
MachiavelaDiscor has quit [Remote host closed the connection]
eddyDiscord[m] has quit [Remote host closed the connection]
wchargin[m] has quit [Remote host closed the connection]
samdixon[m] has quit [Write error: Connection reset by peer]
DiscordRSSDiscor has quit [Remote host closed the connection]
CathyLDiscord[m] has quit [Remote host closed the connection]
circlesDiscord[m has quit [Remote host closed the connection]
AtiqDiscord[m] has quit [Remote host closed the connection]
JoejoeDiscord[m] has quit [Remote host closed the connection]
h2Discord[m] has quit [Remote host closed the connection]
dydx[m] has quit [Write error: Connection reset by peer]
Phenomite[m] has quit [Write error: Connection reset by peer]
bobabooey02[m] has quit [Read error: Connection reset by peer]
jeeg[m] has quit [Write error: Connection reset by peer]
nyarlathotepDisc has quit [Write error: Connection reset by peer]
eyenx[m] has quit [Write error: Connection reset by peer]
lapav[m] has quit [Write error: Connection reset by peer]
jak[m] has quit [Write error: Connection reset by peer]
kyb[m] has quit [Remote host closed the connection]
rib[m] has quit [Remote host closed the connection]
AutoAIDiscord[m] has quit [Remote host closed the connection]
kanejDiscord[m] has quit [Remote host closed the connection]
Manu[m] has quit [Write error: Connection reset by peer]
arhik[m] has quit [Remote host closed the connection]
Kenzo3Discord[m] has quit [Remote host closed the connection]
midi[m] has quit [Write error: Connection reset by peer]
dharwin[m] has quit [Read error: Connection reset by peer]
waynewyang[m] has quit [Read error: Connection reset by peer]
kbc[m] has quit [Remote host closed the connection]
jeannemadeline[m has quit [Read error: Connection reset by peer]
mayel[m]1 has quit [Read error: Connection reset by peer]
bigdb417[m] has quit [Read error: Connection reset by peer]
daopu[m] has quit [Read error: Connection reset by peer]
mahlix07[m] has quit [Read error: Connection reset by peer]
MrControl[m] has quit [Read error: Connection reset by peer]
legaltechno[m] has quit [Read error: Connection reset by peer]
lulu[m]2 has quit [Write error: Connection reset by peer]
distributeddoge[ has quit [Write error: Broken pipe]
riottm[m] has quit [Write error: Connection reset by peer]
v1n119a[m] has quit [Write error: Connection reset by peer]
bailz1911[m] has quit [Write error: Connection reset by peer]
weigood[m] has quit [Write error: Connection reset by peer]
gfelbing[m] has quit [Write error: Connection reset by peer]
hans[m]2 has quit [Write error: Connection reset by peer]
jenzzens[m] has quit [Write error: Connection reset by peer]
tsrt^ has quit [Ping timeout: 240 seconds]
Belkaar has quit [Ping timeout: 240 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
tsrt^ has joined #ipfs
thomasanderson has joined #ipfs
tsrt^ has quit [Excess Flood]
tsrt^ has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
__jrjsmrtn__ has quit [Ping timeout: 240 seconds]
_jrjsmrtn has joined #ipfs
uniquerockrz has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
ecloud_away is now known as ecloud
uniquerockrz has joined #ipfs
gmoro has joined #ipfs
mowcat has quit [Remote host closed the connection]
julienkya has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
KempfCreative has joined #ipfs
thomasanderson has quit [Ping timeout: 265 seconds]
vmx has joined #ipfs
airstorm has quit [Quit: airstorm]
}ls{ has joined #ipfs
a83j2124[m] has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
CCR5-D32 has quit [Changing host]
CCR5-D32 has joined #ipfs
M0x1e[m] has joined #ipfs
M11112[m] has joined #ipfs
M0xc0de[m] has joined #ipfs
hi[m] has joined #ipfs
Elo[m] has joined #ipfs
M948e5[m] has joined #ipfs
M699[m] has joined #ipfs
shevski[m] has joined #ipfs
Lostfile[m] has joined #ipfs
Amandine[m] has joined #ipfs
Mikaela- has joined #ipfs
Dremor[m] has joined #ipfs
Geezus42[m] has joined #ipfs
Half-Shot has joined #ipfs
Ericson2314 has joined #ipfs
Jtremback[m] has joined #ipfs
LEdoian[m] has joined #ipfs
PC-Admin[m] has joined #ipfs
Markus72[m] has joined #ipfs
Michi[m] has joined #ipfs
MilkManzJourDadd has joined #ipfs
LaPingvino has joined #ipfs
Manu[m] has joined #ipfs
MMJD-Wst[m] has joined #ipfs
Quiark has joined #ipfs
RaymondFoley[m] has joined #ipfs
Stephen304[m] has joined #ipfs
Rnytom[m] has joined #ipfs
TheFuzzStone[m] has joined #ipfs
Tantin[m] has joined #ipfs
SpydarO07 has joined #ipfs
berDiscord[m] has joined #ipfs
Zedwick[m] has joined #ipfs
Tryptophan[m] has joined #ipfs
peterkDiscord[m] has joined #ipfs
gorhgorhDiscord[ has joined #ipfs
LuutheCoolDiscor has joined #ipfs
MachiavelaDiscor has joined #ipfs
baluptonDiscord[ has joined #ipfs
TryptophanDiscor has joined #ipfs
EatsDiscord[m] has joined #ipfs
MissLavenderDisc has joined #ipfs
KevlarmonkeyDisc has joined #ipfs
lauren|Microspon has joined #ipfs
nijynotDiscord[m has joined #ipfs
M5310Discord[m] has joined #ipfs
NebulousDiscord[ has joined #ipfs
IgutinDiscord[m] has joined #ipfs
SuikaDiscord[m] has joined #ipfs
AtiqDiscord[m] has joined #ipfs
PeevesDiscord[m] has joined #ipfs
FineDiscord[m] has joined #ipfs
hazDiscord[m] has joined #ipfs
KubeDiscord[m] has joined #ipfs
Kube6349[m] has joined #ipfs
OlegStotskyDisco has joined #ipfs
Zed[m] has joined #ipfs
corylDiscord[m] has joined #ipfs
braditzDiscord[4 has joined #ipfs
MairkurDiscord[m has joined #ipfs
RealSnazzyDiscor has joined #ipfs
william_shakesDi has joined #ipfs
brewskiDiscord[m has joined #ipfs
crestDiscord[m] has joined #ipfs
psyonityDiscord[ has joined #ipfs
brewski[m] has joined #ipfs
crest[m] has joined #ipfs
doorknob88Discor has joined #ipfs
NatoBoramDiscord has joined #ipfs
RyonezCoruscareD has joined #ipfs
Obo[m]2 has joined #ipfs
skillman623[m] has joined #ipfs
PhillmacDiscord[ has joined #ipfs
OboDiscord[m] has joined #ipfs
GiyomuDiscord[m] has joined #ipfs
skillman623Disco has joined #ipfs
Crunch9960[m] has joined #ipfs
ruko[m] has joined #ipfs
HexDiscord[m] has joined #ipfs
PeciakDiscord[m] has joined #ipfs
boomshroomDiscor has joined #ipfs
Valium[m]1 has joined #ipfs
Seb[m]2 has joined #ipfs
ShadowLingDiscor has joined #ipfs
TimeOnDiscord[m] has joined #ipfs
JorropoDiscord[m has joined #ipfs
AlepheiaDiscord[ has joined #ipfs
Starism[m] has joined #ipfs
zoink92Discord[m has joined #ipfs
hyde__Discord[m] has joined #ipfs
weedDiscord[m] has joined #ipfs
ivanDiscord[m] has joined #ipfs
sethforkDiscord[ has joined #ipfs
DioBrandonDiscor has joined #ipfs
ambackDiscord[m] has joined #ipfs
AmineDiscord[m] has joined #ipfs
M0xAF[m] has joined #ipfs
LordFenixNCDisco has joined #ipfs
Kris[m]1 has joined #ipfs
LordFenixNC[m]1 has joined #ipfs
circlesDiscord[m has joined #ipfs
GabeDiscord[m] has joined #ipfs
Kevin[m]3 has joined #ipfs
JakobTigerstrm[m has joined #ipfs
capDiscord[m] has joined #ipfs
Krakakanok[m] has joined #ipfs
vexlDiscord[m] has joined #ipfs
Destroyer[m] has joined #ipfs
M3v0lv3r[m] has joined #ipfs
chmanieDiscord[m has joined #ipfs
chinsuDiscord[m] has joined #ipfs
sfromentDiscord[ has joined #ipfs
EdmundMDiscord[m has joined #ipfs
D[m]1 has joined #ipfs
denzukoDiscord[m has joined #ipfs
NastyEbilPiwateD has joined #ipfs
M981031046badd[m has joined #ipfs
SoreGumsDiscord[ has joined #ipfs
cikavuveDiscord[ has joined #ipfs
M4eek[m] has joined #ipfs
DerekDiscord[m] has joined #ipfs
M4eekDiscord[m] has joined #ipfs
lamborghiniDisco has joined #ipfs
JulianDreier[m] has joined #ipfs
felixschlDiscord has joined #ipfs
DaekiDiscord[m] has joined #ipfs
JayWelshDiscord[ has joined #ipfs
ad87657Discord[m has joined #ipfs
rozgoDiscord[m] has joined #ipfs
jazzy-jeff^_^Dis has joined #ipfs
SmileRobotDiscor has joined #ipfs
jazzy-jeff^_^[m] has joined #ipfs
SmileRobot[m] has joined #ipfs
shadow53[m] has joined #ipfs
malaclypsDiscord has joined #ipfs
Tbi[m] has joined #ipfs
aidxnDiscord[m] has joined #ipfs
ArunDiscord[m] has joined #ipfs
obernardovieiraD has joined #ipfs
TH0RynDiscord[m] has joined #ipfs
MichaelTenDiscor has joined #ipfs
PhoenixDiscord[m has joined #ipfs
gray00Discord[m] has joined #ipfs
ZaZ[m] has joined #ipfs
LethalLadders041 has joined #ipfs
peterk[m] has joined #ipfs
koalalorenzoDisc has joined #ipfs
mZDiscord[m] has joined #ipfs
haz[m]2 has joined #ipfs
BossMAN[m] has joined #ipfs
gunttedDiscord[m has joined #ipfs
BossMANDiscord[m has joined #ipfs
tony[m]3 has joined #ipfs
chadlupkes[m] has joined #ipfs
betamosDiscord[m has joined #ipfs
TionisDiscord[m] has joined #ipfs
JordanKrageDisco has joined #ipfs
M5310[m] has joined #ipfs
chrisDiscord[m] has joined #ipfs
manfredDiscord[m has joined #ipfs
FusonDiscord[m] has joined #ipfs
RealityDiscord[m has joined #ipfs
DiscordRSSDiscor has joined #ipfs
Grey[m] has joined #ipfs
gregjeanmartDisc has joined #ipfs
ShmultzDiscord[m has joined #ipfs
braditz[m]2 has joined #ipfs
TiaguilsoDiscord has joined #ipfs
gregzuroDiscord[ has joined #ipfs
Shmultz9776[m] has joined #ipfs
KisulkenDiscord[ has joined #ipfs
nocent9720[m] has joined #ipfs
nocentDiscord[m] has joined #ipfs
bekoDiscord[m] has joined #ipfs
truth[m] has joined #ipfs
GeorgeX2798[m] has joined #ipfs
jekpopulousDisco has joined #ipfs
OlegStotsky[m] has joined #ipfs
M{|}Discord[m] has joined #ipfs
JustMaierDiscord has joined #ipfs
JustMaier[m]1 has joined #ipfs
iiogamaDiscord[m has joined #ipfs
fexra|TRTLDiscor has joined #ipfs
zazikiDiscord[m] has joined #ipfs
itsmekntDiscord[ has joined #ipfs
phynite1846[m] has joined #ipfs
JaoheahDiscord[m has joined #ipfs
sachaDiscord[m] has joined #ipfs
Suprscale[m] has joined #ipfs
GabrielBadGriefD has joined #ipfs
planetary_devDis has joined #ipfs
snap[m] has joined #ipfs
captain-nemoDisc has joined #ipfs
ExpherienceDisco has joined #ipfs
zgrDiscord[m] has joined #ipfs
aaronpkDiscord[m has joined #ipfs
dhenz3SpeakDisco has joined #ipfs
Phillmac[m] has joined #ipfs
NatoBoram[m]2 has joined #ipfs
godparticleDisco has joined #ipfs
Heystein[m] has joined #ipfs
neilDiscord[m] has joined #ipfs
celsoDiscord[m] has joined #ipfs
NatoBoram[m]1 has joined #ipfs
megadogberthehim has joined #ipfs
HeysteinDiscord[ has joined #ipfs
megadogberthehi4 has joined #ipfs
RobotLordimperia has joined #ipfs
MisterGoreDiscor has joined #ipfs
LAkiraS[m] has joined #ipfs
gmelodieDiscord[ has joined #ipfs
benaszab[m] has joined #ipfs
magnetist[m] has joined #ipfs
AnthonyADiscord[ has joined #ipfs
Kiesenverseist[m has joined #ipfs
thomasDiscord[m] has joined #ipfs
benaszabDiscord[ has joined #ipfs
XierumengDiscord has joined #ipfs
raisDiscord[m] has joined #ipfs
OxyDiscord[m] has joined #ipfs
pr1meDiscord[m] has joined #ipfs
yabirgbDiscord[m has joined #ipfs
DioBrandon[m] has joined #ipfs
SpaceOutlawDisco has joined #ipfs
ZipperSKDiscord4 has joined #ipfs
JerbsDiscord[m] has joined #ipfs
new0neDiscord[m] has joined #ipfs
vexl[m]2 has joined #ipfs
CrocodillianDisc has joined #ipfs
zegordoDiscord[m has joined #ipfs
drbhDiscord[m] has joined #ipfs
cannabysDiscord[ has joined #ipfs
zegordo[m] has joined #ipfs
vexl[m]1 has joined #ipfs
LordFenixNC[m]2 has joined #ipfs
c090178[m] has joined #ipfs
hacdiasDiscord[m has joined #ipfs
techcoderxDiscor has joined #ipfs
sekiDiscord[m]1 has joined #ipfs
SirMemesALotDisc has joined #ipfs
ZapierDiscord[m] has joined #ipfs
JungleHeartDisco has joined #ipfs
JungleHeart[m] has joined #ipfs
EdmundM[m] has joined #ipfs
paulmahoneDiscor has joined #ipfs
AgentJ[m] has joined #ipfs
KYZITEMELOS93Dis has joined #ipfs
pusherDiscord[m] has joined #ipfs
mattc[m] has joined #ipfs
mattcDiscord[m] has joined #ipfs
CharlieRaptoreum has joined #ipfs
thestevewayDisco has joined #ipfs
leoalvarezhDisco has joined #ipfs
leoalvarezh[m]1 has joined #ipfs
MikeShultzDiscor has joined #ipfs
prcDiscord[m] has joined #ipfs
dqxDiscord[m] has joined #ipfs
Dazuck-3BoxDisco has joined #ipfs
Lilz|BetaMeDisco has joined #ipfs
catmanDiscord[m] has joined #ipfs
felixschl[m]2 has joined #ipfs
malaclyps[m]1 has joined #ipfs
RockSteadyTRTLDi has joined #ipfs
the_nikinDiscord has joined #ipfs
jenncloudDiscord has joined #ipfs
nyarlathotepDisc has joined #ipfs
M011000100111010 has joined #ipfs
kungfooman[m] has joined #ipfs
nyarlathotep[m] has joined #ipfs
koalalorenzo[m]1 has joined #ipfs
vamsiDiscord[m] has joined #ipfs
rxnin[m] has joined #ipfs
greenLion[m] has joined #ipfs
realChainDiscord has joined #ipfs
freethinkingawa4 has joined #ipfs
foxcoolDiscord[m has joined #ipfs
standard[m] has joined #ipfs
dindustriesDisco has joined #ipfs
ShokuninDiscord[ has joined #ipfs
jamiedubsDiscord has joined #ipfs
LokeLDiscord[m] has joined #ipfs
Microsoft_techni has joined #ipfs
sunk818Discord[m has joined #ipfs
JohnnyMilkshakes has joined #ipfs
npfossDiscord[m] has joined #ipfs
Ja3oodDiscord[m] has joined #ipfs
greg[m]2 has joined #ipfs
drshamoonDiscord has joined #ipfs
AraratDiscord[m] has joined #ipfs
zloba[m] has joined #ipfs
TrevorDiscord[m] has joined #ipfs
M3baidDiscord[m] has joined #ipfs
vasaDiscord[m] has joined #ipfs
CantiTurtleCoinD has joined #ipfs
32NABE2N8 has joined #ipfs
cyluDiscord[m] has joined #ipfs
GuillaumeDiscord has joined #ipfs
l^discordDiscord has joined #ipfs
l^discord[m]1 has joined #ipfs
59NAAY4QU has joined #ipfs
ptonerDiscord[m] has joined #ipfs
l^discord4314[m] has joined #ipfs
johanhermanDisc4 has joined #ipfs
DavidFalconDisco has joined #ipfs
Abraxas[m] has joined #ipfs
NooooooWayyyyyDi has joined #ipfs
silent_ActivistD has joined #ipfs
TianyiDiscord[m4 has joined #ipfs
ithithDiscord[m] has joined #ipfs
planetary_dev[m] has joined #ipfs
Hsiu-PingNichola has joined #ipfs
Mai-HsuanKevinCh has joined #ipfs
sanderDiscord[m] has joined #ipfs
vbDiscord[m] has joined #ipfs
KinnardDiscord[4 has joined #ipfs
KinnardDiscord[7 has joined #ipfs
allgoDiscord[m] has joined #ipfs
allgo[m]1 has joined #ipfs
HeishDiscord[m] has joined #ipfs
jimpickDiscord[m has joined #ipfs
bonedaddyDiscord has joined #ipfs
postables[m]2 has joined #ipfs
alphapapaactualD has joined #ipfs
LSJI07Discord[m] has joined #ipfs
deltaDiscord[m] has joined #ipfs
Bads3ctor9700[m] has joined #ipfs
PhiDiscord[m] has joined #ipfs
Phi[m]1 has joined #ipfs
TeamIanDiscord[m has joined #ipfs
SteffDiscord[m] has joined #ipfs
MisterGore[m] has joined #ipfs
QwertyWhoreDisco has joined #ipfs
TeamIan[m]1 has joined #ipfs
Steff[m] has joined #ipfs
wcharginDiscord[ has joined #ipfs
Discord[m]1 has joined #ipfs
JeanDiscord[m] has joined #ipfs
Clment[m] has joined #ipfs
ClmentDiscord[m] has joined #ipfs
Neroprojekt5071[ has joined #ipfs
andrewxhillDisco has joined #ipfs
Xierumeng[m] has joined #ipfs
WesDiscord[m] has joined #ipfs
modigDiscord[m] has joined #ipfs
romaricDiscord[4 has joined #ipfs
modig[m] has joined #ipfs
neohexDiscord[m] has joined #ipfs
CatManDoooDiscor has joined #ipfs
neohex[m] has joined #ipfs
mZDiscord[m]1 has joined #ipfs
msena3Discord[m] has joined #ipfs
h2Discord[m] has joined #ipfs
boatsandhoesDisc has joined #ipfs
snoopdoggydogDis has joined #ipfs
CocoonCrashDisco has joined #ipfs
mikealDiscord[m] has joined #ipfs
ZeugeIotas[m] has joined #ipfs
bushido711Discor has joined #ipfs
duke7552[m] has joined #ipfs
lilz[m] has joined #ipfs
paulmahone[m]1 has joined #ipfs
marcocastignoli7 has joined #ipfs
paulmahone[m] has joined #ipfs
plexusDiscord[m] has joined #ipfs
pps96[m]1 has joined #ipfs
bitspill[m] has joined #ipfs
pps96Discord[m] has joined #ipfs
bitspillDiscord[ has joined #ipfs
bmiller59Discord has joined #ipfs
RichardLittDisco has joined #ipfs
AuHauDiscord[m] has joined #ipfs
aeddiDiscord[m] has joined #ipfs
obzenba[m] has joined #ipfs
Sm03leBr00tDisco has joined #ipfs
BigDuckEnergyDis has joined #ipfs
abhi_Discord[m] has joined #ipfs
rittmeDiscord[m] has joined #ipfs
efnDiscord[m] has joined #ipfs
dignifiedquireDi has joined #ipfs
chmanieDiscord[4 has joined #ipfs
dignifiedquire[4 has joined #ipfs
jklepatchDiscord has joined #ipfs
thomasbDiscord[m has joined #ipfs
kppDiscord[m]1 has joined #ipfs
TristanDiscord[m has joined #ipfs
aswiththewildDis has joined #ipfs
vamsi[m] has joined #ipfs
sukar[m] has joined #ipfs
zcopleyDiscord[m has joined #ipfs
sukarDiscord[m] has joined #ipfs
Kenzo3Discord[m] has joined #ipfs
katakotoDiscord[ has joined #ipfs
cristobal8876[m] has joined #ipfs
kanejDiscord[m] has joined #ipfs
cristobalDiscord has joined #ipfs
oed3Discord[m] has joined #ipfs
amatuniDiscord[m has joined #ipfs
amimDiscord[m] has joined #ipfs
jgmac1106Discord has joined #ipfs
AlekseyDiscord[m has joined #ipfs
M0zAND1zDiscord[ has joined #ipfs
carstenmunkDisco has joined #ipfs
pvienhageDiscord has joined #ipfs
r5723013[m]1 has joined #ipfs
RickDiscord[m] has joined #ipfs
r5723013Discord[ has joined #ipfs
cwchristerwDisco has joined #ipfs
tom85Discord[m] has joined #ipfs
jmank88Discord[m has joined #ipfs
felixschlDiscor4 has joined #ipfs
carsonfarmerDisc has joined #ipfs
carson[m] has joined #ipfs
jamiedubs[m] has joined #ipfs
pbvieDiscord[m] has joined #ipfs
MatrixBridgeswed has joined #ipfs
dy5es41Discord[m has joined #ipfs
gnunicornDiscord has joined #ipfs
Eugene[m]1 has joined #ipfs
EugeneDiscord[m] has joined #ipfs
Jonwel[m] has joined #ipfs
JonwelDiscord[m] has joined #ipfs
jamiedubs[m]1 has joined #ipfs
grvhi[m] has joined #ipfs
grvhiDiscord[m] has joined #ipfs
UsDiscord[m] has joined #ipfs
foxcoolDiscord[4 has joined #ipfs
Us[m] has joined #ipfs
JohnnyMilkshake7 has joined #ipfs
gtsDiscord[m] has joined #ipfs
placer14Discord[ has joined #ipfs
User[m]3 has joined #ipfs
UserDiscord[m] has joined #ipfs
MatthDiscord[m] has joined #ipfs
SenshiDiscord[m] has joined #ipfs
dafflDiscord[m] has joined #ipfs
leoalvarezhDisc4 has joined #ipfs
delta[m]1 has joined #ipfs
gts[m]1 has joined #ipfs
Sean|FortmaticDi has joined #ipfs
cwDiscord[m] has joined #ipfs
leoalvarezh[m] has joined #ipfs
shimakaze[m] has joined #ipfs
cw[m]1 has joined #ipfs
Heish1580[m] has joined #ipfs
te0dDiscord[m] has joined #ipfs
te0d[m] has joined #ipfs
braditzDiscord[m has joined #ipfs
braditz[m] has joined #ipfs
aphelionz[m] has joined #ipfs
aphelionzDiscord has joined #ipfs
marcocastignoliD has joined #ipfs
anthony-albertor has joined #ipfs
marcocastignoli[ has joined #ipfs
AblibuDiscord[m] has joined #ipfs
rappelDiscord[m] has joined #ipfs
rappel[m]1 has joined #ipfs
nofwayyDiscord[m has joined #ipfs
RodolfoEDiscord[ has joined #ipfs
Ablibu[m]1 has joined #ipfs
nofwayy[m] has joined #ipfs
fozzieDiscord[m] has joined #ipfs
wchargin[m] has joined #ipfs
SweatDiscord[m] has joined #ipfs
KubeWorshipper[m has joined #ipfs
PrabhaavDiscord[ has joined #ipfs
xtream1101[m]1 has joined #ipfs
xtream1101Discor has joined #ipfs
macerbiDiscord[m has joined #ipfs
combray[m] has joined #ipfs
combrayDiscord[m has joined #ipfs
cristobalDiscor4 has joined #ipfs
thatguyDiscord[m has joined #ipfs
M5511225464917[m has joined #ipfs
OrkunDiscord[m] has joined #ipfs
Orkun[m]1 has joined #ipfs
CryptoEmpressDis has joined #ipfs
ScottSmileyDisco has joined #ipfs
cristobal7524[m] has joined #ipfs
panDiscord[m] has joined #ipfs
AXEL-BrianDiscor has joined #ipfs
flower88Discord[ has joined #ipfs
prtfwDiscord[m] has joined #ipfs
codynhatDiscord[ has joined #ipfs
tobowersDiscord[ has joined #ipfs
VictorGDiscord[m has joined #ipfs
AkshayDiscord[m] has joined #ipfs
maparentDiscord[ has joined #ipfs
plexus[m]1 has joined #ipfs
Pamileisson2582[ has joined #ipfs
PamileissonDisco has joined #ipfs
AxieDiscord[m] has joined #ipfs
pierrebocDiscord has joined #ipfs
RDeckardDiscord[ has joined #ipfs
celsoDiscord[m]1 has joined #ipfs
SchwartzDiscord[ has joined #ipfs
farhad312Discord has joined #ipfs
eshohetDiscord[m has joined #ipfs
tangoDiscord[m] has joined #ipfs
kanej[m]2 has joined #ipfs
tadpole256Discor has joined #ipfs
RDeckardDiscord4 has joined #ipfs
robinzzzDiscord[ has joined #ipfs
buztedDiscord[m] has joined #ipfs
achingbrainDisco has joined #ipfs
CarboClanCDiscor has joined #ipfs
MMMMaggieDiscord has joined #ipfs
amatuni[m] has joined #ipfs
M[AXEL]DarrDisco has joined #ipfs
dpinnerDiscord[m has joined #ipfs
M|NecoDiscord[m] has joined #ipfs
ddahlDiscord[m] has joined #ipfs
n9tDiscord[m] has joined #ipfs
olizillaDiscord[ has joined #ipfs
ngamboaDiscord[m has joined #ipfs
felixschl[m]3 has joined #ipfs
sbpDiscord[m] has joined #ipfs
ksDiscord[m] has joined #ipfs
nebulerDiscord[m has joined #ipfs
eddyDiscord[m] has joined #ipfs
test123Discord[m has joined #ipfs
hubaDiscord[m] has joined #ipfs
peatDiscord[m] has joined #ipfs
KinnardDiscord[m has joined #ipfs
Matrixdiscordbri has joined #ipfs
MesaDiscord[m] has joined #ipfs
zwelsternDiscord has joined #ipfs
jessicaschilling has joined #ipfs
funwhilelostDisc has joined #ipfs
DamirDiscord[m] has joined #ipfs
M_discord_507475 has joined #ipfs
mhzDiscord[m] has joined #ipfs
Luna14Discord[m] has joined #ipfs
DevUYDiscord[m] has joined #ipfs
babaitDiscord[m] has joined #ipfs
CathyLDiscord[m] has joined #ipfs
terryHDiscord[m] has joined #ipfs
lyonDiscord[m] has joined #ipfs
DerrickFDiscord[ has joined #ipfs
astraiaDiscord[m has joined #ipfs
johanhermanDisco has joined #ipfs
gorhgorh[m]2 has joined #ipfs
Dby0Discord[m] has joined #ipfs
RomainDiscord[m] has joined #ipfs
KarlDiscord[m] has joined #ipfs
RomaricDiscord[m has joined #ipfs
M[AXEL]JulianDis has joined #ipfs
TianyiDiscord[m] has joined #ipfs
rklaehnDiscord[m has joined #ipfs
KeegenDiscord[m] has joined #ipfs
enricomarinoDisc has joined #ipfs
cesarosumDiscord has joined #ipfs
GorkaDiscord[m] has joined #ipfs
AutoAIDiscord[m] has joined #ipfs
Dave[m]6 has joined #ipfs
FranklinDiscord[ has joined #ipfs
sblinnDiscord[m] has joined #ipfs
hvergaraDiscord[ has joined #ipfs
jwheelerDiscord[ has joined #ipfs
bengoDiscord[m] has joined #ipfs
HarryTmeticDisco has joined #ipfs
RenAmamiya5010[m has joined #ipfs
kevinbird15Disco has joined #ipfs
sekiDiscord[m] has joined #ipfs
blzDiscord[m] has joined #ipfs
doodlemaniaDisco has joined #ipfs
bostaDiscord[m] has joined #ipfs
nlkoDiscord[m] has joined #ipfs
vasa|DappkitDisc has joined #ipfs
wngrDiscord[m] has joined #ipfs
DoggersUniteDisc has joined #ipfs
nilocDiscord[m] has joined #ipfs
EdEdorEddyDiscor has joined #ipfs
dostDiscord[m] has joined #ipfs
watDiscord[m] has joined #ipfs
M}Discord[m] has joined #ipfs
janttoDiscord[m] has joined #ipfs
matyas_mustohaDi has joined #ipfs
yjhmelodyDiscord has joined #ipfs
SpicoliWhiteDisc has joined #ipfs
halifoxDiscord[m has joined #ipfs
PermawebEmbedDis has joined #ipfs
radio_aliceDisco has joined #ipfs
richtercamdenDis has joined #ipfs
dunks411Discord[ has joined #ipfs
ShruthiDiscord[m has joined #ipfs
M9uapawDiscord[m has joined #ipfs
AceFaceDiscord[m has joined #ipfs
vinDiscord[m] has joined #ipfs
M123897974564Dis has joined #ipfs
M3baidDiscord[m4 has joined #ipfs
ZipperSKDiscord[ has joined #ipfs
llllllDiscord[m] has joined #ipfs
gauthamDiscord[m has joined #ipfs
IPFSFanDiscord[m has joined #ipfs
UsamaIrfanDiscor has joined #ipfs
mapachurroDiscor has joined #ipfs
kppDiscord[m] has joined #ipfs
ianfixesDiscord[ has joined #ipfs
HyunwooLeeDiscor has joined #ipfs
JoejoeDiscord[m] has joined #ipfs
WarrenDiscord[m] has joined #ipfs
tplookerDiscord[ has joined #ipfs
raulDiscord[m] has joined #ipfs
sprayDiscord[m] has joined #ipfs
M4star3starDisco has joined #ipfs
cardDiscord[m] has joined #ipfs
card[m]1 has joined #ipfs
swedneck[GMT1]Di has joined #ipfs
swedneckswednec4 has joined #ipfs
DiscordBridgeswe has joined #ipfs
swedneck9241[m] has joined #ipfs
aaron[m]3 has joined #ipfs
alilinuxAboShana has joined #ipfs
achingbrain[m] has joined #ipfs
ad5twoknebor[m] has joined #ipfs
admin[m]3 has joined #ipfs
admin[m]7 has joined #ipfs
aeddi has joined #ipfs
aeaf123[m] has joined #ipfs
aer[m] has joined #ipfs
albuic has joined #ipfs
akt[m] has joined #ipfs
memorythought has joined #ipfs
alefir[m] has joined #ipfs
alexrichton[m] has joined #ipfs
ntninja1 has joined #ipfs
aloiscochard[m] has joined #ipfs
Alpha3031[m] has joined #ipfs
alphard[m] has joined #ipfs
am3on[m] has joined #ipfs
amb007[m] has joined #ipfs
AndreasE[m] has joined #ipfs
anne-ecf[m] has joined #ipfs
anna[m] has joined #ipfs
anoa has joined #ipfs
anolir has joined #ipfs
anomie[m] has joined #ipfs
arhik[m] has joined #ipfs
muaahaahaa[m] has joined #ipfs
ar[m] has joined #ipfs
appa[m] has joined #ipfs
arturo[m] has joined #ipfs
arinholmes[m] has joined #ipfs
As_De_Picas[m] has joined #ipfs
atomic-samurai[m has joined #ipfs
astrojl_matrix has joined #ipfs
aschmahmann[m] has joined #ipfs
auhau[m]1 has joined #ipfs
attero has joined #ipfs
axx[m] has joined #ipfs
b1-66er[m] has joined #ipfs
bennofs[m] has joined #ipfs
Brasserie[m] has joined #ipfs
cyberward_matrix has joined #ipfs
b1ack0ut[m] has joined #ipfs
benpa[m] has joined #ipfs
Bertschneider[m] has joined #ipfs
betz[m] has joined #ipfs
bglm[m] has joined #ipfs
humanwire[m] has joined #ipfs
dogey[m] has joined #ipfs
bhaj[m] has joined #ipfs
Iroh[m] has joined #ipfs
BlueBaron[m] has joined #ipfs
abby18[m] has joined #ipfs
bollian[m] has joined #ipfs
bofu[m] has joined #ipfs
adrienlivet[m] has joined #ipfs
brotholo[m] has joined #ipfs
brunhildan[m] has joined #ipfs
brian[m] has joined #ipfs
abhi2810[m] has joined #ipfs
babolivier has joined #ipfs
Brunothebloodhou has joined #ipfs
Brio[m] has joined #ipfs
akt[m]1 has joined #ipfs
buggeas40d[m] has joined #ipfs
AdamHepner[m] has joined #ipfs
c4meron[m] has joined #ipfs
aidenholmes[m] has joined #ipfs
Cameron[m]1 has joined #ipfs
cerynon[m] has joined #ipfs
Caleb[m]1 has joined #ipfs
carsonfarmer[m]1 has joined #ipfs
camb[m] has joined #ipfs
AlexanderK[m] has joined #ipfs
cawal[m] has joined #ipfs
cesar[m] has joined #ipfs
aleksssboss157[m has joined #ipfs
aeromatter[m] has joined #ipfs
chris-g[m] has joined #ipfs
catman[m] has joined #ipfs
aliatiia[m] has joined #ipfs
chr0ma[m] has joined #ipfs
chrismoos[m] has joined #ipfs
alfonso-peixoto[ has joined #ipfs
clf[m] has joined #ipfs
cl0berson[m] has joined #ipfs
ciet[m] has joined #ipfs
comfypls[m] has joined #ipfs
anakornk[m] has joined #ipfs
colinbr has joined #ipfs
alxmhe[m] has joined #ipfs
CopenBra[m] has joined #ipfs
ook_2001 has joined #ipfs
KirillTaran[m] has joined #ipfs
lordpipe has joined #ipfs
M_discord_bot[10 has joined #ipfs
crunch[m] has joined #ipfs
josephnicholasGM has joined #ipfs
althaser has joined #ipfs
Anonymous[m]1 has joined #ipfs
cyberwolf[m] has joined #ipfs
d-nice2[m] has joined #ipfs
arting[m] has joined #ipfs
anthonyalbertori has joined #ipfs
arjenpdevries[m] has joined #ipfs
dag[m] has joined #ipfs
Rumblestiltskin[ has joined #ipfs
baffle has joined #ipfs
dcallagh has joined #ipfs
Dan[m] has joined #ipfs
Ashaman[m] has joined #ipfs
attenuation[m] has joined #ipfs
array[m] has joined #ipfs
DarkDrgn2k[m] has joined #ipfs
dar[m] has joined #ipfs
ndarwincorn has joined #ipfs
daviddias[m] has joined #ipfs
darn[m] has joined #ipfs
djdv[m] has joined #ipfs
bhp[m] has joined #ipfs
davidar[m] has joined #ipfs
deepitmatrixorg[ has joined #ipfs
dennwc[m] has joined #ipfs
defnofdumb[m] has joined #ipfs
avacadorun[m] has joined #ipfs
axiq[m] has joined #ipfs
bailz1911[m] has joined #ipfs
Deviousway[m] has joined #ipfs
deva[m] has joined #ipfs
brancengregory[m has joined #ipfs
dhole[m] has joined #ipfs
blablok[m] has joined #ipfs
bmiller59[m] has joined #ipfs
digital[m] has joined #ipfs
justbibibi[m] has joined #ipfs
bigdb417[m] has joined #ipfs
blurHY[m] has joined #ipfs
brainbubble[m] has joined #ipfs
dietmar[m]1 has joined #ipfs
DiscordBridge[m4 has joined #ipfs
dkasak[m] has joined #ipfs
bobabooey02[m] has joined #ipfs
divi[m]1 has joined #ipfs
divi[m] has joined #ipfs
DokterBob has joined #ipfs
boytemp1[m] has joined #ipfs
bok911[m] has joined #ipfs
dontstalkmepls[m has joined #ipfs
Sean[m] has joined #ipfs
dpiestrak[m] has joined #ipfs
DanP[m] has joined #ipfs
doronbehar[m] has joined #ipfs
dryajov has joined #ipfs
DrDeFacto[m] has joined #ipfs
dtz has joined #ipfs
dumuzid[m] has joined #ipfs
dydx[m] has joined #ipfs
Dude[m]1 has joined #ipfs
dyskon[m] has joined #ipfs
Eryk[m] has joined #ipfs
c0c00n[m] has joined #ipfs
EdgarBlazhevich[ has joined #ipfs
ciechomke[m] has joined #ipfs
edd[m] has joined #ipfs
JrmeCarretero[m] has joined #ipfs
ekaron[m] has joined #ipfs
edejong[m] has joined #ipfs
ecloud[m] has joined #ipfs
edrex has joined #ipfs
Chaos[m] has joined #ipfs
chuenlye[m] has joined #ipfs
stark[m] has joined #ipfs
KonstantinLomash has joined #ipfs
crislar[m] has joined #ipfs
ErCiccione[m] has joined #ipfs
enum[m] has joined #ipfs
equbit has joined #ipfs
cryptix[m] has joined #ipfs
coryschwartz[m] has joined #ipfs
crydamoure[m] has joined #ipfs
erlend_sh[m] has joined #ipfs
Cosmocrat[m] has joined #ipfs
ohmu8[m] has joined #ipfs
etk1220[m] has joined #ipfs
DianaQueen[m] has joined #ipfs
cryptogoth[m] has joined #ipfs
cybercat[m]1 has joined #ipfs
D14na[m] has joined #ipfs
cubemonkey[m] has joined #ipfs
ewan[m] has joined #ipfs
eyenx[m] has joined #ipfs
cyberangel[m] has joined #ipfs
d1mur4tdj[m] has joined #ipfs
Fns[m] has joined #ipfs
fcat[m] has joined #ipfs
fdf[m] has joined #ipfs
fiddeldibu[m] has joined #ipfs
brian[m]7 has joined #ipfs
dasbas[m] has joined #ipfs
dani9[m] has joined #ipfs
danielrosenfeld[ has joined #ipfs
darfk[m] has joined #ipfs
daopu[m] has joined #ipfs
denko32133[m] has joined #ipfs
florz[m] has joined #ipfs
digitaldust[m] has joined #ipfs
franc1s has joined #ipfs
freddor has joined #ipfs
dharwin[m] has joined #ipfs
fredrikj_tmp has joined #ipfs
fridim[m] has joined #ipfs
frislie[m] has joined #ipfs
friedrich[m] has joined #ipfs
fru[m] has joined #ipfs
fujexo[m] has joined #ipfs
Fuseteam has joined #ipfs
zpox[m] has joined #ipfs
Gabriel[Matrix] has joined #ipfs
gandi[m] has joined #ipfs
garblur83[m] has joined #ipfs
gate32[m] has joined #ipfs
Methos[m] has joined #ipfs
ghastfilms[m] has joined #ipfs
gharbeia[m] has joined #ipfs
gleeballs[m] has joined #ipfs
GitterIntegratio has joined #ipfs
godva[m] has joined #ipfs
alex[m] has joined #ipfs
glothit7ok[m] has joined #ipfs
guigouz has joined #ipfs
grag[m] has joined #ipfs
graylan[m] has joined #ipfs
h4314[m] has joined #ipfs
h0lylag[m] has joined #ipfs
guzmanillo[m] has joined #ipfs
hamb_urglar[m] has joined #ipfs
hans[m]3 has joined #ipfs
hans[m]9 has joined #ipfs
warpfork has joined #ipfs
hElpmomey[m] has joined #ipfs
harkenedraven has joined #ipfs
hazegrey[m] has joined #ipfs
hans[m]7 has joined #ipfs
himcesjf has joined #ipfs
hsanjuan[m] has joined #ipfs
Hollowzen[m] has joined #ipfs
i5heu[m] has joined #ipfs
hueso[m] has joined #ipfs
iarp[m] has joined #ipfs
ibai_basabe[m] has joined #ipfs
ictius[m] has joined #ipfs
igel[m] has joined #ipfs
ilee[m] has joined #ipfs
instagateur[m] has joined #ipfs
ilmu[m] has joined #ipfs
imj[m] has joined #ipfs
iodine[m] has joined #ipfs
intrus[m] has joined #ipfs
inkspread[m] has joined #ipfs
ircer[m] has joined #ipfs
issamehh[m] has joined #ipfs
ingo[m] has joined #ipfs
ist5shreawf[m] has joined #ipfs
jake[m]1 has joined #ipfs
jak[m]1 has joined #ipfs
codyopel has joined #ipfs
jcgruenhage has joined #ipfs
Jaoheah[m]1 has joined #ipfs
jeeg[m] has joined #ipfs
jcnmark6[m] has joined #ipfs
Jenn[m] has joined #ipfs
jeffcasavant[m] has joined #ipfs
jinleileiking[m] has joined #ipfs
jimt[m] has joined #ipfs
johnl[m] has joined #ipfs
Ichbinjoe has joined #ipfs
johnlong[m] has joined #ipfs
rardiol has joined #ipfs
jon1012[m] has joined #ipfs
josiah_sama has joined #ipfs
jothi_basu[m] has joined #ipfs
kiwi_uk[m] has joined #ipfs
josef[m] has joined #ipfs
jrswab has joined #ipfs
jryans has joined #ipfs
kiwi_uk[m] is now known as kiwi_uk[m]1
justyns[m] has joined #ipfs
kanej[m]1 has joined #ipfs
kbc[m] has joined #ipfs
JCaesar has joined #ipfs
killswitch[m] has joined #ipfs
khoramyar[m] has joined #ipfs
kishansagathiya[ has joined #ipfs
Klara[m] has joined #ipfs
koalalorenzo[m] has joined #ipfs
dynodetk[m] has joined #ipfs
krigare[m] has joined #ipfs
krhubert[m] has joined #ipfs
kw0n[m] has joined #ipfs
lab8916100448256 has joined #ipfs
labs[m] has joined #ipfs
kusoneko[m] has joined #ipfs
lanzafame1 has joined #ipfs
lck[m] has joined #ipfs
lapav[m] has joined #ipfs
laxchan[m] has joined #ipfs
leer10matrixorg[ has joined #ipfs
Leer10[m] has joined #ipfs
lidel[m] has joined #ipfs
li_matrix has joined #ipfs
linus[m] has joined #ipfs
plindner[m] has joined #ipfs
luke-clifton[m] has joined #ipfs
macerbi[m]1 has joined #ipfs
Lutices[m] has joined #ipfs
machine_sinatra[ has joined #ipfs
MagnusSvensson[m has joined #ipfs
makeworld has joined #ipfs
maht0rz[m] has joined #ipfs
marius_k[m] has joined #ipfs
Marolar[m] has joined #ipfs
marsan27[m] has joined #ipfs
matias[m]1 has joined #ipfs
M`mat[m] has joined #ipfs
Matthew[m] has joined #ipfs
mburns[m] has joined #ipfs
mav137[m] has joined #ipfs
mattober[m] has joined #ipfs
MV[m] has joined #ipfs
alex[m]18 has joined #ipfs
mdrights[m] has joined #ipfs
mewtrino has joined #ipfs
micahscopes has joined #ipfs
K0HAX-Matrix has joined #ipfs
millysoose[m] has joined #ipfs
k0mpjut0r has joined #ipfs
MindlessTux[m] has joined #ipfs
mkg20001 has joined #ipfs
mntr0[m] has joined #ipfs
modul8[m] has joined #ipfs
moul has joined #ipfs
mppl[m] has joined #ipfs
mopsi[m] has joined #ipfs
momack2[m] has joined #ipfs
mrtrooper[m] has joined #ipfs
MrControl[m] has joined #ipfs
simbergm has joined #ipfs
msmart[m] has joined #ipfs
mt[m] has joined #ipfs
musicmatze has joined #ipfs
nriccih[m] has joined #ipfs
nartir[m] has joined #ipfs
mwee[m] has joined #ipfs
natmac[m] has joined #ipfs
natalie[m] has joined #ipfs
Neo[m]3 has joined #ipfs
Naughtylus[m] has joined #ipfs
neurocis|piggy-c has joined #ipfs
Naughtylus[m]1 has joined #ipfs
Neuromancer[m] has joined #ipfs
NicolasLeGland[m has joined #ipfs
niga[m] has joined #ipfs
newp[m] has joined #ipfs
ngerstle[m] has joined #ipfs
NiGeR[m] has joined #ipfs
nigre-dique[m] has joined #ipfs
nldvos[m] has joined #ipfs
nolep[m] has joined #ipfs
nocent has joined #ipfs
Noah[m] has joined #ipfs
noman-land[m] has joined #ipfs
nongfu[m] has joined #ipfs
nudin[m] has joined #ipfs
notfirewall[m] has joined #ipfs
notafile has joined #ipfs
numremabu[m] has joined #ipfs
null_radix[m] has joined #ipfs
oatmealraisin[m] has joined #ipfs
octowan[m] has joined #ipfs
olizilla[m] has joined #ipfs
omichalek[m] has joined #ipfs
olmvnec[m] has joined #ipfs
onoseto[m] has joined #ipfs
ookfof[m] has joined #ipfs
parasite[m] has joined #ipfs
paulus[m] has joined #ipfs
pbvie[m] has joined #ipfs
peat[m] has joined #ipfs
peddie has joined #ipfs
pericles_dev[m] has joined #ipfs
Phenomite[m] has joined #ipfs
phink[m] has joined #ipfs
pigmej has joined #ipfs
PopeRigby[m] has joined #ipfs
pothyurf[m] has joined #ipfs
postables[m]1 has joined #ipfs
Lrrr[m] has joined #ipfs
r0kk3rz[m] has joined #ipfs
RaphaelLullis[m] has joined #ipfs
re4mstr[m] has joined #ipfs
raumji[m] has joined #ipfs
realkarmakun[m] has joined #ipfs
reedhhw[m] has joined #ipfs
Chaos_Zero has joined #ipfs
resilium[m] has joined #ipfs
rialtate[m] has joined #ipfs
RIOTIM[m] has joined #ipfs
rihardsk[m] has joined #ipfs
riottm[m] has joined #ipfs
roadt[m] has joined #ipfs
Romain[m]1 has joined #ipfs
ryanchristo[m]1 has joined #ipfs
sadlotus[m] has joined #ipfs
samdixon[m] has joined #ipfs
sanjay[m] has joined #ipfs
sandorpetofi[m] has joined #ipfs
Saracen[m] has joined #ipfs
scio has joined #ipfs
Sean[m]1 has joined #ipfs
jump_spider has joined #ipfs
selousie[m] has joined #ipfs
sh4l[m] has joined #ipfs
mrdrdz[m] has joined #ipfs
sexybiggetje[m] has joined #ipfs
Shayne[m] has joined #ipfs
shokunin has joined #ipfs
shubatman[m] has joined #ipfs
sid[m] has joined #ipfs
sigmaister[m] has joined #ipfs
silwol has joined #ipfs
silkeh has joined #ipfs
silur[m] has joined #ipfs
Sisyphe[m] has joined #ipfs
sjkelly[m] has joined #ipfs
Slacktoid has joined #ipfs
Slacktoid[m] has joined #ipfs
sl[m] has joined #ipfs
snupples[m] has joined #ipfs
TheILlKiD[m] has joined #ipfs
spb_mentor[m] has joined #ipfs
spacedgod[m] has joined #ipfs
stebalien has joined #ipfs
steven-snowball[ has joined #ipfs
midi[F][m] has joined #ipfs
stroopwafel[m] has joined #ipfs
midi[m] has joined #ipfs
sumner[m] has joined #ipfs
Swedneck_ has joined #ipfs
swedneck has joined #ipfs
swedneck3 has joined #ipfs
Swedneck1 has joined #ipfs
Swedneck2 has joined #ipfs
techbolt has joined #ipfs
taaem has joined #ipfs
Technoquake has joined #ipfs
thaingo[m] has joined #ipfs
terichadbourne[m has joined #ipfs
tidux[m] has joined #ipfs
themsay[m] has joined #ipfs
theorangepotato[ has joined #ipfs
toml[m] has joined #ipfs
timokau[m] has joined #ipfs
tommos0 has joined #ipfs
tompa[m] has joined #ipfs
tomjwatson[m] has joined #ipfs
tops[m] has joined #ipfs
tragique[m] has joined #ipfs
turt2live has joined #ipfs
triskeon[m] has joined #ipfs
twom[m] has joined #ipfs
ttk2[m] has joined #ipfs
itsundef[m] has joined #ipfs
ueit[m] has joined #ipfs
unclechu has joined #ipfs
dude[m] has joined #ipfs
unklefister[m] has joined #ipfs
user51[m] has joined #ipfs
contrun[m] has joined #ipfs
uyuhbgfvdcxs[m] has joined #ipfs
various_accounts has joined #ipfs
vencent has joined #ipfs
vaultec81[m] has joined #ipfs
vladimir[m]1 has joined #ipfs
void001[m] has joined #ipfs
vormgear[m] has joined #ipfs
volver17[m] has joined #ipfs
wak-work has joined #ipfs
vpei[m] has joined #ipfs
waynewyang[m] has joined #ipfs
webwurst[m] has joined #ipfs
weareswarmcity[m has joined #ipfs
vipul[m] has joined #ipfs
wobbol[m] has joined #ipfs
wicker[m] has joined #ipfs
coil[m] has joined #ipfs
opal[m] has joined #ipfs
wrunt[m] has joined #ipfs
wowaname has joined #ipfs
wshino[m] has joined #ipfs
wviana[m] has joined #ipfs
wzwldn[m] has joined #ipfs
Xamino[m] has joined #ipfs
xavivives[m] has joined #ipfs
xtarget[m] has joined #ipfs
yabirgb-m has joined #ipfs
eipip1e0 has joined #ipfs
yangm has joined #ipfs
yoltid[m] has joined #ipfs
zopsi[m] has joined #ipfs
yur3shmukcik[m] has joined #ipfs
zondulon[m] has joined #ipfs
ZerataX has joined #ipfs
M7022[m] has joined #ipfs
CCR5-D32 has quit [Quit: CCR5-D32]
uniquerockrz has quit [Read error: Connection reset by peer]
CCR5-D32 has joined #ipfs
uniquerockrz has joined #ipfs
ygrek_ has joined #ipfs
Newami has joined #ipfs
Newami has quit [Remote host closed the connection]
uniquerockrz has quit [Read error: Connection reset by peer]
woss_io has quit [Ping timeout: 240 seconds]
<swedneck3> <bobabooey02[m] "Would there be any interest in a"> absolutely, especially if it can be made to not rely on blockchains and be easily selfhosted
uniquerockrz has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
AndreasE[m] has left #ipfs ["User left"]
tryte has quit [Ping timeout: 260 seconds]
tryte_ has joined #ipfs
<bobabooey02[m]> > > <@bobabooey02:matrix.org> Would there be any interest in an open source video index site for ipfs, a kind of YouTube?
<bobabooey02[m]> > absolutely, especially if it can be made to not rely on blockchains and be easily selfhosted
<bobabooey02[m]> It should be easy enough with Django, I'll get started on it
<chris-g[m]> Doesn't bit.tube run on IPFS?
uniquerockrz has joined #ipfs
seba- has quit [Ping timeout: 268 seconds]
aaron[m]3 has left #ipfs ["User left"]
seba- has joined #ipfs
julienkya has quit [Quit: Textual IRC Client: www.textualapp.com]
jcea has joined #ipfs
dopplergange has quit [Ping timeout: 240 seconds]
dopplergange has joined #ipfs
DavidPH has quit [Quit: Leaving]
jonnycrunch has joined #ipfs
<Acacia> also a community where you can commit to seed other people's hashes while they commit to seed yours, so that a file you're sharing becomes more easily available. sorta like a private torrent tracker which helps ensure well seeded torrents by requiring users to seed for a certain period of time/ratio
<Acacia> imagine it's a website or whatever and you can say "I want 50MBs of storage" so the website tells you to pin some 200MBs of multihashes, and then the website tells 4 other people to seed your multihash
DavidPH has joined #ipfs
ylp has quit [Quit: Leaving.]
woss_io has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
bengates has quit [Remote host closed the connection]
uniquerockrz has joined #ipfs
jesse22 has joined #ipfs
AkhILman has quit [Ping timeout: 268 seconds]
toxync01 has quit [Ping timeout: 268 seconds]
toxync01 has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
satyanweshi has quit [Quit: Connection closed for inactivity]
swedneck3 is now known as swednec5
swednec5 has quit [Quit: authenticating]
swedneck is now known as Guest85919
uniquerockrz has quit [Read error: Connection reset by peer]
gmoro has quit [Ping timeout: 245 seconds]
AkhILman has joined #ipfs
uniquerockrz has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
gmoro has joined #ipfs
M3v0lv3r[m] has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
Kevin[m]3 has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
uniquerockrz has joined #ipfs
Mikaela- has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
Michi[m] has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
abby18[m] has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
abhi2810[m] has quit [Quit: User has been idle for 30+ days.]
amb007[m] has quit [Quit: User has been idle for 30+ days.]
uniquerockrz has quit [Read error: Connection reset by peer]
mowcat has joined #ipfs
bok911[m] has quit [Quit: User has been idle for 30+ days.]
uniquerockrz has joined #ipfs
testy has joined #ipfs
cyberangel[m] has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
ZaZ has joined #ipfs
Ai9zO5AP has joined #ipfs
harai has quit [Remote host closed the connection]
harai has joined #ipfs
jonnycrunch has quit [Quit: Textual IRC Client: www.textualapp.com]
ghastfilms[m] has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
guzmanillo[m] has quit [Quit: User has been idle for 30+ days.]
uniquerockrz has quit [Read error: Connection reset by peer]
johnl[m] has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
Belkaar has quit [Ping timeout: 246 seconds]
uniquerockrz has joined #ipfs
dough has quit [Ping timeout: 240 seconds]
mppl[m] has quit [Quit: User has been idle for 30+ days.]
msmart[m] has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
zeden has quit [Quit: WeeChat 2.6]
uniquerockrz has quit [Read error: Connection reset by peer]
nocent has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
zeden has joined #ipfs
testy has quit [Quit: Konversation terminated!]
kiwi_26 has joined #ipfs
kiwi_26 has left #ipfs [#ipfs]
uniquerockrz has joined #ipfs
realkarmakun[m] has quit [Quit: User has been idle for 30+ days.]
resilium[m] has quit [Quit: User has been idle for 30+ days.]
rialtate[m] has quit [Remote host closed the connection]
RIOTIM[m] has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
vmx has quit [Remote host closed the connection]
process has joined #ipfs
testy has joined #ipfs
testy has quit [Max SendQ exceeded]
testy has joined #ipfs
Arwalk has quit [Quit: ZNC 1.7.1 - https://znc.in]
various_accounts has quit [Quit: User has been idle for 30+ days.]
CCR5-D32 has quit [Quit: ZZZzzz…]
Arwalk has joined #ipfs
vipul[m] has left #ipfs ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
wshino[m] has quit [Quit: User has been idle for 30+ days.]
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
joeyguerra[m] has joined #ipfs
Ai9zO5AP has quit [Read error: Connection reset by peer]
Ai9zO5AP has joined #ipfs
rendar has quit []
uniquerockrz has quit [Read error: Connection reset by peer]
Ard1t has joined #ipfs
uniquerockrz has joined #ipfs
DemiN has joined #ipfs
harai has quit [Quit: harai]
gmoro has quit [Ping timeout: 268 seconds]
harai has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
cheet has quit [Quit: ZNC 1.8.x-nightly-20190530-13450c7f - https://znc.in]
mowcat has quit [Ping timeout: 265 seconds]
Jybz has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
Tsukimaru has joined #ipfs
hurikhan77 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Tsukimaru has quit [Client Quit]
hurikhan77 has joined #ipfs
i9zO5AP has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
Ai9zO5AP has quit [Ping timeout: 268 seconds]
uniquerockrz has joined #ipfs
Jybz has quit [Quit: Konversation terminated!]
cheet has joined #ipfs
Tsukimaru has joined #ipfs
Tsukimaru has quit [Quit: Leaving]
uniquerockrz has quit [Read error: Connection reset by peer]
Taoki has joined #ipfs
allhailferristhe has joined #ipfs
uniquerockrz has joined #ipfs
Encrypt has quit [Quit: Quit]
Encrypt has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
mowcat has joined #ipfs
thomasanderson has joined #ipfs
thomasanderson has quit [Ping timeout: 268 seconds]
Nd-969-M has quit [Ping timeout: 240 seconds]
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
stzsch has quit [Ping timeout: 276 seconds]
stzsch has joined #ipfs
gmoro has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
peddie has quit [Quit: authenticating]
process has quit [Ping timeout: 246 seconds]
mowcat has quit [Remote host closed the connection]
KempfCreative has quit [Ping timeout: 268 seconds]
uniquerockrz has quit [Read error: Connection reset by peer]
uniquerockrz has joined #ipfs
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
uniquerockrz has quit [Read error: Connection reset by peer]
jcea has quit [Remote host closed the connection]
jcea has joined #ipfs
uniquerockrz has joined #ipfs
thomasanderson has joined #ipfs
stalker314314 has joined #ipfs
stalker314314 has left #ipfs ["Leaving"]
thomasanderson has quit [Ping timeout: 240 seconds]
JohnFromAtl has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
Papa_Alpaka has quit [Remote host closed the connection]
uniquerockrz has joined #ipfs
RamRanRa has quit [Read error: Connection reset by peer]
scde has joined #ipfs
Ard1t has quit [Quit: Nettalk6 - www.ntalk.de]
scde_ has joined #ipfs
scde_ has quit [Remote host closed the connection]
scde_ has joined #ipfs
scde__ has joined #ipfs
rodolf0 has joined #ipfs
dethos has quit [Quit: Time to Go!]
scde__ has quit [Quit: Leaving]
scde_ has quit [Quit: Quit]
Correggios has joined #ipfs
uniquerockrz has quit [Read error: Connection reset by peer]
stzsch has quit [Ping timeout: 252 seconds]
uniquerockrz has joined #ipfs