marcan changed the topic of #asahi to: Asahi Linux: porting Linux to Apple Silicon macs | Not ready for end users / self contained install yet. Soon. | General project discussion | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Topics: #asahi-dev #asahi-re #asahi-gpu #asahi-stream #asahi-offtopic | Keep things on topic | Logs: https://alx.sh/l/asahi
<opticron>
j`ey, hvc should still work for that case since it traps to EL2
<opticron>
and I think smc can be trapped to EL2 as well if HCR_EL2.TSC is set?
<marcan>
one core per cluster can go into 3.2, or two into 3.1
<marcan>
opticron: SMC trap to EL2 is an impdef bit
<kov>
even weirder, on the mba it seems to only push the p-cores to 1.96Ghz *scratches head*
<kov>
current policy: frequency should be within 600 MHz and 1.96 GHz. wat
on^ has joined #asahi
<steev>
do they need to be boosted?
<kov>
hmm
<steev>
i haven't looked at the code at all but as an example, on my snapdragon laptop, i need to echo 1 | sudo tee /sys/devices/system/cpu/cpufreq/boost in order to get 2.96GHz, otherwise it maxes out at 2.84GHz
<steev>
if that file doesn't exist though, then boost isn't needed
<kov>
weird, now the Air has the correct policy, building the kernel with -j8 is putting the e-cores on 2.06 and the p-cores at 3.2 like the Mini
<kov>
steev, I don't think that's needed on the M1, no, file doesn't exist fwiw
<steev>
maybe it's a thermal throttling thing?
<steev>
oh, misread, it just randomly says its max is different?
<kov>
steev, yeah, well, it said it once
<kov>
let me try another boot
<kov>
I wonder if it may have something to do with the battery being lower than a certain point, but I'd expect that to be lower than at least 30%, and it was around 70
* kov
shrugs
<kov>
let's see if I can reproduce later
yuyichao has joined #asahi
<kov>
I'm now wondering if it may have been caused by a tool I used to look at cpu frenquency, maybe it tried to be smart and set the policy
<kov>
yep, that was it doh
<marcan>
kov: the DT for the mini does not have the cpufreq stuff yet
<marcan>
as I said the DTs need changing
<marcan>
this is my "it works on the m1pro, I'm going to sleep" tree from last night
<marcan>
but if it works now I assume you fixed that :p
<marcan>
3.2 is a lie though
<marcan>
linux thinks it's 3.2 but it isn't
<marcan>
I need to figure out if there's a way to get the true frequency
<mps>
backlight/brightness must be one PWM (I guess) and probably writing to IO register would be enough, but I don't have data so I'm 'shoting in the dark'
<mps>
on MBP I got this about RTC `macsmc-rtc macsmc-rtc: error -ENOENT: Failed to get rtc_offset NVMEM cell`
<joske>
brightness control and internal speakers would be last 2 big items for me (suspend would be nice, but as it boots so fast not a big deal)
<joske>
I still reboot into macOS for youtube ;-)
<kov>
I'm fine without those 2, but my use case would be sit around the house with it, put it down, pick it back up hours later
<mps>
oh, I need to upgrade u-boot
<kov>
so some kind of suspend is a hard requirement I think hehe
c10l39 is now known as c10l
<kov>
(then put it back at the office for charging overnight)
<Glanzmann>
We need nvme from disk chainload support. :-)
<Glanzmann>
for m1n1.
<kov>
speaking of chainloading, is it possible to chainload m1n1 form grub or u-boot?
<Glanzmann>
kov: Not to my knowledge, but maybe.
<kov>
I tried a little bit a couple of weeks ago and didn't get very far heh
chengsun has quit [Ping timeout: 480 seconds]
<Glanzmann>
kov: About the webkit 16k fix, maybe I should ping the debian maintainers to pick that up.
<kov>
would be nice to be able to put an untethered device in proxy mode for trying stuff
<j`ey>
kov: there are plans for that
<kov>
Glanzmann, that'd be great, I used to be one of the maintainers but it's been a while since my last upload =(
<j`ey>
kov: one option will be using nvram that m1n1 can read and go into proxy mode
<Glanzmann>
kov: Wow. I see.
<mps>
RTC, poweroff works on MBP
<kov>
j`ey, nice, I was thinking maybe watch for a specific key combo could be an option as well?
<j`ey>
kov: m1n1 is not goin to have keyboard support though
<j`ey>
kov: and you may want to do it on a mini that has no keyboard
<kov>
yeah, makes sense
<mps>
cpufreqs are there
<kov>
\o/
<sven>
i think we can re-use the -v bootarg that can be set from e.g. 1TR
yuyichao has joined #asahi
<sven>
if that's set -> wait for a usb device before jumping to the kernel
<j`ey>
exactly
<sven>
and you can even set -v from macos (and eventually linux) once you disable bootarg filtering in 1TR
<Glanzmann>
mps: Congrats.
<j`ey>
the other option is just having a partition that only has m1n1 on it, only needs 3GB
<Glanzmann>
For me no luck, and I do not understand what I do wrong.
<kov>
Glanzmann, it should trickle down soon enough anyway, it's been merged into the stable branch, so it'll be in the next 2.34.x point release
<Glanzmann>
kov: I see.
<mps>
Glanzmann: did you copied DTS from kernel and rebuilt u-boot
<Glanzmann>
mps: I do it another way. I copy the dtb from the kernel and use that, but according to jannau and kov that should work as well.
<mps>
Glanzmann: ime, safer is to copy DTS and rebuild u-boot
<kov>
sven, would we be able to set that from linux as well?
<sven>
let me quote myself: (and eventually linux)
<mps>
and to put machine in s2idle brcmfmac need to be disabled
<Glanzmann>
mps / kov / joske : Do you include all dtbs for u-boot or only the one for the specific device?
<mps>
Glanzmann: I copied t8103.dtsi and t8103-jxxx.dtsi only
<joske>
Glanzmann, only t8103.dtsi and the jxxx one
<Glanzmann>
joske: I see.
<kov>
just because I've been testing a mini and air on and off, so I can use the same files and not get confused, and *.dtb is easier to write
<Glanzmann>
kov: Yeah, I'm doing the same.
<Glanzmann>
kov: Also I publish these artefacts for others to pick them up if they don't want to compile them by themselfes.
<kov>
yeah, I used your u-boot a few times too
<mps>
well, maybe in future we will not need dtbs in u-boot but tell u-boot to load them from boot partition (as is usual with u-boot)
<Glanzmann>
mps: I think it is not going to fly because m1n1 uses the dtb as well IIRC.
<j`ey>
^
<mps>
well, I distant future, I should say
<Glanzmann>
mps: I think it will always do that.
<kov>
but is it possible to have a "baseline" dtb for m1n1 and be able to upgrade the dtb by having u-boot load it?
<mps>
kov: I hope for dtb overlays
<Glanzmann>
kov: Might be, but IIRC there will be callbacks from the kernel to m1n1 to do stuff.
<kov>
ah, right, so there's a limit to how they can diverge
<kov>
tricky, interesting stuff =)
<Glanzmann>
kov: I mean currently there are none, but for supend/resume to work, you need it IIUC.
<sven>
u-boot will always get the device tree from m1n1
ciggi has joined #asahi
<Glanzmann>
Okay, I shoot myself: # CONFIG_SPMI_APPLE is not set
plantaintion3[m] has joined #asahi
<Glanzmann>
jannau / marcan: Thank you again for the rtc,cpufreq and poweroff/reboot patches. All are working here. I had my ususual issue ... forgot a config option ...
<Glanzmann>
I also updated the build artefeacts for Debian if that is using anyone.
<tpw_rules>
does that only apply to the notebook? is there some different cache behavior?
<Glanzmann>
You can also do it on non notebook devices, but than when you loose power, you loose data.
<Glanzmann>
Maybe you should run a cronjob once a minute to issue a sync.
<tpw_rules>
i never benchmarked it on the mini but i never felt disk performance was lacking. but i think nixos rarely syncs
<tpw_rules>
i guess apt syncs every file it writes or so?
<tpw_rules>
what is the default sync mode?
<tpw_rules>
or cache mode rather? is it write back? i am a bit confused then about how writethrough mode makes things less safe
<tpw_rules>
but i think impairing the effect of sync is not good and would be pretty rude to nixos
<marcan>
writethrough tells it the cache is writethrough
<marcan>
which it isn't
<marcan>
hence lost guarantees
<mps>
isn't write through actually :don't cache"
<mps>
s/:/"/
<marcan>
it means read cache
<marcan>
which means no data is ever dirty so no flushes are needed
<mps>
yes, that
<marcan>
it's lying to the kernel about the drive having no cache or a nonvolatile cache
<marcan>
we were talking about that in -dev
<marcan>
if this is really the only way, the only sane solution is to basically rate-limit/time flushes so you guarantee dirty data isn't cached for, say, more than 1 second
<marcan>
so you never lose more than 1 second of data
<marcan>
but we first need to make sure this is really the way to go and macOS does the same
<mps>
I hesitate to join -dev though I thought few times to join (too much irc channels open)
<David[m]123456789>
How do I get a terminal in recovery?
<David[m]123456789>
s/How do I get a terminal in recovery?/I booted on options, how do I get a terminal in recovery?/
<Glanzmann>
Utilities > Terminal
<Glanzmann>
j`ey: When you look at my screenshot.
<j`ey>
Glanzmann: I already had your video up before you sent the screenshot :P
<Glanzmann>
hrhr.
<Glanzmann>
j`ey: No, but for real when you look at it you see that the booted os divereges for David[m]123456789 from the identifier of the apfs, while in my video it is the same.
<Glanzmann>
BOOT UUID and BOOT VGID, but you already spotted that.
<Glanzmann>
And I assume this is what makes the python bail out.
<j`ey>
Glanzmann: exactly, thats why I thought reseting the startup disk might help
<David[m]123456789>
same in recovery
<Glanzmann>
David[m]123456789: You can wait for marcan to wake up in like 5 hours.
<Glanzmann>
Or you can try to update your macos to the latest and gratest and try again.
<David[m]123456789>
But this time UUID is different : 35DCF...
<David[m]123456789>
Upgraded
<j`ey>
David[m]123456789: but [disk3s1, B0CE147A-53E3-4B5A-B307-EFE7DC5D50DF] is still the same?
<Glanzmann>
David[m]123456789: And just to confirm. When you boot macos, you don't press any button. You just power on the machine and the uuids are different anyway?
<David[m]123456789>
Yes
<David[m]123456789>
* Yes to your 2nd question
<Glanzmann>
Strange let me boot into macos and check.
<Glanzmann>
Over two hours uptime on macbook air only 10% battery gone.
<Glanzmann>
So for me the ids match even if I boot using the boot picker.
<David[m]123456789>
I installed by mistake Clover on my old MBP (with a fake UUID and SMC), could I have imported it using migration assistant?
<j`ey>
well did you install macOS fresh or migrate something?
<David[m]123456789>
Both
<j`ey>
unless you have data on there, wiping and reinstalling might be best
<Glanzmann>
Yep, I also thought about that.
<David[m]123456789>
I have lot of data unfortunaletly
<Glanzmann>
David[m]123456789: Boot into 1tr delete the container and reinstall.
atka has quit [Ping timeout: 480 seconds]
<David[m]123456789>
Sorry what container?
<Glanzmann>
The apfs container with your macos. But don't *do* that because you have a lot of data.
<David[m]123456789>
s/what/which/
<Glanzmann>
David[m]123456789: ANother approach. Install another macos in the free space.
<Glanzmann>
Than reduce that install by 2.5 GB.
<Glanzmann>
Than try to run the installer again.
<Glanzmann>
Once the installer works, wipe that additional macos again.
<David[m]123456789>
do I need an usb key?
<Glanzmann>
David[m]123456789: Nope.
<Glanzmann>
Why is it that noone has a usb stick.
<Glanzmann>
I see, I have to polish the debian instructions to install without usb stick.
<David[m]123456789>
losted it
<Glanzmann>
David[m]123456789: No idea if it works, but that would be my next try.
<Glanzmann>
If you say you can't wipe the old one. Or you wait for marcan and he will commit a oneliner and than the installer works for you.
<Glanzmann>
Oh and backup your data when you're fiddling around. I never managed to kill my macos, but I once deleted my 1tr partition (the last one). As a result I could not apply updates anymore and had to wipe the whole system and reinstall it ...
<Glanzmann>
Others in here have managed to wipe their macos multiple times by accident. Don't know how, but they did.
<Glanzmann>
Anway, I have to hit bed. Have a good night sleep.
<David[m]123456789>
me too, thanks for your help
<Glanzmann>
David[m]123456789: you're welcome. If you solve the issue, let us know how, so that we can document it.
conor has joined #asahi
conor has quit []
joske has quit [Remote host closed the connection]
jmr2 has joined #asahi
<jmr2>
David[m]123456789: yes, you're not alone - I reported pretty much the same thing a few days ago. And I'm starting to wonder if it's related to having multiple admin accounts - while I'm back to one (having used "erased all contents and settings", I did create a second one not too long before the issue appeared.
plantaintion3[m] has quit [coherence.oftc.net reticulum.oftc.net]
katatafjsh[m] has quit [coherence.oftc.net reticulum.oftc.net]
zopieux has quit [coherence.oftc.net reticulum.oftc.net]
Misthios has quit [coherence.oftc.net reticulum.oftc.net]
gabuscus has quit [coherence.oftc.net reticulum.oftc.net]
equiomax[m] has quit [coherence.oftc.net reticulum.oftc.net]
eragon has quit [coherence.oftc.net reticulum.oftc.net]
mort_ has quit [coherence.oftc.net reticulum.oftc.net]
patience[m] has quit [coherence.oftc.net reticulum.oftc.net]
Ferluci[m] has quit [coherence.oftc.net reticulum.oftc.net]
Liam[m] has quit [coherence.oftc.net reticulum.oftc.net]
perigoso[m] has quit [coherence.oftc.net reticulum.oftc.net]
milek7_ has quit [coherence.oftc.net reticulum.oftc.net]
vup has quit [coherence.oftc.net reticulum.oftc.net]
NightsOnly[m] has quit [coherence.oftc.net reticulum.oftc.net]
DarkShadow44 has quit [coherence.oftc.net reticulum.oftc.net]
akemin_dayo has quit [coherence.oftc.net reticulum.oftc.net]
Raito_Bezarius has quit [coherence.oftc.net reticulum.oftc.net]
retonlage[m] has quit [coherence.oftc.net reticulum.oftc.net]
fionera[m] has quit [coherence.oftc.net reticulum.oftc.net]
Emantor has quit [coherence.oftc.net reticulum.oftc.net]
BlazinWeed[m] has quit [coherence.oftc.net reticulum.oftc.net]
toroto008[m] has quit [coherence.oftc.net reticulum.oftc.net]
SocioProphet[m] has quit [coherence.oftc.net reticulum.oftc.net]
PixelyIon[m] has quit [coherence.oftc.net reticulum.oftc.net]
drwhax[m]1 has quit [coherence.oftc.net reticulum.oftc.net]
NotHere[m] has quit [coherence.oftc.net reticulum.oftc.net]
ianlienfa[m] has quit [coherence.oftc.net reticulum.oftc.net]
Dcow[m]1 has quit [coherence.oftc.net reticulum.oftc.net]
Krumble[m] has quit [coherence.oftc.net reticulum.oftc.net]
AndrewLee[m] has quit [coherence.oftc.net reticulum.oftc.net]
Xesxen has quit [coherence.oftc.net reticulum.oftc.net]
trepatudo has quit [coherence.oftc.net reticulum.oftc.net]
quentincestino[m] has quit [coherence.oftc.net reticulum.oftc.net]
alessandrorzz[m] has quit [coherence.oftc.net reticulum.oftc.net]
houlton[m] has quit [coherence.oftc.net reticulum.oftc.net]
slado122[m] has quit [coherence.oftc.net reticulum.oftc.net]
Lucy[m]1 has quit [coherence.oftc.net reticulum.oftc.net]
smvg[m] has quit [coherence.oftc.net reticulum.oftc.net]
shu9[m] has quit [coherence.oftc.net reticulum.oftc.net]
PedroArajo[m] has quit [coherence.oftc.net reticulum.oftc.net]
Bai-Chiang[m] has quit [coherence.oftc.net reticulum.oftc.net]
coin3x[m] has quit [coherence.oftc.net reticulum.oftc.net]
sephamorr[m] has quit [coherence.oftc.net reticulum.oftc.net]
homulilly[m] has quit [coherence.oftc.net reticulum.oftc.net]
JuniorJPDJ has quit [coherence.oftc.net reticulum.oftc.net]
nzzz has quit [coherence.oftc.net reticulum.oftc.net]
jannau has quit [coherence.oftc.net reticulum.oftc.net]
j`ey has quit [coherence.oftc.net reticulum.oftc.net]
viljami[m] has quit [coherence.oftc.net reticulum.oftc.net]
flying_sausages has quit [coherence.oftc.net reticulum.oftc.net]
anon2022[m] has quit [coherence.oftc.net reticulum.oftc.net]
coolshaurya has quit [coherence.oftc.net reticulum.oftc.net]
nykma[m] has quit [coherence.oftc.net reticulum.oftc.net]
nirusu[m] has quit [coherence.oftc.net reticulum.oftc.net]
Santiago[m]1 has quit [coherence.oftc.net reticulum.oftc.net]
matthewayers[m] has quit [coherence.oftc.net reticulum.oftc.net]
long[m] has quit [coherence.oftc.net reticulum.oftc.net]
cangurbuz[m] has quit [coherence.oftc.net reticulum.oftc.net]
sppdqd[m] has quit [coherence.oftc.net reticulum.oftc.net]
ogimgd[m] has quit [coherence.oftc.net reticulum.oftc.net]
David[m]12345678 has quit [coherence.oftc.net reticulum.oftc.net]
st3g4n0[m] has quit [coherence.oftc.net reticulum.oftc.net]
jonnymac[m] has quit [coherence.oftc.net reticulum.oftc.net]
latko[m] has quit [coherence.oftc.net reticulum.oftc.net]
oi_wtf has quit [coherence.oftc.net reticulum.oftc.net]
LorenzKofler[m] has quit [coherence.oftc.net reticulum.oftc.net]
TomHobson[m] has quit [coherence.oftc.net reticulum.oftc.net]
allegorie[m] has quit [coherence.oftc.net reticulum.oftc.net]
roxfan has quit [coherence.oftc.net reticulum.oftc.net]
le0n has quit [coherence.oftc.net reticulum.oftc.net]
AwesomeSheep48[m] has quit [coherence.oftc.net reticulum.oftc.net]
ponkey364[m] has quit [coherence.oftc.net reticulum.oftc.net]
vasilymilovidov[m] has quit [coherence.oftc.net reticulum.oftc.net]
NightRaven[m] has quit [coherence.oftc.net reticulum.oftc.net]
fezhead[m] has quit [coherence.oftc.net reticulum.oftc.net]
kdas has quit [coherence.oftc.net reticulum.oftc.net]
jakou[m] has quit [coherence.oftc.net reticulum.oftc.net]
blazra[m] has quit [coherence.oftc.net reticulum.oftc.net]
AnushervonTabarov[m] has quit [coherence.oftc.net reticulum.oftc.net]
Bastian[m] has quit [coherence.oftc.net reticulum.oftc.net]
ArcticFive[m] has quit [coherence.oftc.net reticulum.oftc.net]
andorinhariver[m] has quit [coherence.oftc.net reticulum.oftc.net]
M31j[m] has quit [coherence.oftc.net reticulum.oftc.net]
kryddyg[m] has quit [coherence.oftc.net reticulum.oftc.net]
idf00[m] has quit [coherence.oftc.net reticulum.oftc.net]
go4godvin has quit [coherence.oftc.net reticulum.oftc.net]
xerpi[m] has quit [coherence.oftc.net reticulum.oftc.net]
_alice has quit [coherence.oftc.net reticulum.oftc.net]
emilazy has quit [coherence.oftc.net reticulum.oftc.net]
exhan[m] has quit [coherence.oftc.net reticulum.oftc.net]
wCPO6 has quit [coherence.oftc.net reticulum.oftc.net]
burlmancer[m] has quit [coherence.oftc.net reticulum.oftc.net]
casperes1996[m] has quit [coherence.oftc.net reticulum.oftc.net]
MrHunk[m] has quit [coherence.oftc.net reticulum.oftc.net]
JamieMagee[m] has quit [coherence.oftc.net reticulum.oftc.net]
M32thSystem[m] has quit [coherence.oftc.net reticulum.oftc.net]
wollymilkcap[m] has quit [coherence.oftc.net reticulum.oftc.net]
hl` has quit [coherence.oftc.net reticulum.oftc.net]
Xe has quit [coherence.oftc.net reticulum.oftc.net]
jeffmiw has quit [coherence.oftc.net reticulum.oftc.net]
AnalogDigital[m] has quit [coherence.oftc.net reticulum.oftc.net]
David[m]123456789 has quit [coherence.oftc.net reticulum.oftc.net]
phiologe has quit [coherence.oftc.net reticulum.oftc.net]
chengsun has quit [coherence.oftc.net reticulum.oftc.net]
n1c has quit [coherence.oftc.net reticulum.oftc.net]
mrkajetanp has quit [coherence.oftc.net reticulum.oftc.net]
yrlf has quit [coherence.oftc.net reticulum.oftc.net]
josip[m] has quit [coherence.oftc.net reticulum.oftc.net]
stttcccccccccccc[m] has quit [coherence.oftc.net reticulum.oftc.net]
Spectrejan[m] has quit [coherence.oftc.net reticulum.oftc.net]
Davis[m] has quit [coherence.oftc.net reticulum.oftc.net]
rob-3[m] has quit [coherence.oftc.net reticulum.oftc.net]
pulpy_orange2[m] has quit [coherence.oftc.net reticulum.oftc.net]
marcan[m] has quit [coherence.oftc.net reticulum.oftc.net]
DanielHuisman[m] has quit [coherence.oftc.net reticulum.oftc.net]
EdwardAnd[m] has quit [coherence.oftc.net reticulum.oftc.net]
ninja[m] has quit [coherence.oftc.net reticulum.oftc.net]
nemanjan00[m] has quit [coherence.oftc.net reticulum.oftc.net]
dhewg has quit [coherence.oftc.net reticulum.oftc.net]
eta has quit [coherence.oftc.net reticulum.oftc.net]
pent1ckel has quit [coherence.oftc.net reticulum.oftc.net]
ChristianOndaatje[m] has quit [coherence.oftc.net reticulum.oftc.net]
krirogn[m] has quit [coherence.oftc.net reticulum.oftc.net]
yuukirafflesia[m] has quit [coherence.oftc.net reticulum.oftc.net]
M0x8FF[m] has quit [coherence.oftc.net reticulum.oftc.net]
anuejn has quit [coherence.oftc.net reticulum.oftc.net]
babilen has quit [coherence.oftc.net reticulum.oftc.net]
kit_ty_kate has quit [coherence.oftc.net reticulum.oftc.net]
blasty has quit [coherence.oftc.net reticulum.oftc.net]
l3k[m] has quit [coherence.oftc.net reticulum.oftc.net]
RianSouzaSantos[m] has quit [coherence.oftc.net reticulum.oftc.net]
jelly has quit [coherence.oftc.net reticulum.oftc.net]
robotrIP[m] has quit [coherence.oftc.net reticulum.oftc.net]
rethematrix[m] has quit [coherence.oftc.net reticulum.oftc.net]
lemonsus[m] has quit [coherence.oftc.net reticulum.oftc.net]
mini has quit [coherence.oftc.net reticulum.oftc.net]
bradfier has quit [coherence.oftc.net reticulum.oftc.net]
josipknezovic[m] has quit [coherence.oftc.net reticulum.oftc.net]
SamAdams[m] has quit [coherence.oftc.net reticulum.oftc.net]
PeterHilgenfeld[m] has quit [coherence.oftc.net reticulum.oftc.net]
Rhys[m]12 has quit [coherence.oftc.net reticulum.oftc.net]
dek[m] has quit [coherence.oftc.net reticulum.oftc.net]
threerik[m] has quit [coherence.oftc.net reticulum.oftc.net]
jeh[m] has quit [coherence.oftc.net reticulum.oftc.net]
PeterB[m] has quit [coherence.oftc.net reticulum.oftc.net]
OrganicPumpkin[m] has quit [coherence.oftc.net reticulum.oftc.net]
AONeiLL[m] has quit [coherence.oftc.net reticulum.oftc.net]
lockna has quit [coherence.oftc.net reticulum.oftc.net]
djk121[m] has quit [coherence.oftc.net reticulum.oftc.net]
legarts[m] has quit [coherence.oftc.net reticulum.oftc.net]
Amy[m] has quit [coherence.oftc.net reticulum.oftc.net]
suricato has quit [coherence.oftc.net reticulum.oftc.net]
emilytrau[m] has quit [coherence.oftc.net reticulum.oftc.net]
sproede[m] has quit [coherence.oftc.net reticulum.oftc.net]
essentia[m] has quit [coherence.oftc.net reticulum.oftc.net]
isitaboat[m] has quit [coherence.oftc.net reticulum.oftc.net]
citruscitrus[m] has quit [coherence.oftc.net reticulum.oftc.net]
alexstore06[m] has quit [coherence.oftc.net reticulum.oftc.net]
Retr0id has quit [coherence.oftc.net reticulum.oftc.net]
kholtastrophe[m] has quit [coherence.oftc.net reticulum.oftc.net]
SteffanKaragianis[m] has quit [coherence.oftc.net reticulum.oftc.net]
ifthenelse has quit [coherence.oftc.net reticulum.oftc.net]
ElvishJerricco[m] has quit [coherence.oftc.net reticulum.oftc.net]
rohin[m] has quit [coherence.oftc.net reticulum.oftc.net]
pho[m] has quit [coherence.oftc.net reticulum.oftc.net]
PieroDel[m] has quit [coherence.oftc.net reticulum.oftc.net]
lucifer178[m] has quit [coherence.oftc.net reticulum.oftc.net]
izzyisles[m] has quit [coherence.oftc.net reticulum.oftc.net]
facez[m] has quit [coherence.oftc.net reticulum.oftc.net]
digitalfx[m] has quit [coherence.oftc.net reticulum.oftc.net]
CristianMgheruan-Stanciu[m] has quit [coherence.oftc.net reticulum.oftc.net]
rolodondo9378[m] has quit [coherence.oftc.net reticulum.oftc.net]
twoscomplement0b[m] has quit [coherence.oftc.net reticulum.oftc.net]
bmrgz[m] has quit [coherence.oftc.net reticulum.oftc.net]
sven has quit [coherence.oftc.net reticulum.oftc.net]
xiuxuanwang[m] has quit [coherence.oftc.net reticulum.oftc.net]
user974[m] has quit [coherence.oftc.net reticulum.oftc.net]
trouter has quit [coherence.oftc.net reticulum.oftc.net]
MatrixTravelerbot[m] has quit [coherence.oftc.net reticulum.oftc.net]
nyuhu has quit [coherence.oftc.net reticulum.oftc.net]
Esmil has quit [coherence.oftc.net reticulum.oftc.net]
Cy8aer[m] has quit [coherence.oftc.net reticulum.oftc.net]
ll3macorn[m] has quit [coherence.oftc.net reticulum.oftc.net]
booffo[m] has quit [coherence.oftc.net reticulum.oftc.net]
arapis[m] has quit [coherence.oftc.net reticulum.oftc.net]
bytesize0[m] has quit [coherence.oftc.net reticulum.oftc.net]
Izumoo[m] has quit [coherence.oftc.net reticulum.oftc.net]
mindw0rk[m] has quit [coherence.oftc.net reticulum.oftc.net]
MingcongBai[m] has quit [coherence.oftc.net reticulum.oftc.net]
mulderje has quit [coherence.oftc.net reticulum.oftc.net]
yournoob[m] has quit [coherence.oftc.net reticulum.oftc.net]
ChristopherNugent[m] has quit [coherence.oftc.net reticulum.oftc.net]
daeveb[m] has quit [coherence.oftc.net reticulum.oftc.net]
i509VCB has quit [coherence.oftc.net reticulum.oftc.net]
jkcoxson[m] has quit [coherence.oftc.net reticulum.oftc.net]
mabez[m] has quit [coherence.oftc.net reticulum.oftc.net]
enewsletters[m] has quit [coherence.oftc.net reticulum.oftc.net]
djangro[m] has quit [coherence.oftc.net reticulum.oftc.net]
GregoryRWarnes[m] has quit [coherence.oftc.net reticulum.oftc.net]
Emantor[m] has quit [coherence.oftc.net reticulum.oftc.net]
spot[m] has quit [coherence.oftc.net reticulum.oftc.net]
Xichao[m] has quit [coherence.oftc.net reticulum.oftc.net]
fried_dede[m] has quit [coherence.oftc.net reticulum.oftc.net]
Genbuchan[m] has quit [coherence.oftc.net reticulum.oftc.net]
Synth[m] has quit [coherence.oftc.net reticulum.oftc.net]
Rakshit[m] has quit [coherence.oftc.net reticulum.oftc.net]
Jamie[m]1 has quit [coherence.oftc.net reticulum.oftc.net]
brwnz[m] has quit [coherence.oftc.net reticulum.oftc.net]
iilmer[m] has quit [coherence.oftc.net reticulum.oftc.net]
uur[m] has quit [coherence.oftc.net reticulum.oftc.net]
aleasto has quit [coherence.oftc.net reticulum.oftc.net]
The_DarkFire_[m] has quit [coherence.oftc.net reticulum.oftc.net]
XeR has quit [coherence.oftc.net reticulum.oftc.net]
Raqbit has quit [coherence.oftc.net reticulum.oftc.net]
fedx[m] has quit [coherence.oftc.net reticulum.oftc.net]
kraem[m] has quit [coherence.oftc.net reticulum.oftc.net]
lonjil has quit [coherence.oftc.net reticulum.oftc.net]
ah-[m] has quit [coherence.oftc.net reticulum.oftc.net]
ella-0[m] has quit [coherence.oftc.net reticulum.oftc.net]
samfromspace[m] has quit [coherence.oftc.net reticulum.oftc.net]
xorly[m] has quit [coherence.oftc.net reticulum.oftc.net]
enick_341 has quit [coherence.oftc.net reticulum.oftc.net]
peerp[m] has quit [coherence.oftc.net reticulum.oftc.net]
ar88kk[m] has quit [coherence.oftc.net reticulum.oftc.net]
Hinata[m] has quit [coherence.oftc.net reticulum.oftc.net]
Redecorating[m] has quit [coherence.oftc.net reticulum.oftc.net]
rusty-nail[m] has quit [coherence.oftc.net reticulum.oftc.net]
Nspace has quit [coherence.oftc.net reticulum.oftc.net]
zelig_[m] has quit [coherence.oftc.net reticulum.oftc.net]
LilleCarl[m] has quit [coherence.oftc.net reticulum.oftc.net]
pg12 has quit [coherence.oftc.net reticulum.oftc.net]
TheLink has quit [coherence.oftc.net reticulum.oftc.net]
BenPetterborg[m] has quit [coherence.oftc.net reticulum.oftc.net]
vimsos[m] has quit [coherence.oftc.net reticulum.oftc.net]
IbrahimMAkrab[m] has quit [coherence.oftc.net reticulum.oftc.net]
asie has quit [coherence.oftc.net reticulum.oftc.net]
marvin24 has quit [coherence.oftc.net reticulum.oftc.net]
c10l has quit [coherence.oftc.net reticulum.oftc.net]
timokrgr has quit [coherence.oftc.net reticulum.oftc.net]
riker77 has quit [coherence.oftc.net reticulum.oftc.net]
eroux has quit [coherence.oftc.net reticulum.oftc.net]
gladiac has quit [coherence.oftc.net reticulum.oftc.net]
jochum_ has quit [coherence.oftc.net reticulum.oftc.net]
YichaoYu[m] has quit [coherence.oftc.net reticulum.oftc.net]
DanStrong[m] has quit [coherence.oftc.net reticulum.oftc.net]
davidrysk[m] has quit [coherence.oftc.net reticulum.oftc.net]
haterade[m] has quit [coherence.oftc.net reticulum.oftc.net]
PthariensFlame[m] has quit [coherence.oftc.net reticulum.oftc.net]
petermlyon[m] has quit [coherence.oftc.net reticulum.oftc.net]
ghantaz[m] has quit [coherence.oftc.net reticulum.oftc.net]
psydroid has quit [coherence.oftc.net reticulum.oftc.net]
ChrisHembree[m] has quit [coherence.oftc.net reticulum.oftc.net]
Glanzmann has quit [coherence.oftc.net reticulum.oftc.net]
pimeys[m]1 has quit [coherence.oftc.net reticulum.oftc.net]
psykose has quit [coherence.oftc.net reticulum.oftc.net]
coderobe has quit [coherence.oftc.net reticulum.oftc.net]
Sellerie has quit [coherence.oftc.net reticulum.oftc.net]
Caedus[m] has quit [coherence.oftc.net reticulum.oftc.net]
Aaron[m] has quit [coherence.oftc.net reticulum.oftc.net]
bakedpotatoez[m] has quit [coherence.oftc.net reticulum.oftc.net]
clover[m] has quit [coherence.oftc.net reticulum.oftc.net]
LeviLynch[m] has quit [coherence.oftc.net reticulum.oftc.net]
floxf5[m] has quit [coherence.oftc.net reticulum.oftc.net]
hablerentand[m] has quit [coherence.oftc.net reticulum.oftc.net]
ruach[m] has quit [coherence.oftc.net reticulum.oftc.net]
MagMell[m] has quit [coherence.oftc.net reticulum.oftc.net]
Scott[m]1 has quit [coherence.oftc.net reticulum.oftc.net]
Xyn[m] has quit [coherence.oftc.net reticulum.oftc.net]
Latrina has quit [coherence.oftc.net reticulum.oftc.net]
lendi[m] has quit [coherence.oftc.net reticulum.oftc.net]
AdwyzzOLEDEdition[m] has quit [coherence.oftc.net reticulum.oftc.net]
z11h_beast[m] has quit [coherence.oftc.net reticulum.oftc.net]
carmazine[m] has quit [coherence.oftc.net reticulum.oftc.net]
kyeh[m] has quit [coherence.oftc.net reticulum.oftc.net]
pwg has quit [coherence.oftc.net reticulum.oftc.net]
muscularduckling[m] has quit [coherence.oftc.net reticulum.oftc.net]
anfernee[m] has quit [coherence.oftc.net reticulum.oftc.net]
blind_system[m] has quit [coherence.oftc.net reticulum.oftc.net]
noc0lour[m] has quit [coherence.oftc.net reticulum.oftc.net]
immychan[m] has quit [coherence.oftc.net reticulum.oftc.net]
YJSNPI has quit [coherence.oftc.net reticulum.oftc.net]
ryokirishima[m] has quit [coherence.oftc.net reticulum.oftc.net]
Mrmaxmeier has quit [coherence.oftc.net reticulum.oftc.net]
RurajJoshi[m] has quit [coherence.oftc.net reticulum.oftc.net]
RagaSubekti[m] has quit [coherence.oftc.net reticulum.oftc.net]
mlq has quit [coherence.oftc.net reticulum.oftc.net]
avx3[m]1 has quit [coherence.oftc.net reticulum.oftc.net]
_andy_t_ has quit [coherence.oftc.net reticulum.oftc.net]
nico_32_ has quit [coherence.oftc.net reticulum.oftc.net]
c1truz[m] has quit [coherence.oftc.net reticulum.oftc.net]
ograff has quit [coherence.oftc.net reticulum.oftc.net]
hramrach has quit [coherence.oftc.net reticulum.oftc.net]
thermoblue[m] has quit [coherence.oftc.net reticulum.oftc.net]
javier_varez[m] has quit [coherence.oftc.net reticulum.oftc.net]
xiaomingcc[m] has quit [coherence.oftc.net reticulum.oftc.net]
ey3ball[m] has quit [coherence.oftc.net reticulum.oftc.net]
thasti has quit [coherence.oftc.net reticulum.oftc.net]
vafanlignarde has quit [coherence.oftc.net reticulum.oftc.net]
deflax_ has quit [coherence.oftc.net reticulum.oftc.net]
NicolasOury[m] has quit [coherence.oftc.net reticulum.oftc.net]
povik has quit [coherence.oftc.net reticulum.oftc.net]
abilash1994[m] has quit [coherence.oftc.net reticulum.oftc.net]
Mary has quit [coherence.oftc.net reticulum.oftc.net]
arnidg[m] has quit [coherence.oftc.net reticulum.oftc.net]
gpanders[m] has quit [coherence.oftc.net reticulum.oftc.net]
unevenrhombus[m] has quit [coherence.oftc.net reticulum.oftc.net]
rowang077[m] has quit [coherence.oftc.net reticulum.oftc.net]
davay[m] has quit [coherence.oftc.net reticulum.oftc.net]
HaoYanQi[m] has quit [coherence.oftc.net reticulum.oftc.net]
spokv[m] has quit [coherence.oftc.net reticulum.oftc.net]
blassphemy[m] has quit [coherence.oftc.net reticulum.oftc.net]
BastienSaidi[m] has quit [coherence.oftc.net reticulum.oftc.net]
grange_c has quit [coherence.oftc.net reticulum.oftc.net]
hwatwasthat[m] has quit [coherence.oftc.net reticulum.oftc.net]
anparra[m] has quit [coherence.oftc.net reticulum.oftc.net]
arekm has quit [coherence.oftc.net reticulum.oftc.net]
h_ro[m] has quit [coherence.oftc.net reticulum.oftc.net]
agraf has quit [coherence.oftc.net reticulum.oftc.net]
jryans has quit [coherence.oftc.net reticulum.oftc.net]
sajattack[m] has quit [coherence.oftc.net reticulum.oftc.net]
mixi has quit [coherence.oftc.net reticulum.oftc.net]
happy-dude[m] has quit [coherence.oftc.net reticulum.oftc.net]
leah2 has quit [coherence.oftc.net reticulum.oftc.net]
lovesegfault has quit [coherence.oftc.net reticulum.oftc.net]
dottedmag has quit [coherence.oftc.net reticulum.oftc.net]
V has quit [coherence.oftc.net reticulum.oftc.net]
dnjmis[m] has quit [coherence.oftc.net reticulum.oftc.net]
ar has quit [coherence.oftc.net reticulum.oftc.net]
bpalmer4[m] has quit [coherence.oftc.net reticulum.oftc.net]
ducc[m] has quit [coherence.oftc.net reticulum.oftc.net]
unrelentingtech has quit [coherence.oftc.net reticulum.oftc.net]
rkjnsn has quit [coherence.oftc.net reticulum.oftc.net]
nilsi[m] has quit [coherence.oftc.net reticulum.oftc.net]
RasmusEneman[m] has quit [coherence.oftc.net reticulum.oftc.net]
user1tt[m] has quit [coherence.oftc.net reticulum.oftc.net]
KrushnaDeore[m] has quit [coherence.oftc.net reticulum.oftc.net]
Stary has quit [coherence.oftc.net reticulum.oftc.net]
kettenis has quit [coherence.oftc.net reticulum.oftc.net]
daniel0611[m] has quit [coherence.oftc.net reticulum.oftc.net]
lanodan has quit [coherence.oftc.net reticulum.oftc.net]
sikkileo[m] has quit [coherence.oftc.net reticulum.oftc.net]
Dcow[m] has quit [coherence.oftc.net reticulum.oftc.net]
feeleep[m] has quit [coherence.oftc.net reticulum.oftc.net]
FireFox317 has quit [coherence.oftc.net reticulum.oftc.net]
M1bn3mar[m] has quit [coherence.oftc.net reticulum.oftc.net]
foxlet has quit [coherence.oftc.net reticulum.oftc.net]
commandoline has quit [coherence.oftc.net reticulum.oftc.net]
DragoonAethis has quit [coherence.oftc.net reticulum.oftc.net]
os has quit [coherence.oftc.net reticulum.oftc.net]
nicoo has quit [coherence.oftc.net reticulum.oftc.net]
FLHerne has quit [coherence.oftc.net reticulum.oftc.net]
on^ has quit [coherence.oftc.net reticulum.oftc.net]
bpye has quit [coherence.oftc.net reticulum.oftc.net]
taowa has quit [coherence.oftc.net reticulum.oftc.net]
al3xtjames has quit [coherence.oftc.net reticulum.oftc.net]
WhyNotHugo has quit [coherence.oftc.net reticulum.oftc.net]
jleightcap has quit [coherence.oftc.net reticulum.oftc.net]
skipwich has quit [coherence.oftc.net reticulum.oftc.net]
boardwalk has quit [coherence.oftc.net reticulum.oftc.net]
raiaq has quit [coherence.oftc.net reticulum.oftc.net]
kendfinger has quit [coherence.oftc.net reticulum.oftc.net]
reillyeon has quit [coherence.oftc.net reticulum.oftc.net]
cptcobalt has quit [coherence.oftc.net reticulum.oftc.net]
conradev has quit [coherence.oftc.net reticulum.oftc.net]
tdmm_ has quit [coherence.oftc.net reticulum.oftc.net]
pFalken has quit [coherence.oftc.net reticulum.oftc.net]
Z750 has quit [coherence.oftc.net reticulum.oftc.net]
vylet has quit [coherence.oftc.net reticulum.oftc.net]
jkkm has quit [coherence.oftc.net reticulum.oftc.net]
handlerug has quit [coherence.oftc.net reticulum.oftc.net]
vmeson has quit [coherence.oftc.net reticulum.oftc.net]
x56 has quit [coherence.oftc.net reticulum.oftc.net]
nyx_o has quit [coherence.oftc.net reticulum.oftc.net]
coder_kalyan_ has quit [coherence.oftc.net reticulum.oftc.net]
artemist has quit [coherence.oftc.net reticulum.oftc.net]
refi64 has quit [coherence.oftc.net reticulum.oftc.net]
nafod has quit [coherence.oftc.net reticulum.oftc.net]
leo60228 has quit [coherence.oftc.net reticulum.oftc.net]
kenzie35 has quit [coherence.oftc.net reticulum.oftc.net]
saintdev_ has quit [coherence.oftc.net reticulum.oftc.net]
maennich has quit [coherence.oftc.net reticulum.oftc.net]
stblassitude has quit [coherence.oftc.net reticulum.oftc.net]
ovf has quit [coherence.oftc.net reticulum.oftc.net]
enomem has quit [coherence.oftc.net reticulum.oftc.net]
mustache_ride___ has quit [coherence.oftc.net reticulum.oftc.net]
ihaveamac has quit [coherence.oftc.net reticulum.oftc.net]
tpw_rules has quit [coherence.oftc.net reticulum.oftc.net]
Tramtrist has quit [coherence.oftc.net reticulum.oftc.net]
ids1024 has quit [coherence.oftc.net reticulum.oftc.net]
guan has quit [coherence.oftc.net reticulum.oftc.net]
ZLSA has quit [coherence.oftc.net reticulum.oftc.net]
NekomimiScience has quit [coherence.oftc.net reticulum.oftc.net]
kallsyms has quit [coherence.oftc.net reticulum.oftc.net]
TheFirst has quit [coherence.oftc.net reticulum.oftc.net]
rossy has quit [coherence.oftc.net reticulum.oftc.net]
peac has quit [coherence.oftc.net reticulum.oftc.net]
eichin has quit [coherence.oftc.net reticulum.oftc.net]
jabashque has quit [coherence.oftc.net reticulum.oftc.net]
Vaughn has quit [coherence.oftc.net reticulum.oftc.net]
Lightsword has quit [coherence.oftc.net reticulum.oftc.net]
esden has quit [coherence.oftc.net reticulum.oftc.net]
philpax_ has quit [coherence.oftc.net reticulum.oftc.net]
Method has quit [coherence.oftc.net reticulum.oftc.net]
krbtgt has quit [coherence.oftc.net reticulum.oftc.net]
jbowen has quit [coherence.oftc.net reticulum.oftc.net]
JTL has quit [coherence.oftc.net reticulum.oftc.net]
rcombs has quit [coherence.oftc.net reticulum.oftc.net]
jmr2 has quit [coherence.oftc.net reticulum.oftc.net]
linearcannon has quit [coherence.oftc.net reticulum.oftc.net]
yuyichao has quit [coherence.oftc.net reticulum.oftc.net]
Telvana has quit [coherence.oftc.net reticulum.oftc.net]
Erus_Iluvatar has quit [coherence.oftc.net reticulum.oftc.net]
arnd has quit [coherence.oftc.net reticulum.oftc.net]
aeroraptor has quit [coherence.oftc.net reticulum.oftc.net]
eric_engestrom has quit [coherence.oftc.net reticulum.oftc.net]
hays has quit [coherence.oftc.net reticulum.oftc.net]
mavericks has quit [coherence.oftc.net reticulum.oftc.net]
jackhill has quit [coherence.oftc.net reticulum.oftc.net]
KDDLB has quit [coherence.oftc.net reticulum.oftc.net]
Gaelan has quit [coherence.oftc.net reticulum.oftc.net]
rbenua has quit [coherence.oftc.net reticulum.oftc.net]
tbodt has quit [coherence.oftc.net reticulum.oftc.net]
sorear has quit [coherence.oftc.net reticulum.oftc.net]
Hotswap has quit [coherence.oftc.net reticulum.oftc.net]
klange has quit [coherence.oftc.net reticulum.oftc.net]
robher has quit [coherence.oftc.net reticulum.oftc.net]
hell__ has quit [coherence.oftc.net reticulum.oftc.net]
gruetzkopf has quit [coherence.oftc.net reticulum.oftc.net]
kode54 has quit [coherence.oftc.net reticulum.oftc.net]
kov has quit [coherence.oftc.net reticulum.oftc.net]
balrog has quit [coherence.oftc.net reticulum.oftc.net]
grgy has quit [coherence.oftc.net reticulum.oftc.net]
Techcable has quit [coherence.oftc.net reticulum.oftc.net]
hspak has quit [coherence.oftc.net reticulum.oftc.net]
Chainsaw has quit [coherence.oftc.net reticulum.oftc.net]
sjg1 has quit [coherence.oftc.net reticulum.oftc.net]
Chinese_soup has quit [coherence.oftc.net reticulum.oftc.net]
tmlind has quit [coherence.oftc.net reticulum.oftc.net]
djsrv has quit [coherence.oftc.net reticulum.oftc.net]
ave3 has quit [coherence.oftc.net reticulum.oftc.net]
skoobasteeve has quit [coherence.oftc.net reticulum.oftc.net]
emptynine has quit [coherence.oftc.net reticulum.oftc.net]
nepeat has quit [coherence.oftc.net reticulum.oftc.net]
snek has quit [coherence.oftc.net reticulum.oftc.net]
linuxgemini has quit [coherence.oftc.net reticulum.oftc.net]
vx has quit [coherence.oftc.net reticulum.oftc.net]
Ariadne has quit [coherence.oftc.net reticulum.oftc.net]
bdju has quit [coherence.oftc.net reticulum.oftc.net]
tardyp has quit [coherence.oftc.net reticulum.oftc.net]
austriancoder has quit [coherence.oftc.net reticulum.oftc.net]
opticron has quit [coherence.oftc.net reticulum.oftc.net]
rann has quit [coherence.oftc.net reticulum.oftc.net]
daniels has quit [coherence.oftc.net reticulum.oftc.net]
steev has quit [coherence.oftc.net reticulum.oftc.net]
VinDuv has quit [coherence.oftc.net reticulum.oftc.net]
tomtastic_ has quit [coherence.oftc.net reticulum.oftc.net]
pieer[m] has quit [coherence.oftc.net reticulum.oftc.net]
minecrell has quit [coherence.oftc.net reticulum.oftc.net]
tuxcaeli[m] has quit [coherence.oftc.net reticulum.oftc.net]
nkaretnikov has quit [coherence.oftc.net reticulum.oftc.net]
Graypup_ has quit [coherence.oftc.net reticulum.oftc.net]
igrom[m] has quit [coherence.oftc.net reticulum.oftc.net]
jo[m]1234 has quit [coherence.oftc.net reticulum.oftc.net]
vivithecanine[m] has quit [coherence.oftc.net reticulum.oftc.net]
sami-dev[m] has quit [coherence.oftc.net reticulum.oftc.net]
l1ipr[m] has quit [coherence.oftc.net reticulum.oftc.net]
dgc[m] has quit [coherence.oftc.net reticulum.oftc.net]
parabola[m] has quit [coherence.oftc.net reticulum.oftc.net]
gio[m] has quit [coherence.oftc.net reticulum.oftc.net]
jthom[m] has quit [coherence.oftc.net reticulum.oftc.net]
julianp[m] has quit [coherence.oftc.net reticulum.oftc.net]
VitorCardoso[m] has quit [coherence.oftc.net reticulum.oftc.net]
Bicet[m] has quit [coherence.oftc.net reticulum.oftc.net]
elosant[m] has quit [coherence.oftc.net reticulum.oftc.net]
ytg has quit [coherence.oftc.net reticulum.oftc.net]
yoodee[m] has quit [coherence.oftc.net reticulum.oftc.net]
GenieLotion[m] has quit [coherence.oftc.net reticulum.oftc.net]
cavoirom[m] has quit [coherence.oftc.net reticulum.oftc.net]
caleb010[m] has quit [coherence.oftc.net reticulum.oftc.net]
M12destroyer21[m] has quit [coherence.oftc.net reticulum.oftc.net]
wouter has quit [coherence.oftc.net reticulum.oftc.net]
bfredl[m] has quit [coherence.oftc.net reticulum.oftc.net]
camr0[m] has quit [coherence.oftc.net reticulum.oftc.net]
TypoKign[m] has quit [coherence.oftc.net reticulum.oftc.net]
AlessandroFerrari[m] has quit [coherence.oftc.net reticulum.oftc.net]
garyodernichts[m] has quit [coherence.oftc.net reticulum.oftc.net]
ilovetrains[m] has quit [coherence.oftc.net reticulum.oftc.net]
Jakob[m]123 has quit [coherence.oftc.net reticulum.oftc.net]
ovf[m] has quit [coherence.oftc.net reticulum.oftc.net]
pitust[m] has quit [coherence.oftc.net reticulum.oftc.net]
rat-hippo[m] has quit [coherence.oftc.net reticulum.oftc.net]
sandornagy[m] has quit [coherence.oftc.net reticulum.oftc.net]
timetheory[m] has quit [coherence.oftc.net reticulum.oftc.net]
karlyeurl has quit [coherence.oftc.net reticulum.oftc.net]
JamesTaylor[m] has quit [coherence.oftc.net reticulum.oftc.net]
miko089[m] has quit [coherence.oftc.net reticulum.oftc.net]
pimeys[m] has quit [coherence.oftc.net reticulum.oftc.net]
feb141985[m] has quit [coherence.oftc.net reticulum.oftc.net]
kjm99[m] has quit [coherence.oftc.net reticulum.oftc.net]
g8rfx9wozue0e9pa3n[m] has quit [coherence.oftc.net reticulum.oftc.net]
qm3ster[m] has quit [coherence.oftc.net reticulum.oftc.net]
newchima[m] has quit [coherence.oftc.net reticulum.oftc.net]
bastilian[m] has quit [coherence.oftc.net reticulum.oftc.net]
faiz_abbas[m] has quit [coherence.oftc.net reticulum.oftc.net]
jason1923[m] has quit [coherence.oftc.net reticulum.oftc.net]
steffen[m] has quit [coherence.oftc.net reticulum.oftc.net]
roxiun[m] has quit [coherence.oftc.net reticulum.oftc.net]
jato has quit [coherence.oftc.net reticulum.oftc.net]
etsukata[m] has quit [coherence.oftc.net reticulum.oftc.net]
kdrag0n[m] has quit [coherence.oftc.net reticulum.oftc.net]
obflv[m] has quit [coherence.oftc.net reticulum.oftc.net]
stelleg[m] has quit [coherence.oftc.net reticulum.oftc.net]
fetsorn[m] has quit [coherence.oftc.net reticulum.oftc.net]
null has quit [coherence.oftc.net reticulum.oftc.net]
kaprests has quit [coherence.oftc.net reticulum.oftc.net]
bngs[m] has quit [coherence.oftc.net reticulum.oftc.net]
NikolaCicmil[m] has quit [coherence.oftc.net reticulum.oftc.net]
notyou[m] has quit [coherence.oftc.net reticulum.oftc.net]
kdwk-l[m] has quit [coherence.oftc.net reticulum.oftc.net]
BingDennis[m] has quit [coherence.oftc.net reticulum.oftc.net]
manawyrm has quit [coherence.oftc.net reticulum.oftc.net]
DiscoPenguin[m] has quit [coherence.oftc.net reticulum.oftc.net]
RowanGoemans[m] has quit [coherence.oftc.net reticulum.oftc.net]
kloenk has quit [coherence.oftc.net reticulum.oftc.net]
AkihikoOdaki[m] has quit [coherence.oftc.net reticulum.oftc.net]
latosca[m] has quit [coherence.oftc.net reticulum.oftc.net]
mmlb[m] has quit [coherence.oftc.net reticulum.oftc.net]
ryanhrob[m] has quit [coherence.oftc.net reticulum.oftc.net]
why2[m] has quit [coherence.oftc.net reticulum.oftc.net]
m42uko has quit [coherence.oftc.net reticulum.oftc.net]
jevinskie[m] has quit [coherence.oftc.net reticulum.oftc.net]
TellowKrinkle[m] has quit [coherence.oftc.net reticulum.oftc.net]
s-urabe[m] has quit [coherence.oftc.net reticulum.oftc.net]
mofux[m] has quit [coherence.oftc.net reticulum.oftc.net]
hectour[m] has quit [coherence.oftc.net reticulum.oftc.net]
cgv[m] has quit [coherence.oftc.net reticulum.oftc.net]
shaman_br[m] has quit [coherence.oftc.net reticulum.oftc.net]
rgort10[m] has quit [coherence.oftc.net reticulum.oftc.net]
thebrinkoftomorrow[m] has quit [coherence.oftc.net reticulum.oftc.net]
vivg[m] has quit [coherence.oftc.net reticulum.oftc.net]
Deewiant has quit [coherence.oftc.net reticulum.oftc.net]
joerosenberg[m] has quit [coherence.oftc.net reticulum.oftc.net]
cyb3rn3rd[m] has quit [coherence.oftc.net reticulum.oftc.net]
daftfrog[m] has quit [coherence.oftc.net reticulum.oftc.net]
dpatterbee[m] has quit [coherence.oftc.net reticulum.oftc.net]
dcavalca has quit [coherence.oftc.net reticulum.oftc.net]
JacksonR[m] has quit [coherence.oftc.net reticulum.oftc.net]
alicela1n has quit [coherence.oftc.net reticulum.oftc.net]
gamble[m] has quit [coherence.oftc.net reticulum.oftc.net]
gpanders has quit [coherence.oftc.net reticulum.oftc.net]
as400[m] has quit [coherence.oftc.net reticulum.oftc.net]
Serentty[m] has quit [coherence.oftc.net reticulum.oftc.net]
maz has quit [coherence.oftc.net reticulum.oftc.net]
Shiz has quit [coherence.oftc.net reticulum.oftc.net]
mattmurr[m] has quit [coherence.oftc.net reticulum.oftc.net]
artectrex[m] has quit [coherence.oftc.net reticulum.oftc.net]
cde[m] has quit [coherence.oftc.net reticulum.oftc.net]
Amey has quit [coherence.oftc.net reticulum.oftc.net]
simjnd[m] has quit [coherence.oftc.net reticulum.oftc.net]
maxim[m] has quit [coherence.oftc.net reticulum.oftc.net]
borring[m] has quit [coherence.oftc.net reticulum.oftc.net]
jn has quit [coherence.oftc.net reticulum.oftc.net]
landscape15[m] has quit [coherence.oftc.net reticulum.oftc.net]
Dementor[m] has quit [coherence.oftc.net reticulum.oftc.net]
ryanhrob1[m] has quit [coherence.oftc.net reticulum.oftc.net]
Ziemas has quit [coherence.oftc.net reticulum.oftc.net]
yamii has quit [coherence.oftc.net reticulum.oftc.net]
Fanfwe has quit [coherence.oftc.net reticulum.oftc.net]
astrorion26[m] has quit [coherence.oftc.net reticulum.oftc.net]
Augur[m] has quit [coherence.oftc.net reticulum.oftc.net]
kedde[m] has quit [coherence.oftc.net reticulum.oftc.net]
Name[m] has quit [coherence.oftc.net reticulum.oftc.net]
lewurm has quit [coherence.oftc.net reticulum.oftc.net]
Sebhl[m] has quit [coherence.oftc.net reticulum.oftc.net]
_jannau_ has quit [coherence.oftc.net reticulum.oftc.net]
mps has quit [coherence.oftc.net reticulum.oftc.net]
abbas_faiz[m] has quit [coherence.oftc.net reticulum.oftc.net]
LaurentiuCosma[m] has quit [coherence.oftc.net reticulum.oftc.net]
brentr123[m] has quit [coherence.oftc.net reticulum.oftc.net]
fridtjof[m] has quit [coherence.oftc.net reticulum.oftc.net]
not_a_weeaboo[m] has quit [coherence.oftc.net reticulum.oftc.net]
quentin[m] has quit [coherence.oftc.net reticulum.oftc.net]
tophevich[m] has quit [coherence.oftc.net reticulum.oftc.net]
N3ros[m] has quit [coherence.oftc.net reticulum.oftc.net]
alexanderwillner[m] has quit [coherence.oftc.net reticulum.oftc.net]
denden[m] has quit [coherence.oftc.net reticulum.oftc.net]
jix has quit [coherence.oftc.net reticulum.oftc.net]
JoshuaAshton has quit [coherence.oftc.net reticulum.oftc.net]
crabbedhaloablut has quit [coherence.oftc.net reticulum.oftc.net]
kov has joined #asahi
artemist has joined #asahi
al3xtjames has joined #asahi
refi64 has joined #asahi
skipwich has joined #asahi
boardwalk has joined #asahi
balrog has joined #asahi
nafod has joined #asahi
leo60228 has joined #asahi
grgy has joined #asahi
kenzie35 has joined #asahi
jleightcap has joined #asahi
bpye has joined #asahi
Techcable has joined #asahi
taowa has joined #asahi
jkkm has joined #asahi
WhyNotHugo has joined #asahi
raiaq has joined #asahi
hspak has joined #asahi
kendfinger has joined #asahi
jbowen has joined #asahi
nyx_o has joined #asahi
vmeson has joined #asahi
bdju has joined #asahi
vylet has joined #asahi
reillyeon has joined #asahi
x56 has joined #asahi
handlerug has joined #asahi
cptcobalt has joined #asahi
ihaveamac has joined #asahi
krbtgt has joined #asahi
conradev has joined #asahi
Method has joined #asahi
rcombs has joined #asahi
coder_kalyan_ has joined #asahi
Z750 has joined #asahi
tdmm_ has joined #asahi
guan has joined #asahi
Lightsword has joined #asahi
ave3 has joined #asahi
peac has joined #asahi
pFalken has joined #asahi
Tramtrist has joined #asahi
tmlind has joined #asahi
tpw_rules has joined #asahi
nepeat has joined #asahi
daniels has joined #asahi
vx has joined #asahi
emptynine has joined #asahi
opticron has joined #asahi
linuxgemini has joined #asahi
TheFirst has joined #asahi
kallsyms has joined #asahi
rossy has joined #asahi
djsrv has joined #asahi
Chinese_soup has joined #asahi
mustache_ride___ has joined #asahi
enomem has joined #asahi
ovf has joined #asahi
eichin has joined #asahi
esden has joined #asahi
steev has joined #asahi
austriancoder has joined #asahi
ZLSA has joined #asahi
stblassitude has joined #asahi
maennich has joined #asahi
Ariadne has joined #asahi
jabashque has joined #asahi
philpax_ has joined #asahi
tardyp has joined #asahi
Chainsaw has joined #asahi
rann has joined #asahi
sjg1 has joined #asahi
saintdev_ has joined #asahi
snek has joined #asahi
NekomimiScience has joined #asahi
ids1024 has joined #asahi
JTL has joined #asahi
Vaughn has joined #asahi
skoobasteeve has joined #asahi
linearcannon has joined #asahi
jmr2 has joined #asahi
yuyichao has joined #asahi
Erus_Iluvatar has joined #asahi
arnd has joined #asahi
Telvana has joined #asahi
aeroraptor has joined #asahi
Graypup_ has joined #asahi
robher has joined #asahi
sorear has joined #asahi
mavericks has joined #asahi
nkaretnikov has joined #asahi
klange has joined #asahi
gruetzkopf has joined #asahi
tbodt has joined #asahi
rbenua has joined #asahi
kode54 has joined #asahi
Hotswap has joined #asahi
jackhill has joined #asahi
KDDLB has joined #asahi
hays has joined #asahi
eric_engestrom has joined #asahi
Gaelan has joined #asahi
hell__ has joined #asahi
enomem has quit [resistance.oftc.net reflection.oftc.net]
mustache_ride___ has quit [resistance.oftc.net reflection.oftc.net]
artemist has quit [resistance.oftc.net reflection.oftc.net]
ihaveamac has quit [resistance.oftc.net reflection.oftc.net]
tpw_rules has quit [resistance.oftc.net reflection.oftc.net]
ids1024 has quit [resistance.oftc.net reflection.oftc.net]
Tramtrist has quit [resistance.oftc.net reflection.oftc.net]
saintdev_ has quit [resistance.oftc.net reflection.oftc.net]
NekomimiScience has quit [resistance.oftc.net reflection.oftc.net]
kallsyms has quit [resistance.oftc.net reflection.oftc.net]
leo60228 has quit [resistance.oftc.net reflection.oftc.net]
stblassitude has quit [resistance.oftc.net reflection.oftc.net]
TheFirst has quit [resistance.oftc.net reflection.oftc.net]
guan has quit [resistance.oftc.net reflection.oftc.net]
ZLSA has quit [resistance.oftc.net reflection.oftc.net]
maennich has quit [resistance.oftc.net reflection.oftc.net]
jabashque has quit [resistance.oftc.net reflection.oftc.net]
eichin has quit [resistance.oftc.net reflection.oftc.net]
Vaughn has quit [resistance.oftc.net reflection.oftc.net]
Lightsword has quit [resistance.oftc.net reflection.oftc.net]
nafod has quit [resistance.oftc.net reflection.oftc.net]
refi64 has quit [resistance.oftc.net reflection.oftc.net]
esden has quit [resistance.oftc.net reflection.oftc.net]
JTL has quit [resistance.oftc.net reflection.oftc.net]
jbowen has quit [resistance.oftc.net reflection.oftc.net]
krbtgt has quit [resistance.oftc.net reflection.oftc.net]
Method has quit [resistance.oftc.net reflection.oftc.net]
philpax_ has quit [resistance.oftc.net reflection.oftc.net]
peac has quit [resistance.oftc.net reflection.oftc.net]
kenzie35 has quit [resistance.oftc.net reflection.oftc.net]
ovf has quit [resistance.oftc.net reflection.oftc.net]
rossy has quit [resistance.oftc.net reflection.oftc.net]
rcombs has quit [resistance.oftc.net reflection.oftc.net]
ihaveamac has joined #asahi
artemist has joined #asahi
nafod has joined #asahi
refi64 has joined #asahi
krbtgt has joined #asahi
leo60228 has joined #asahi
Method has joined #asahi
rcombs has joined #asahi
guan has joined #asahi
Lightsword has joined #asahi
peac has joined #asahi
Tramtrist has joined #asahi
tpw_rules has joined #asahi
saintdev_ has joined #asahi
NekomimiScience has joined #asahi
ids1024 has joined #asahi
JTL has joined #asahi
Vaughn has joined #asahi
jabashque has joined #asahi
philpax_ has joined #asahi
maennich has joined #asahi
stblassitude has joined #asahi
ZLSA has joined #asahi
esden has joined #asahi
ovf has joined #asahi
eichin has joined #asahi
enomem has joined #asahi
kallsyms has joined #asahi
mustache_ride___ has joined #asahi
rossy has joined #asahi
TheFirst has joined #asahi
kenzie35 has joined #asahi
jbowen has joined #asahi
tdmm_ has quit [resistance.oftc.net larich.oftc.net]
reillyeon has quit [resistance.oftc.net larich.oftc.net]
pFalken has quit [resistance.oftc.net larich.oftc.net]
cptcobalt has quit [resistance.oftc.net larich.oftc.net]
Z750 has quit [resistance.oftc.net larich.oftc.net]
conradev has quit [resistance.oftc.net larich.oftc.net]
kendfinger has quit [resistance.oftc.net larich.oftc.net]
jkkm has quit [resistance.oftc.net larich.oftc.net]
bpye has quit [resistance.oftc.net larich.oftc.net]
skipwich has quit [resistance.oftc.net larich.oftc.net]
raiaq has quit [resistance.oftc.net larich.oftc.net]
jleightcap has quit [resistance.oftc.net larich.oftc.net]
vylet has quit [resistance.oftc.net larich.oftc.net]
WhyNotHugo has quit [resistance.oftc.net larich.oftc.net]
vmeson has quit [resistance.oftc.net larich.oftc.net]
coder_kalyan_ has quit [resistance.oftc.net larich.oftc.net]
handlerug has quit [resistance.oftc.net larich.oftc.net]
nyx_o has quit [resistance.oftc.net larich.oftc.net]
al3xtjames has quit [resistance.oftc.net larich.oftc.net]
taowa has quit [resistance.oftc.net larich.oftc.net]
x56 has quit [resistance.oftc.net larich.oftc.net]
boardwalk has quit [resistance.oftc.net larich.oftc.net]
hspak has quit [resistance.oftc.net charm.oftc.net]
Chainsaw has quit [resistance.oftc.net charm.oftc.net]
snek has quit [resistance.oftc.net charm.oftc.net]
sjg1 has quit [resistance.oftc.net charm.oftc.net]
Chinese_soup has quit [resistance.oftc.net charm.oftc.net]
tmlind has quit [resistance.oftc.net charm.oftc.net]
djsrv has quit [resistance.oftc.net charm.oftc.net]
skoobasteeve has quit [resistance.oftc.net charm.oftc.net]
nepeat has quit [resistance.oftc.net charm.oftc.net]
emptynine has quit [resistance.oftc.net charm.oftc.net]
ave3 has quit [resistance.oftc.net charm.oftc.net]
linuxgemini has quit [resistance.oftc.net charm.oftc.net]
grgy has quit [resistance.oftc.net charm.oftc.net]
Techcable has quit [resistance.oftc.net charm.oftc.net]
bdju has quit [resistance.oftc.net charm.oftc.net]
vx has quit [resistance.oftc.net charm.oftc.net]
Ariadne has quit [resistance.oftc.net charm.oftc.net]
balrog has quit [resistance.oftc.net charm.oftc.net]
steev has quit [resistance.oftc.net charm.oftc.net]
opticron has quit [resistance.oftc.net charm.oftc.net]
kov has quit [resistance.oftc.net charm.oftc.net]
austriancoder has quit [resistance.oftc.net charm.oftc.net]
tardyp has quit [resistance.oftc.net charm.oftc.net]
rann has quit [resistance.oftc.net charm.oftc.net]
daniels has quit [resistance.oftc.net charm.oftc.net]
skipwich has joined #asahi
boardwalk has joined #asahi
jleightcap has joined #asahi
bpye has joined #asahi
taowa has joined #asahi
WhyNotHugo has joined #asahi
jkkm has joined #asahi
raiaq has joined #asahi
kendfinger has joined #asahi
nyx_o has joined #asahi
vmeson has joined #asahi
vylet has joined #asahi
x56 has joined #asahi
reillyeon has joined #asahi
al3xtjames has joined #asahi
handlerug has joined #asahi
conradev has joined #asahi
cptcobalt has joined #asahi
tdmm_ has joined #asahi
Z750 has joined #asahi
coder_kalyan_ has joined #asahi
pFalken has joined #asahi
kov has joined #asahi
balrog has joined #asahi
grgy has joined #asahi
hspak has joined #asahi
Techcable has joined #asahi
bdju has joined #asahi
ave3 has joined #asahi
tmlind has joined #asahi
rann has joined #asahi
Chainsaw has joined #asahi
sjg1 has joined #asahi
snek has joined #asahi
skoobasteeve has joined #asahi
tardyp has joined #asahi
Ariadne has joined #asahi
austriancoder has joined #asahi
djsrv has joined #asahi
steev has joined #asahi
linuxgemini has joined #asahi
Chinese_soup has joined #asahi
daniels has joined #asahi
opticron has joined #asahi
emptynine has joined #asahi
vx has joined #asahi
nepeat has joined #asahi
zopieux has joined #asahi
jeffmiw has joined #asahi
marvin24 has joined #asahi
chengsun has joined #asahi
plantaintion3[m] has joined #asahi
katatafjsh[m] has joined #asahi
AnalogDigital[m] has joined #asahi
David[m]123456789 has joined #asahi
mort_ has joined #asahi
phiologe has joined #asahi
c10l has joined #asahi
timokrgr has joined #asahi
riker77 has joined #asahi
eroux has joined #asahi
n1c has joined #asahi
gladiac has joined #asahi
jochum_ has joined #asahi
VinDuv has joined #asahi
yrlf has joined #asahi
mrkajetanp has joined #asahi
gabuscus has joined #asahi
Misthios has joined #asahi
equiomax[m] has joined #asahi
ElvishJerricco[m] has joined #asahi
eragon has joined #asahi
josip[m] has joined #asahi
vup has joined #asahi
YichaoYu[m] has joined #asahi
Spectrejan[m] has joined #asahi
stttcccccccccccc[m] has joined #asahi
Davis[m] has joined #asahi
pulpy_orange2[m] has joined #asahi
retonlage[m] has joined #asahi
rob-3[m] has joined #asahi
DanStrong[m] has joined #asahi
patience[m] has joined #asahi
nemanjan00[m] has joined #asahi
Ferluci[m] has joined #asahi
marcan[m] has joined #asahi
davidrysk[m] has joined #asahi
Liam[m] has joined #asahi
ChrisHembree[m] has joined #asahi
DanielHuisman[m] has joined #asahi
EdwardAnd[m] has joined #asahi
perigoso[m] has joined #asahi
ninja[m] has joined #asahi
dhewg has joined #asahi
eta has joined #asahi
milek7_ has joined #asahi
NightsOnly[m] has joined #asahi
pent1ckel has joined #asahi
ChristianOndaatje[m] has joined #asahi
krirogn[m] has joined #asahi
DarkShadow44 has joined #asahi
yuukirafflesia[m] has joined #asahi
M0x8FF[m] has joined #asahi
Raito_Bezarius has joined #asahi
akemin_dayo has joined #asahi
blasty has joined #asahi
kit_ty_kate has joined #asahi
dek[m] has joined #asahi
Rhys[m]12 has joined #asahi
rethematrix[m] has joined #asahi
fionera[m] has joined #asahi
NotHere[m] has joined #asahi
lemonsus[m] has joined #asahi
l3k[m] has joined #asahi
SocioProphet[m] has joined #asahi
robotrIP[m] has joined #asahi
SamAdams[m] has joined #asahi
PeterHilgenfeld[m] has joined #asahi
PixelyIon[m] has joined #asahi
Krumble[m] has joined #asahi
ll3macorn[m] has joined #asahi
ianlienfa[m] has joined #asahi
jeh[m] has joined #asahi
PeterB[m] has joined #asahi
Dcow[m]1 has joined #asahi
AndrewLee[m] has joined #asahi
Xesxen has joined #asahi
trepatudo has joined #asahi
wCPO6 has joined #asahi
sephamorr[m] has joined #asahi
OrganicPumpkin[m] has joined #asahi
alessandrorzz[m] has joined #asahi
quentincestino[m] has joined #asahi
lockna has joined #asahi
AONeiLL[m] has joined #asahi
slado122[m] has joined #asahi
houlton[m] has joined #asahi
Lucy[m]1 has joined #asahi
djk121[m] has joined #asahi
legarts[m] has joined #asahi
samfromspace[m] has joined #asahi
smvg[m] has joined #asahi
shu9[m] has joined #asahi
enick_341 has joined #asahi
PedroArajo[m] has joined #asahi
Bai-Chiang[m] has joined #asahi
coin3x[m] has joined #asahi
casperes1996[m] has joined #asahi
xorly[m] has joined #asahi
burlmancer[m] has joined #asahi
kholtastrophe[m] has joined #asahi
jelly has joined #asahi
bradfier has joined #asahi
Amy[m] has joined #asahi
mini has joined #asahi
MrHunk[m] has joined #asahi
homulilly[m] has joined #asahi
JuniorJPDJ has joined #asahi
nzzz has joined #asahi
j`ey has joined #asahi
jannau has joined #asahi
viljami[m] has joined #asahi
flying_sausages has joined #asahi
anon2022[m] has joined #asahi
coolshaurya has joined #asahi
suricato has joined #asahi
nykma[m] has joined #asahi
Retr0id has joined #asahi
haterade[m] has joined #asahi
sproede[m] has joined #asahi
ghantaz[m] has joined #asahi
emilytrau[m] has joined #asahi
nirusu[m] has joined #asahi
essentia[m] has joined #asahi
Santiago[m]1 has joined #asahi
matthewayers[m] has joined #asahi
long[m] has joined #asahi
isitaboat[m] has joined #asahi
cangurbuz[m] has joined #asahi
M32thSystem[m] has joined #asahi
citruscitrus[m] has joined #asahi
JamieMagee[m] has joined #asahi
sppdqd[m] has joined #asahi
wollymilkcap[m] has joined #asahi
alexstore06[m] has joined #asahi
josipknezovic[m] has joined #asahi
BlazinWeed[m] has joined #asahi
tomtastic_ has joined #asahi
drwhax[m]1 has joined #asahi
threerik[m] has joined #asahi
Emantor has joined #asahi
toroto008[m] has joined #asahi
RianSouzaSantos[m] has joined #asahi
fezhead[m] has joined #asahi
rohin[m] has joined #asahi
JacksonR[m] has joined #asahi
kdrag0n[m] has joined #asahi
Sellerie has joined #asahi
ogimgd[m] has joined #asahi
David[m]12345678 has joined #asahi
SteffanKaragianis[m] has joined #asahi
st3g4n0[m] has joined #asahi
jonnymac[m] has joined #asahi
latko[m] has joined #asahi
oi_wtf has joined #asahi
vivg[m] has joined #asahi
LorenzKofler[m] has joined #asahi
TomHobson[m] has joined #asahi
allegorie[m] has joined #asahi
bmrgz[m] has joined #asahi
ifthenelse has joined #asahi
le0n has joined #asahi
roxfan has joined #asahi
AwesomeSheep48[m] has joined #asahi
ponkey364[m] has joined #asahi
PieroDel[m] has joined #asahi
vasilymilovidov[m] has joined #asahi
twoscomplement0b[m] has joined #asahi
lucifer178[m] has joined #asahi
kdas has joined #asahi
jakou[m] has joined #asahi
izzyisles[m] has joined #asahi
facez[m] has joined #asahi
CristianMgheruan-Stanciu[m] has joined #asahi
digitalfx[m] has joined #asahi
AnushervonTabarov[m] has joined #asahi
blazra[m] has joined #asahi
ArcticFive[m] has joined #asahi
Bastian[m] has joined #asahi
andorinhariver[m] has joined #asahi
M31j[m] has joined #asahi
idf00[m] has joined #asahi
kryddyg[m] has joined #asahi
go4godvin has joined #asahi
rolodondo9378[m] has joined #asahi
emilazy has joined #asahi
sven has joined #asahi
_alice has joined #asahi
xerpi[m] has joined #asahi
babilen has joined #asahi
exhan[m] has joined #asahi
Xe has joined #asahi
hl` has joined #asahi
Esmil has joined #asahi
anuejn has joined #asahi
xiuxuanwang[m] has joined #asahi
tuxcaeli[m] has joined #asahi
Glanzmann has joined #asahi
pieer[m] has joined #asahi
user974[m] has joined #asahi
pimeys[m]1 has joined #asahi
trouter has joined #asahi
minecrell has joined #asahi
psykose has joined #asahi
MatrixTravelerbot[m] has joined #asahi
XeR has joined #asahi
povik has joined #asahi
IbrahimMAkrab[m] has joined #asahi
avx3[m]1 has joined #asahi
commandoline has joined #asahi
cde[m] has joined #asahi
Deewiant has joined #asahi
djangro[m] has joined #asahi
M1bn3mar[m] has joined #asahi
mixi has joined #asahi
FireFox317 has joined #asahi
vimsos[m] has joined #asahi
aleasto has joined #asahi
BenPetterborg[m] has joined #asahi
TheLink has joined #asahi
hwatwasthat[m] has joined #asahi
grange_c has joined #asahi
pg12 has joined #asahi
jryans has joined #asahi
LilleCarl[m] has joined #asahi
mlq has joined #asahi
feeleep[m] has joined #asahi
RagaSubekti[m] has joined #asahi
lanodan has joined #asahi
zelig_[m] has joined #asahi
mabez[m] has joined #asahi
RurajJoshi[m] has joined #asahi
lonjil has joined #asahi
vafanlignarde has joined #asahi
marcan has joined #asahi
anparra[m] has joined #asahi
Mrmaxmeier has joined #asahi
Genbuchan[m] has joined #asahi
Nspace has joined #asahi
jkcoxson[m] has joined #asahi
i509VCB has joined #asahi
daeveb[m] has joined #asahi
Raqbit has joined #asahi
yournoob[m] has joined #asahi
ryokirishima[m] has joined #asahi
YJSNPI has joined #asahi
NicolasOury[m] has joined #asahi
BastienSaidi[m] has joined #asahi
thasti has joined #asahi
rusty-nail[m] has joined #asahi
blassphemy[m] has joined #asahi
Redecorating[m] has joined #asahi
brwnz[m] has joined #asahi
spokv[m] has joined #asahi
ey3ball[m] has joined #asahi
Hinata[m] has joined #asahi
Jamie[m]1 has joined #asahi
immychan[m] has joined #asahi
kettenis has joined #asahi
arekm has joined #asahi
Xichao[m] has joined #asahi
GregoryRWarnes[m] has joined #asahi
xiaomingcc[m] has joined #asahi
uur[m] has joined #asahi
Rakshit[m] has joined #asahi
Synth[m] has joined #asahi
spot[m] has joined #asahi
ChristopherNugent[m] has joined #asahi
sikkileo[m] has joined #asahi
RasmusEneman[m] has joined #asahi
peerp[m] has joined #asahi
HaoYanQi[m] has joined #asahi
noc0lour[m] has joined #asahi
mulderje has joined #asahi
mindw0rk[m] has joined #asahi
MingcongBai[m] has joined #asahi
lovesegfault has joined #asahi
kraem[m] has joined #asahi
javier_varez[m] has joined #asahi
Izumoo[m] has joined #asahi
iilmer[m] has joined #asahi
fried_dede[m] has joined #asahi
bytesize0[m] has joined #asahi
booffo[m] has joined #asahi
Emantor[m] has joined #asahi
blind_system[m] has joined #asahi
arapis[m] has joined #asahi
davay[m] has joined #asahi
ar88kk[m] has joined #asahi
anfernee[m] has joined #asahi
The_DarkFire_[m] has joined #asahi
petermlyon[m] has joined #asahi
fedx[m] has joined #asahi
rowang077[m] has joined #asahi
happy-dude[m] has joined #asahi
thermoblue[m] has joined #asahi
PthariensFlame[m] has joined #asahi
foxlet has joined #asahi
ella-0[m] has joined #asahi
ah-[m] has joined #asahi
h_ro[m] has joined #asahi
Cy8aer[m] has joined #asahi
hramrach has joined #asahi
psydroid has joined #asahi
asie has joined #asahi
nyuhu has joined #asahi
muscularduckling[m] has joined #asahi
newchima[m] has joined #asahi
cyb3rn3rd[m] has joined #asahi
miko089[m] has joined #asahi
g8rfx9wozue0e9pa3n[m] has joined #asahi
Stary has joined #asahi
pimeys[m] has joined #asahi
qm3ster[m] has joined #asahi
kyeh[m] has joined #asahi
carmazine[m] has joined #asahi
pwg has joined #asahi
kdwk-l[m] has joined #asahi
jix has joined #asahi
KrushnaDeore[m] has joined #asahi
feb141985[m] has joined #asahi
z11h_beast[m] has joined #asahi
daniel0611[m] has joined #asahi
denden[m] has joined #asahi
ar has joined #asahi
fetsorn[m] has joined #asahi
JamesTaylor[m] has joined #asahi
leah2 has joined #asahi
AdwyzzOLEDEdition[m] has joined #asahi
karlyeurl has joined #asahi
N3ros[m] has joined #asahi
ducc[m] has joined #asahi
lendi[m] has joined #asahi
artectrex[m] has joined #asahi
enewsletters[m] has joined #asahi
Latrina has joined #asahi
DragoonAethis has joined #asahi
Dcow[m] has joined #asahi
pho[m] has joined #asahi
Xyn[m] has joined #asahi
NightRaven[m] has joined #asahi
TellowKrinkle[m] has joined #asahi
timetheory[m] has joined #asahi
thebrinkoftomorrow[m] has joined #asahi
tophevich[m] has joined #asahi
unrelentingtech has joined #asahi
stelleg[m] has joined #asahi
shaman_br[m] has joined #asahi
simjnd[m] has joined #asahi
Scott[m]1 has joined #asahi
sandornagy[m] has joined #asahi
sajattack[m] has joined #asahi
MagMell[m] has joined #asahi
s-urabe[m] has joined #asahi
ruach[m] has joined #asahi
rgort10[m] has joined #asahi
rkjnsn has joined #asahi
rat-hippo[m] has joined #asahi
quentin[m] has joined #asahi
ovf[m] has joined #asahi
pitust[m] has joined #asahi
ilovetrains[m] has joined #asahi
nilsi[m] has joined #asahi
not_a_weeaboo[m] has joined #asahi
joerosenberg[m] has joined #asahi
user1tt[m] has joined #asahi
unevenrhombus[m] has joined #asahi
mofux[m] has joined #asahi
obflv[m] has joined #asahi
ograff has joined #asahi
Jakob[m]123 has joined #asahi
gpanders has joined #asahi
hablerentand[m] has joined #asahi
gamble[m] has joined #asahi
garyodernichts[m] has joined #asahi
fridtjof[m] has joined #asahi
floxf5[m] has joined #asahi
hectour[m] has joined #asahi
AlessandroFerrari[m] has joined #asahi
LeviLynch[m] has joined #asahi
etsukata[m] has joined #asahi
dnjmis[m] has joined #asahi
TypoKign[m] has joined #asahi
daftfrog[m] has joined #asahi
clover[m] has joined #asahi
NikolaCicmil[m] has joined #asahi
cgv[m] has joined #asahi
camr0[m] has joined #asahi
c1truz[m] has joined #asahi
brentr123[m] has joined #asahi
bpalmer4[m] has joined #asahi
bngs[m] has joined #asahi
bfredl[m] has joined #asahi
bakedpotatoez[m] has joined #asahi
alexanderwillner[m] has joined #asahi
arnidg[m] has joined #asahi
Caedus[m] has joined #asahi
Aaron[m] has joined #asahi
Shiz has joined #asahi
agraf has joined #asahi
dottedmag has joined #asahi
maz has joined #asahi
wouter has joined #asahi
deflax_ has joined #asahi
gpanders[m] has joined #asahi
nico_32_ has joined #asahi
nicoo has joined #asahi
os has joined #asahi
Mary has joined #asahi
coderobe has joined #asahi
maxim[m] has joined #asahi
jevinskie[m] has joined #asahi
alicela1n has joined #asahi
abilash1994[m] has joined #asahi
M12destroyer21[m] has joined #asahi
caleb010[m] has joined #asahi
m42uko has joined #asahi
LaurentiuCosma[m] has joined #asahi
jato has joined #asahi
JoshuaAshton has joined #asahi
why2[m] has joined #asahi
cavoirom[m] has joined #asahi
roxiun[m] has joined #asahi
ryanhrob[m] has joined #asahi
GenieLotion[m] has joined #asahi
yoodee[m] has joined #asahi
ytg has joined #asahi
elosant[m] has joined #asahi
Bicet[m] has joined #asahi
mattmurr[m] has joined #asahi
_jannau_ has joined #asahi
Sebhl[m] has joined #asahi
as400[m] has joined #asahi
lewurm has joined #asahi
kaprests has joined #asahi
VitorCardoso[m] has joined #asahi
Name[m] has joined #asahi
steffen[m] has joined #asahi
Serentty[m] has joined #asahi
notyou[m] has joined #asahi
latosca[m] has joined #asahi
mmlb[m] has joined #asahi
kedde[m] has joined #asahi
julianp[m] has joined #asahi
jason1923[m] has joined #asahi
jthom[m] has joined #asahi
gio[m] has joined #asahi
faiz_abbas[m] has joined #asahi
dpatterbee[m] has joined #asahi
parabola[m] has joined #asahi
bastilian[m] has joined #asahi
Augur[m] has joined #asahi
AkihikoOdaki[m] has joined #asahi
astrorion26[m] has joined #asahi
dgc[m] has joined #asahi
kloenk has joined #asahi
Amey has joined #asahi
dcavalca has joined #asahi
crabbedhaloablut has joined #asahi
Fanfwe has joined #asahi
Ziemas has joined #asahi
yamii has joined #asahi
kjm99[m] has joined #asahi
abbas_faiz[m] has joined #asahi
ryanhrob1[m] has joined #asahi
l1ipr[m] has joined #asahi
sami-dev[m] has joined #asahi
RowanGoemans[m] has joined #asahi
vivithecanine[m] has joined #asahi
Dementor[m] has joined #asahi
jo[m]1234 has joined #asahi
igrom[m] has joined #asahi
landscape15[m] has joined #asahi
jn has joined #asahi
DiscoPenguin[m] has joined #asahi
borring[m] has joined #asahi
BingDennis[m] has joined #asahi
manawyrm has joined #asahi
mps has joined #asahi
null has joined #asahi
FLHerne has joined #asahi
_andy_t_ has joined #asahi
V has joined #asahi
on^ has joined #asahi
on^ has quit [Max SendQ exceeded]
on^ has joined #asahi
jmr2 has quit [Quit: Page closed]
leah2 has quit [Ping timeout: 480 seconds]
leah2 has joined #asahi
on^ has quit [Remote host closed the connection]
tardyp has quit [Read error: Connection reset by peer]
rann has quit [Read error: Connection reset by peer]
cptcobalt has quit [Remote host closed the connection]
cptcobalt has joined #asahi
aeroraptor has quit [Read error: Connection reset by peer]
sorear has quit [Read error: Connection reset by peer]
steev has quit [Read error: Connection reset by peer]
jkkm has quit [Read error: Connection reset by peer]
jkkm has joined #asahi
kendfinger has quit [Read error: Connection reset by peer]
taowa has quit [Read error: Connection reset by peer]
kendfinger has joined #asahi
daniels has quit [Read error: Connection reset by peer]
arnd has quit [Read error: Connection reset by peer]
steev has joined #asahi
robher has quit [Read error: Connection reset by peer]