#general
3141 messages · Page 114 of 4
lol
ok
@gloomy sphinx speaking of CSS skills look what I made yesterday
having barely touched it before
yes
it was for the worst server on spigot
good ol suspended page
from what like 2005
you made it? lol
yeah lol
nice
background-image: url("../images/Screenshot\ from\ 2019-05-07\ 02-08-59.png");
beautiful
hmm
lol
i took a screenshot of the banner
just the orange part
i could not locate the actual banner
@merry talon html emails? D:
yes
I've never known anyone who accepts those
wat
frankly I don't care about the people using monolithic email clients
everything I know displays html by default, it's images that people have to enable usually
lol
I care about gmail
hm, TIL
yeah just images
I actually thought nobody used these
Everyone uses HTML in emails
I had to contact someone and my client encoded what was just text as HTML
they got mad and told me to "get a better email client if I want a response"
so I just said fuck it you aren't getting my business
yeah 99% of the emails I get are html
I usually get HTML mail with titles written in cyrillic letters probably promising me a silver mine and blue pills
every real person I exchange emails with uses text mail
some services use HTML but i just ignore the misformatted stuff
I don't exchange emails with aquaintances because I'm not living in 1999
well, I probably am
if someone adds bold text in their signature that is html
so
¯_(ツ)_/¯
email is the shit
its a great way to recieve messages and use it as an excuse to respond a few days later
Hello,
The account is deleted and the username is blacklisted from future use.
Shayne.
why do people do this
pretty soon instant messaging platforms will be the snailmail and we will all be using hyper messaging with our microsoft hololens that reads our mind
nothing to do with the email just the account banning
account name banning?
yeah, like, I'll delete an account and it will still exist just in a "closed" state being never useable again
censored quote from an email i received minutes ago, all the formatting is the e-mail client. all my emails look like this :D
that's not deleting the account
oh yeah
i fucking hate that
its so they still have your data that way they can show higher growth stats to investors
same reason as to why facebook has a huge register now button
and they dont care if you make multiple accounts
since it is easier to register a new account than to login lol
facebook needs to die
compared to y'all I'm probably a digital hermit when it comes to email/messaging/stuff like that :D
instagram has girls dressing in aliexpress clothes holding skateboards they cant ride
and instagram is useless
especially when they remove the like system
at least facebook i can message, post, comment, and read news at the same time
rather than just jack off the instagram people and their depressing photos and lie filled lives
lol
if you read news on facebook you're doing something horribly wrong
for the first 3 things twitter does it better
twitter is dead
but it doesn't do pictures well
yeah but that doesn't mean it's not a better platform
its outdated
yes they just rolled out another update
people use facebook mobile now
not the website
mobile has changed like 100x
messenger is pretty decent
except for the bugs
aint they using react native?
probably they made it
so basically it will exactly have the same bugs like on web
but as an epic neckbeard i prefer xmpp
lol
facebook wont die
i think twitter and instagram will eventually
kinda like snapchat did
twitter is already on its death bed
i mean it got close a few years ago
well, as long as MS doesn't have its $2B back they'll forcefully resuscitate MC every time.
you don't think they already have it?
i dont think they do
or maybe they do and thats why they are trying new things
z750 is awake
z750 is awake
probably just woke up with his green tea and pancakes
had a paper 1.14 nightmare
or maybe the zombie dupe glitch reappeared
zombie dupe glitch? so duping zombies or duping by using zombies?
It’s good to know people can track whether or not I’m awake based on my discord usage 
#AlwaysWatching

