#TheZone
Welcome to TheZoneIRC Network | irc://irc.tzirc.com

Posts

  • Hacking game

    <olive> what was that lame ass hacking game from back in the day? i cant remember its name
    <olive> someone was asking me =(
    <Syber> linux
    <mc> haha
    <olive> rofl

    Posted to Quotes - #TheZone by mc_ on Aug 17, 2010
  • Darc bought a Mac

    Aug 16 22:02:42 <Darc>    ;x
    Aug 16 22:02:47 <Darc>    i bought a mac
    Aug 16 22:02:58 <Darc>    right!
    Aug 16 22:02:59 <Belial>    i knew you were fucking homo.
    Aug 16 22:03:03 <Belial>    i fucking called it, syber
    Aug 16 22:03:04 <Bender>    don't you mean sybar?
    Aug 16 22:03:05 <Darc>    LOL
    Aug 16 22:03:07 <Belial>    you owe me $20 fucker
    Aug 16 22:03:22 <Darc>    http://jaybaldwin.com/posts/136-im-a-windows-guy-i-bought-a-mac-heres-why
    Aug 16 22:03:33 <Syber>    bullshit. you said 20 rubles

    Posted to Quotes - #TheZone by Darc on Aug 17, 2010
    Filed under: ,
  • snuggles!

    [22:10]  <Darc> and we figured out different ways to say you were still not here
    [22:10]  <bud> oh shit
    [22:10]  <bud> today is day 100
    [22:10]  <bud> hahaha
    [22:10]  <Darc> nicely
    [22:10]  <exor> not today
    [22:10]  <Belial> that's pretty good timing.
    [22:10]  <punzada> so where the hell did you disapper to
    [22:10]  <exor> it's been 100 for like 3 days jesus
    [22:10]  <Belial> syber text me and mentioned something about some time ago
    [22:10]  <punzada> disappear even
    [22:10]  <Belial> and i was meaning to come in
    [22:10]  <Belial> i just got side tracked.
    [22:10]  <Darc> syber said if you didn't make an appearance soon, you weren't allowed to snuggle him no more
    [22:10]  <Darc> so you're lucky you came through
    [22:11]  <Belial> he says that just to act all tough
    [22:11]  <Belial> he'll snuggle


    ... 2 hours later ...


    [00:12]  * Syber has quit (Ping timeout)
    [00:13]  * Belial has quit (Ping timeout)
    [00:13]  <Darc> they went to snuggle

    Posted to Quotes - #TheZone by Darc on Aug 16, 2010
    Filed under: , , , ,
  • I smell something fishy

    <@Syber> http://failblog.org/2010/08/04/hard-work-fail-hard-work-fail/
    <@bud> HAHA WHAT AN idiot
    <@Darc> lol
    <Jimi> something tells me that was staged
    <Jimi> still funny though
    <@Darc> doubtful
    <@Darc> that looked like it really did take a loooong time to make
    <@Darc> i don't see them just smashing it
    <@Darc> but the guy didn't get punched, so maybe
    <Jimi> could have easily been a mold
    <Jimi> or made by someone else entirely
    <Jimi> i'm not usually the first person to scream OMG FAKE!!!1
    <Jimi> but that just smells fishy
    <@Darc> you got one of those scratch and sniff LCDs?
    <@Darc> nicely.
    <@Darc> i didn't upgrade. :(
    <Jimi> you're missing out man
    <Jimi> there are some other videos that smell similar but they're NSFW
    <@Darc> what about SFC?
    <Jimi> definitely not
    <@Darc> Penalty.
    <Jimi> unless you're Catholic.
    <@Darc> someone had better quote this
    <@Darc> or i quit the internets
    <@bud> /quit?

    Posted to Quotes - #TheZone by bud on Aug 5, 2010
  • Zombie Jesus

    bud:    shel4637: well since when do you turn into a zombie by being bitten by a zombie
    Kaie:    zombies dont exist
    bud:    really?
    bud:    tell that to jay

    Posted to Quotes - #TheZone by Kaie on Jul 30, 2010
  • Dennis miscalculated

    00:10 <@Dennis> who knew installing an OS on a calculator would be such a pain
                    in the ass
    00:11 < snippa> lol
    00:11 <@Syber> sounds like you miscalculated

    Posted to Quotes - #TheZone by Snippa on Jul 23, 2010
    Filed under: , , ,
  • Transvestites

    [11:58:40 am][ @Darc ] so jorje was sitting here just now and he was like "transvestites... men in disguise." to the tune of the transformers theme song
    [11:58:53 am][ Franz ] MORE THAN MEETS THE EYE
    [11:58:53 am][ snippa ] lol
    [11:58:58 am][ Franz ] I SING THAT ALL THE TIME
    [11:59:09 am][ Franz ] works better with TRANSGENDERS
    [11:59:10 am][ @Darc ] you sing about transvestites?
    [11:59:14 am][ Franz ] YEAH WHY DONT YOU
    [11:59:15 am][ snippa ] LOL
    [11:59:21 am][ @Darc ] ...
    [11:59:30 am][ Franz ] best topic for songs ever

    Posted to Quotes - #TheZone by Tweak on Jul 21, 2010
    Filed under: , ,
  • Plug n Pray

    <exor> i hope this works
    <exor> i stole this little bit of script from some huge auto-unattended cd maker
    <exor> by daz i guess
    <exor> IF EXIST "%~dp0updates.x64" (
    <exor>  DIR /B "%~dp0updates.x64" | FINDSTR /R ".*" >nul
    <exor>  IF NOT ERRORLEVEL 1 (
    <exor>   ECHO Adding updates...
    <exor>   dism /Image:"C:\Win7-64\" /LogPath:"C:\DISMLOG.txt" /Add-Package /PackagePath:"%~dp0updates.x64"
    <exor>   FOR /F "tokens=*" %%A IN ('DIR /B /A:D "%~dp0updates.x64"') DO (
    <exor>    dism /Image:"C:\Win7-64\" /Add-Package /PackagePath:"%~dp0updates.x64\%%A"
    <exor>   )
    <exor>   ECHO.
    <exor>  )
    <exor> )
    <exor> GOTO :eof
    <Franz> looks legit
    <exor> i'm hoping that will loop and integrate them all
    <exor> no idea tho
    <exor> i'm going to plug n pray
    <exor> lol
    <Franz> it looks like it ought to
    <Franz> LOLOLOL
    <exor> HERE WE GOOO

    Posted to Quotes - #TheZone by freaka on Jul 19, 2010
  • opers have too much fun

    * Darc has changed the topic to: Thanks to exor for wisely using his IRCop powers durring this week's network attack to help minimize the impact on the network and #thezone.
    <freaka> indeed
    * Dennis has changed the topic to: Thanks to exor for wisely using his IRCop powers durring this week's network attack to help minimize the impact on the network and #thezone and for freaka not to, so he can shave his balls.
    <freaka> THATS BETTER
    <Dennis> I always bring the party
    <freaka> i had to as well
    * Darc has changed the topic to: Thanks to exor for wisely using his IRCop powers durring this week's network attack to help minimize the impact on the network and #thezone. Thanks to freaka for not helping at all, and instead leaving so he can shave his balls.
    <Darc> more accurate.
    <freaka> good point
    <Darc> lol
    <freaka> i have to quote this
    <Dennis> Darc just wanted the credit for the topic
    <freaka> and you got it buddy!

    Posted to Quotes - #TheZone by freaka on Jul 17, 2010
    Filed under:
  • How to get rid of Kaie

    <freaka> np: James Brown - The Big Payback
    <Calculon> Isn't big what she said.?
    <freaka> np: James Brown - The Big Payback
    <freaka> np: James Brown - The Big Payback
    <Calculon> Did you know that big is what she said.?
    <freaka> np: James Brown - The Big Payback
    <Calculon> Didn't you say big is what she said.?
    <Calculon> freaka, big is probably what she said.
    <Kaie> youre obnoxious
    * Kaie has quit (Quit: Leaving)
    <freaka> OMG
    <freaka> YES

    Posted to Quotes - #TheZone by freaka on Jul 17, 2010
    Filed under:
  • Franzene

    <Kaie`> i wish you would appologize for putting so much penis in your mouth

    <Franz> and for that i apologize

    Posted to Quotes - #TheZone by Kaie on Jul 16, 2010
  • Confirmed: Freaka doesn't use mustard as lube.

    <Franz> i hope this laptop will at least allow me to watch porn

    <thadood> lol.

    <Franz> its so hard to watch porn in a kitchen

    <Franz> feels wrong, but its sooooo right

    <Franz> HAHAHAHA

    <Nokio> hahahahahaha dude you need to get your head examined.

    Posted to Quotes - #TheZone by Kaie on Jul 15, 2010
  • freaka's dilemma

    <freaka> some 40 something year old woman wants to pay me to do her
    <freaka> so do i do it?
    <freaka> your votes decide her fate
    <Dennis> I vote no
    <Dennis> You want your great auntie Sue-Ellen to kick your ass out of the house you just moved into?
    <Dennis> With a fucking swimming pool
    <Dennis> A POOL NIGGA
    <freaka> true
    <freaka> but i need some tang too
    <freaka> and some cash 
    <freaka> thats my dilemma
    <Dennis> Then you get it like the rest of us
    <Dennis> You get a job, you get a job and you go to a bar and pick up near-drunk girls
    <Dennis> And you show them that pool
    <freaka> yeah
    <Dennis> Panties will melt right off
    <freaka> good point
    <freaka> fuuuuuuuuuuuuuck brb, gotta tell this bitch off
    <freaka> she'll call me soon watch

    Posted to Quotes - #TheZone by Dennis on Jul 11, 2010
  • freaka vs Chick-Fil-A

    <freaka>: cant stand chick felatio
    <freaka>: er
    <freaka>: yeah i can

    Posted to Quotes - #TheZone by freaka on Jul 9, 2010
    Filed under:
  • #TheZone KickStats Widget for Android

    We have just released #TheZone KickStats Widget for Android! It is available in the Android market under that name. #TheZone runs an hourly kick-lottery, where people chatting will be chosen to be randomly kicked. This widget allows for tracking of your...
    Posted to News by Darc on Jul 1, 2010
    Filed under: ,
1 2 3 4 5 Next > ... Last »
Copyright Right:The:Fuck:Now. #TheZone

Powered by Community Server (Non-Commercial Edition), by Telligent Systems