Can I ask something regarding linux here? I need a bit of support.
many people here use linux on their servers or even on their desktops
feel free to ask and if someone knows theyll respond
I also tried something like
And variations of those. None of them seem to work.
I checked if cron can even run jobs with @reboot (date > /tmp/date-check.txt) and it seems to work:
War kitty confirmed https://www.youtube.com/watch?v=DMNSvHswljM
WarKitteh: In my job I have to deliver frequent Information Security briefings to both technical and non-technical professionals. I noticed that as the mater...
(DiscordBot) DEF CON 22 - Gene Bransfield - Weaponizing Your Pets: The War Kitteh and the Denial of Service Dog - length 37m 14s - 5,492 likes, 106 dislikes (98.1%) - 248,579 views - DEFCONConference on 2014.08.19
Might need to run it with bash -l or something, to simulate a login shell properly
Otherwise some stuff might not be set properly and might be causing it to break
(sh -l should work too, iirc)
Hmm okay, trying now
Nope, still doesn't work
I mean unless I didn't configure it right
Tried with bash and sh and -l and without it
I was searching on google and found out that others had problems with it too
But can't seem to fight the solution
@wide hazel https://github.com/egg82/2FAPlus/pull/2 notice me senpai
tfw util method name is longer than the code itself https://i.imgur.com/N9iewXn.png
really it should let you pick how many zeros
for shame
if its going to assume it should be in the name
and then it probably needs a factory
@stiff yarrow soon :(
I've just been busy lately
Classes end in like two weeks
Then I'll have free time
Right now it's finals
every night I go to sleep thinking about the clinically obese method parameters who are at risk of scaring new contributors from their girth
Lol
Reminder for kashike: @void void mai!!!
Hahaha that actually works
Permissions are disabled by default (exception: admin commands). You can enable them by setting "EnablePermissions: true" in your config.yml.
Why do plugins do this
I seriously wonder how many servers would be running that plugin that don't have a permissions plugin
🤷🏼♂️
still have cancer
ur retarded leaf
ur retarded
Any idea what would cause this error? https://pastebin.com/06cC0AZH (not my own log)
fawe
I'd say something in an event being null when it shouldn't
mfw
Where are my peepo emotes wtf
I'm confused though, because it says
the blockstate looks like it got nulled by something
Caused by: java.lang.IllegalStateException: Tile is null, asynchronous access? CraftBlock{pos=BlockPosition{x=71, y=65, z=357},type=BARRIER,data=Block{minecraft:barrier}
but at "at org.bukkit.craftbukkit.v1_14_R1.block.CraftContainer.<init>(CraftContainer.java:13)"
yeah
it gets the tile entity there
it does a check to ensure not-null
since it needs to copy
but this is 1.14 huh :>
"at org.bukkit.craftbukkit.v1_14_R1.block.CraftBarrel.<init>(CraftBarrel.java:13) "
is there a way to reproduce this
So is it expecting a Barrel, but it got changed to a Barrier?
no
it's just craftbarrel extends whatever
and it's calling a super class's constructor
Barriers aren't containers though, which is why I'm confused
I don't see barrier
Caused by: java.lang.IllegalStateException: Tile is null, asynchronous access? CraftBlock{pos=BlockPosition{x=71, y=65, z=357},type=BARRIER,data=Block{minecraft:barrier}
oh now I see it
yeah sounds like it got replaced during the event
it could be fawe I'd recommend telling him to not use any other plugin and test
Don't think he knows how to reproduce it :(
Trying to reproduce it myself, but no luck
rip
I was thinking that maybeee "barrier" and "barrel" have a typo mix-up somewhere
But I'm not able to recreate any issues with barriers thus far
lemme dl ur plugin and see
Maybe bad plugins/a corrupted world?
is this the latest on spigotmc
It's complaining that the block is there but there is no TE in the world for it
🤔
can't reproduce :>
that's gross
ur gross
how is that gross
???
tbh i cant tell if it's gross because the lack of pixels
are you american and blind ?
or the lack of resolution anyway
?????
there's a lot of pixels but they all kinda look like one
@pulsar wigeon I am forced to compress, this is a 40MPx photo
😭
discord upload limit
there's no pineapple, its very hot
great
4 cheese + boiled chicken + hot chilli
but it doesn't look that way
Spottedleaf: from the Spigot chat: "afaik that was fixed in a later version of Spigot"
my question was are you american ?
no
from what country are you
well
because I know all countries have different looking pizza
canada
lol
Ugh @ people running old Spigot versions though

5 days ago 😄
Yeah..
running spigot on latest release tho, be prepared to have daily cron task to update your jar
Mhm
I still do it by hand, every morning when everyone is offline
How's the development of paper 1.14 going?
Play with yourself? @near heron
Hahah, luckly not, would be a wast to run a ryzen based server, with 32GB of ram en 1.5TB of ssd storage for my own.
So AMD CPUs implement an RDRAND operation that doesn't actually return randomness (after your first suspend/resume cycle that is). https://t.co/FNsqJb4TEu
(Amaranth) @pid_eins (Lennart Poettering): So AMD CPUs implement an RDRAND operation that doesn't actually return randomness (after your first suspend/resume… https://t.co/gWiAYQ2fBr (1 hour and 34 minutes ago)
“So AMD CPUs implement an RDRAND operation that doesn't actually return randomness (after your first suspend/resume cycle that is). https://t.co/FNsqJb4TEu”
case BLAST_FURNACE:
return new CraftBlastFurnace(this);
case CAMPFIRE:
return new CraftCampfire(this);
``` wtf these exist?
I love the new 1.14 contraptions
oh cool google I/O today
It’s my birthday! :D
I am going to do absolutely nothing today
Which is about every day for me but
¯_(ツ)_/¯
Happy birthday! I hope you get lots of strippers as a present \o/
hes a minor lol
lol
what kind of birthdays did you have in middle school billy 
Charlie goes to the pharmacist for some medicine. (S07 Ep.21)
(DiscordBot) Two and a half men - Russell the best pharmacist in the world - length 2m 9s - 2,951 likes, 108 dislikes (96.5%) - 603,291 views - Jamie Davis on 2012.03.16
Everyone of all ages loves strippers
This case is from central New Jersey, fall 2015. Different from Erickson et. al. in references below. Peer Review: Dr Vijay Gupta, Dr Matt Novak Additional c...
(DiscordBot) A Dad Mistakenly Drank A Lava Lamp At Bedtime. This Is What Happened To His Kidneys. - length 12m 56s - 24,130 likes, 324 dislikes (98.7%) - 333,960 views - Chubbyemu on 2019.05.06
@golden gust Is that new?
The chubby one, yea
hey
found it
it's my birthday
I like that emote.
I think I'll keep this link handy for whenever I need it.
Brian I linked Nitro like 10 times
Epic
how slow can you be
is paper 1.14.1 out yet
.eta
Anyone requesting an ETA will be fed to goblins.
uh


why would that matter
he doesn't know what latency is
inb4 he doesn't ping the discord server we're on
join a channel and check bottom left
autoclicker
if anything Brian should have had the advantage with his youthful reflexes
using quotes instead of Meme Arrows
that's not bad
I dont think spotted can react in 50ms
I actually did click on it once and then I took a seat back and celebrated
he's pretty bad at widow
and realized I needed to click again

Yikes
👀
$99.99
Rip

😠
That mcmmo $$ getting putto use
I just want to put more pepes in the world

🤛 👊 🤜
Go outside with your pants off
what? why?
To put more Pepes in the world
what
they're in the world whether people can see it or not
nossr
what's that one pepe emote where he's like suspicious
Pepes aren’t made from keeping it in your pants

yeah okay put that after my next message ok?
clip I have a feeling that you just want to see our pepes

lol
ditto
Lol
Cya
Smh, Paper has 1.14, Minecraft releases 1.14.1 pre-1
Hello! We're now releasing a pre-release for 1.14.1. Check it out! https://t.co/QqKBW4F3DI
(DiscordBot) @adrian_ivl (Adrian Östergård): Hello! We're now releasing a pre-release for 1.14.1. Check it out! https://t.co/QqKBW4F3DI (17 minutes and 14 seconds ago)
haha
Get back to work! /s
i upgraded and lost everything /s
eta?
.eta
Anyone requesting an ETA will be fed to goblins.
wait
eta for stability???
Is there any form of essentials plugin for 1.14 yet @upper flicker lol?
why the fuck would you ping me about that
Wtf? I 1000% did not expect any 1.14-related build to come out so fast?
Oof
EssentialsX? 🤔
not false
wrongn't
Aaah, I love the sound of freshly updated builds early in the morning
Anyone requesting an ETA will be fed to goblins.
@upper flicker so update all servers ignoring bugs they could have. Thx
Gg on the update
Oh you are back
Oh, you are back?
Welcome back
Thank you, welcome back
I never left
I never left either
Uh oh
Off topic this gpg key is taking forever
you wanna back down or should I
Both
U sure about that
Yeah
Idk bro
Not sure if gpg key froze? Or is taking forever
So when are we going to see an influx of people asking for an eta on 14.1? Anyone wanna do a pool?
When 1.14.1? /s
have you ever had someone ask you a question on how to use your plugin and you think to yourself if I have to tell you, you probably shouldnt try running a server?
omg where is paper 1.14.5
@safe tide Yes
paper 2.67.1 when?!?!
@wide chasm wgat do you do in those cases
@safe tide my plugins are not that popular
I just help them anyway
I know who u are tux
@hot gorge I wonder if Minecraft will ever reach version 2.
🤷
probably $20 DLC
lol
@tawny sorrel #8131 probably not b/c that would be more or less an entire recode
Would probably help though
@sturdy fulcrum good. @tawny sorrel yeah. It will be the killing of the Java edition and forcing people to use bedrock and I will protest and stick with java because it supports linux
bedrock is essentially mc 2.0
too bad it sucks
That will be a sad day. You will find me crying on the floor
damn auto correct
It kinda is sadly. They fixed so much when they re-coded it
Gpg didn't freeze it's just being slow!
is it, stef? c*0 = 0
Tin Foil Hat
1.14.1 when /s
0 is still constant. I.e. for every element it takes just as long. With 1/n it would get faster the more you have.
O(loge)
Lol
but 0 would be faster than 1/n for every n.
^
I don't know if the landau definition holds up against f(x) = 0
Good. Just added /daddy back
Nice
mrfloris will hate you though
@sturdy fulcrum did you see flori's tweet
Fixed:
Chunk rendering is extremely slow and random in 1.14
Game crashed while loading chunks
Nice
No
Try 1.14.1
But trust me I am sure it was heated regarding a command alias
I never had a dad in my life and finally got one with /daddy
And they took that from me
Now I have a stepdad
😂😂
If you don't have a dad, just create your own, sounds good
@sturdy fulcrum https://twitter.com/Floris/status/1120310555175215104?s=19
The guys from PlaceholderAPI are childish. They send you off with some lie 'if someone does a pr, or complains, we will do something about it', but when people complain: 'i see nobody complain', and when people do a PR: 'stop the complaining, closing this'. @Spigot_MC plug...
(DiscordBot) @Floris (Floris): The guys from PlaceholderAPI are childish. They send you off with some lie 'if someone does a pr, or complains, we… https://t.co/HgRIX6BxIb (15 days and 3 hours ago)
I did
But to defend myself....
I'd personally just provide a config setting with command aliases and add daddy by default.
It wasn’t me who caused the whole thing and I did react by removing that person from my team
For a public plugin, it's distasteful otherwise, especially one with such prominence
paper already out?? :O seems early 1.14.1 isnt even out yet
Also I did do what they asked and removed the alias
I just added it back via expansion
You should have humor. Lol.
/papi ecloud download daddy
Lol
well you did add the /daddy command tho 
Yeah because I have a sense of humor and am not so uptight that everything needs to be that serious
I mean cmon it’s a game bro
My intention was never to hurt feelings or offend anyone
hi clip 
@sturdy fulcrum if this was a plugin you were selling I would think no. But this is a fun open source community. No need to be uptight
What are you guys creating drama about?
Commands like /daddy can be seen as distasteful, and some servers specifically cater their communities towards people from different backgrounds who might not be comfortable with a command being called daddy
agree with catboyman
That was never my intention and my fault for not thinking about everyone when it was added
If there was some option to disable that, it wouldn't be as much as an issue to such servers
I hate when open source communities are up tight
Does that mean I shouldn't include /largepotatoes in my plugin??
whoops!!!
REMOVING ASAP
@slim lake open source doesn't mean it has to lack professionalism 
wait @sturdy fulcrum do you make papi
honestly
./papi is already like /daddy
is that not good enough for you?
also do you make papi
@stiff yarrow yes. But its a Minecraft plugin
that was the joke brian
That was the intention

@slim lake 
@stiff yarrow
I personally don't really see the issue with it. Most mc servers already have options to block/hide commands they don't want the player to see, I don't think it's much trouble to add /daddy to that list if they wanted.
Either way the whole aftermath of that stuff was out of my hands so I did what I needed to do to clean it up
its okay to have opinions and disagree
So then, I'll just push an update
reasonable Z 
Yea it is z
@upper flicker 😭
clip already discussed this with the user in general and afaik its pretty much a resolved issue
@sturdy fulcrum don't beat yourself up too hard about it 
Seems like my world revolves around a daddy I never had now
public void onPlayerJoin(PlayerJoinEvent event) {
event.getPlayer().op() or something
}
¯_(ツ)_/¯
let me find it
setOp(true)
@sturdy fulcrum well you did bring it up and it was recent drama 😛
I think
If you use kotlin just do .op = true
If you use Java just do setOp(true)
Bruh they started a change dot org petition to add it back lmao
I need to use kotlin mpre
no need, Billy already blesses us with it
I totally didn't run a bot command just to get this link
I mean, could always add some more subtle Easter eggs
@EventHandler
public void onPlayerJoin(PlayerJoinEvent event) {
Player player = event.getPlayer();
if (player.isOp()) {
player.setOp(player.isOp());
} else if (!player.isOp()) {
player.setOp(!player.isOp());
}
}
alternatively

@austere ivy daddy is a correct translation for papi
@EventHandler
public void onPlayerJoin(PlayerJoinEvent event) {
event.getPlayer().setOp(!player.isOp());
}
but who the heck cares about optimization
more
if
statements
<o/
\o>
Brian you are gonna have such hall of fame material on "look at this old bad code I did" type posts on reddit in a couple years
@sturdy fulcrum want to join a discord server for cool people
that's the plan :D
No
Is it CV? /s
^ that code doesn't even compile anyway
/item eccoegg
I’m already speaking in one
pft
@sturdy fulcrum I was hoping you would say yes. @wide chasm that's for cool morons
compile schcompile who cares about compiling
Am a cool moron apparently, but I'm fine with that
the compiler
Nah, stef, you're fine :D
Not really
no one is fine
Wtf brian
consciousness is a prison
@wide chasm plus Stef, Jacob, rubbaboy, Tom, and trigary.
I saw that, yeah.
From reddit
That's intense
/r/insanepeoplefacebook is an absolute goldmine.
@austere ivy Did you know Mohammed was a pedophile?
Had sex with her too
implied with the wife.
this conversation doesn't seem discord appropriate boys 
One of my jehovas witness’ classmates was like. So? That’s what they did back in the day. Like it was better
oh boy
What
this will end in a great place
Thx
Sometimes I feel like paper discord is an extension of cv
But ye.
Let’s not get into all that
@austere ivy no one cares
This is Minecraft related not church
WHAT
is that a recent addition?
birthday weeoo
fuck me
@merry talon idk tbh
@slim lake I do :D

that's really really bad
So someone does <3
@merry talon thinking you've lost your guild lol?
Hey aikar
yes
its a really nice addition IMO. helps recover a 'lost guild'
Damn it’s Aikar
hi
Sup dude been a long time
not really that long clip 😛
one of my characters has been in the same now dead guild for like 10 years
I wouldn't want someone to take control of it
Like 6 months
go beat them to it
@merry talon if you no longer play, why care?
not right now I don't
amazing fashion
doesn't mean I won't go back lol
stunning
it totally does not look like those plastic things that cans are in no way
that's high fashion
M8, my dick is fashion
(DiscordBot) [LQ] "Fashion is Danger" - Flight of the Conchords - length 2m 3s - 3,989 likes, 47 dislikes (98.8%) - 1,073,171 views - McTezTube on 2009.03.09
Welcome, rndlurker!
Welcome, Intagir!
If you're here to ask about 1.14.1 paper snapshot when, it's going to be released in approx 2 minutes, give or take a couple weeks!
wat
@austere ivy What
It's the truth, ye?
takes a few weeks
released 5 days ago
Where's 1.14.1?!
it wasn't even released
I don't think it's been released lol
Glare in the house
Yeah, a pre release
My update isn’t done ahah
Glare, what plugins do you make again?
PlaceholderAPI
I feel like I've seen you -- wait a second
Hehe
that's Clip's
@fallen oracle hey glare
what
Daddy
iirc glares stuff is all private, unless I'm confusing him with someone else
We work on PAPI together
@fallen oracle how's essentials going
You're confusing me with someone else nossr
and credit card number
Nah I vouch for glare
and date of birth please

I do Guilds, PlaceholderAPI, EssX, and I have other public stuff
You should join my dev team.
He has guilds but he’s on my team
King, it's going well.
I'm telling you we have a wide array of great plugins.
Such as:
uh
coming soon
¯_(ツ)_/¯
Oh yes you're the guilds guy, sorry for forgetting 
Idk how I'm going to get through this class, I had a long night, ready for bed already.
Clip it's nap time
Outside of development glare is a good dude
So far Brian has made a better case to join his team than City
Im not sure you could pay me enough to deal with you
I am nice person, I swear.
Hmm.
Good point.
Pay's 30 dollars an hour, and you do all development work, but I have to be seen as the sole developer :D
can confirm that glare guy is a nice person
And if I don't make my money back I'm suing you for a million.
Sound like a good deal!? Just sign this contract, and this NDA too.
😯 confirmed now
I think one of the nicest people here is Billy.
The perfect plugin dev team would include glare and clip. Maybe one or two more
He's nice
Anti xray missing in paper.yml ?
Why do you think the new papi is going to be so lit?
Just imagine say, Aikar, electronic, Kash, Z7, all working on something together.
Wow.
We’re the minor league comparison
U got the juice
Working with clip has been awesome. The dude always has something to talk about. Always making wings too.
Wings?
free wings
Yeah, hot wings
Ranch, right?
you can join my organization if you give me free wings
If your entire wing isn't covered in a thick layer of ranch you're doing it wrong
HEY
I'LL JOIN NOSSR
what's the pay
the pay is empty promises
Get an air fryer and you can have wings all day
Say, 30 dollars an hour, each hour I give you one wing?

I will say things that give you hope
but never deliver
like "I'll review your PR soon"
and then I never do
haha
Brain if you're looking for something to do, we're always looking for people to PR and play with EssX.
Sounds like me
I have 2 kids under 4 so my hands are full
honestly.
Family first
EssX is one thing I've always been curious about.
Some parts basically just seems like an in-game wrapper for the Bukkit API which is interesting.
You might as well join City if empty promises is enough for you
Like a lot of command just seem to be there since Bukkit has it.
I have 2 hands with 5 fingers each so my hands are full
that's kind of the point
How much does it cost to make a Github organization?
You mean Vanilla?
Can I upload images here
It's free
Freeeeeeeee
WHAT
For public ones
hek yes
only private repos cost money
not anymore
but not personal ones
private repos are free for most people now
where
Private orgs still cost money
Github
thank you daddy micro$oft
oh yeah, you have some limits on the amount of people accessing it or something?
4 contrib max for non pro users
What should it be named?
TB Inc is my go-to
@sturdy fulcrum just had some tacos.
one sec I'mana call my restaurant
Wow when is 1.14.1 paper gonna be released... shesh!! Taking forever guys!!
I mean @upper flicker
what should I order folks
One sec ima call my air fryer
order a salad
That's a weird name for your wife
Will respond in 30 mins
Rip tb
TB Inc, yeh
No air fryer
what do you think an air fryer is
Air fryer is a machine
It's literally something different
Makes fries without lots of oil
who the heck are these people
But it’s called an air fryer
Bro
Not an oven
yeah that's an oven my dudes
Jan
Im sitting here in class falling asleep
with a different name and form factor
I threw my deep fryer away when I got it
want to join my organization?
I'll put my sunglasses on, maybe he won't notice.
GLARE
JOIN MY ORGANIZATION I HAVE COOL STUFF
such as
taco tuesdays
workout wednesdays
Dude I'm already in a bunch of orgys
oh
lewd
that's some /r/ihavesex material there
I mean call it what you want
But it does make some good wings
my org is an exclusive club where I need proof you're a hikkineet or you can't join
so far I only suspect spotted can qualify
tbh i can probably qualify nossr
get UNINVITED sike
Let me join @stiff yarrow
you have kids so you're clearly not a hikkineet
How long do you guys let your fingernails get before you trim them?
did you just say i have kids?
Oh virgin only club
or clip does
All good
LOL
jesus i was about to say
very cool
since when do i have kids
gonna need some kind of proof you're a hikkineet wiz
.g hikkineet
(DiscordBot) https://na.op.gg/summoner/userName=hikkineet -- HikkiNEET - Summoner Stats - League of Legends: "Mar 14, 2019 ... OP.GG has stopped all potential business discussions related to RAID project and there will be no economic and technical cooperation..."
Ah I’m good. That game is wack af
I like real girls.
how often do you go outside is the first interview question
hikki = hikikomori
I mowed m lawn yesterday
i.e. a recluse
Does that count
I went skatboarding yesterday
i basically only go outside to go to work and to get groceries
Does that count
Condoms are a thing man
It’s not the same
Yeah he got a point, you have to leave the house to get condoms.
well
hikkiNEET
@stiff yarrow actually all the time. It's a good way to clear your head
:<
I can purchase them and get them delivered man
Uber Eats them
Birth control allows me to not use them
I live in my moms living room 
yo everyone saying they're filthy weebs dm me your home address so I can go there and bully you
@pulsar wigeon I'm still in highschool
@sturdy fulcrum are you on birth control?
i mean
My wife is
Clip's wife is fun to talk to
unfortunately wiz you're a fucking normie and not a loser
so you can't be in the org
;-;
She’s a hater
When clip walks away from the phone, she just starts talking.
Oh, my organization needs a profile picture
What even
Hell no
Maybe she meant two more wings
my pineapple is too big
I grew up in a 4 kid household, never do that to your kids 
Brian stop interjecting with useless crap
5 kids here @stiff yarrow
@fallen oracle I trim them once they get in the way

