Session Start: Thu Feb 21 00:00:00 2008
Session Ident: #mirc
[00:48] * kotigid is now known as digitok
[00:53] <XINDU> met,,core?
[00:54] <XINDU> core,,,?
[00:55] <dmaresca> http://www.pastebin.ca/912326 <= Guys, why the hell is it saying it exi
[01:05] <argv[0]> cause the file is there
[01:10] <dmaresca> argv[0] uhm im in the folder it's in
[01:10] <dmaresca> theres no file
[01:10] <dmaresca> its empty
[01:10] <dmaresca> i even deleted the folder
[01:10] <rini82> hkglhjg
[01:11] <argv[0]> dmaresca what file is that in
[01:11] <dmaresca> huh
[01:11] <argv[0]> what file is that code in
[01:11] <rini82> sory
[01:12] <dmaresca> main.mrc
[01:12] <dmaresca> which is in C:\Scripting\xFed\System
[01:12] <dmaresca> the db is supposed to be in:
[01:12] <dmaresca> C:\Scripting\xFed\System\Database\
[01:12] <argv[0]> s
[01:12] <argv[0]> Databases.
[01:12] <dmaresca> errm
[01:13] <dmaresca> C:\Scripting\xFed\System\Databases\
[01:13] <dmaresca> which it is now
[01:13] <argv[0]> and your point is?
[01:13] <rizha> hy
[01:13] <rizha> hy!jaytea
[01:14] <argv[0]> rizha, #mIRC is an English only help/support channel for the mIRC chat clie
[01:15] <dmaresca> argv[0]
[01:15] <dmaresca> if the f'n file isnt there
[01:15] <dmaresca> it shouldnt say it exists
[01:15] <dmaresca> hense my "else"
[01:16] <argv[0]> type //say $exists(C:\Scripting\xFed\System\Databases\xfed.db)
[01:17] <dmaresca> $true
[01:17] <dmaresca> somehow it
[01:17] <dmaresca> somehow it's creating it
[01:17] <dmaresca> even if it doesnt exist :x
[01:17] <argv[0]> somehow it exists, oh my
[01:17] <argv[0]> lole.
[01:17] <argv[0]> sqlite creates files when you call $sqlite_open, i imagine
[01:17] <dmaresca> http://www.pastebin.ca/912336
[01:17] <argv[0]> because you're.. opening the db
[01:17] <dmaresca> o
[01:18] <argv[0]> thats kind of how sqlite works
[01:18] <argv[0]> night
[01:18] <dmaresca> that'd do it
[01:18] <dmaresca> nite
[01:29] <Bekar> ..
[01:30] <dp> ...
[01:32] <dmaresca> ....
[01:32] <dmaresca> ;)
[02:48] * Jet- is now known as Jet
[03:19] <D-Loc> you guys help ppl with noob scripting problems?
[03:19] <dp> sure
[03:21] <D-Loc> trying to auto join a chan after i get invited to it
[03:22] <D-Loc> on 1:text:*nickhere invites you to join #achan*:*:/j #achan
[03:22] <dp> invites aren't handled by on text's
[03:23] <D-Loc> oh
[03:23] <dp> /help on invite
[03:24] <dp> also
[03:24] <dp> just turn on auto join on invite in the options
[03:24] <G> or just get a console client
[03:24] <dp> mite bit easier than scripting the exact same thing
[03:24] <G> like the other 90% of users on irc
[03:24] <dp> ignore him
[03:24] <G> ;|
[03:25] <D-Loc> auto join on invite will get ppl to screw with me
[03:25] <G> my milkshake brings everyone to the yard
[03:26] <dp> you are trying to script the exact same thing
[03:26] <D-Loc> yes but for one exact msg/chan
[03:26] <G> auto join is for lamers
[03:26] <G> and fuck
[03:26] <dp> there is no $chan identifier for on invite
[03:27] <dp> oh
[03:27] <dp> ok, yeah... on *:invite:#channamehere: /join $chan
[03:27] <dp> sry, was nmistaking on invite with something else
[03:28] <D-Loc> k let's see
[03:33] <D-Loc> nice ty
[03:33] <dp> np =)
[03:35] <D-Loc> i tried all kinda crazy ish but the aswer was kinda easy. heh that's how it g
[03:36] * Raccoon` is now known as Raccoon
[03:39] <dp> and once again, irc goes silent
[04:12] * dp is now known as dirt
[04:31] <szed> hello trying to make a script that i'll have some banned words on a txt separa
[04:36] <Sh3nR0n> $read i guess
[04:37] <fartnokr> as I was ABOUT to say
[04:37] <dirt> prolly be easier if you put them on seperate lines
[04:37] <fartnokr> you could just put them all in one big ole if statement if you wanna make
[04:38] <szed> yes i don't want to do this have a lot of this || that etc
[04:38] <_niteshad> yeah
[04:38] <_niteshad> well
[04:39] <szed> but that about seperate lines seems like a solution
[04:39] <_niteshad> put them in a hash table
[04:39] <_niteshad> easier than a txt file
[04:39] <szed> yes thought of that too but hash tables aren;t memory consuming?
[04:39] <_niteshad> no
[04:39] <_niteshad> I have a script using a hash table on a 400mhz machine with 300 megs ram
[04:39] <_niteshad> ~300
[04:40] <szed> will try then the hash tables solution and see how it goes
[04:41] <_niteshad> =)
[04:41] <_niteshad> you wil lhave to figure a way to add all the words, but you only need to
[04:42] <_niteshad> brb
[04:42] <szed> yes reading help at
[04:42] <szed> 8m
[04:43] <_niteshad> stupid channel limit
[04:43] * _niteshad is now known as dirt
[04:44] <Sh3nR0n> _w4zz
[04:44] <Sh3nR0n> _oops
[04:45] <Sh3nR0n> szed
[04:45] <Sh3nR0n> save the words in a variable
[04:45] <dirt> true
[04:45] <Sh3nR0n> like set %badwords _word1_word2_word3_ etc....
[04:45] <dirt> then just do if isin
[04:45] <Sh3nR0n> yeah
[04:45] <dirt> good call
[04:46] <szed> yes that will work if $4 isin %badwords
[04:46] <Sh3nR0n> yeah exactly
[04:46] <dirt> $1- isin %badwords
[04:46] <Sh3nR0n> it willw ork
[04:46] <Sh3nR0n> $1- isin %badwords > no
[04:46] <Sh3nR0n> $1- is the whole phrase
[04:46] <szed> yes
[04:46] <dirt> hrm
[04:46] <dirt> true
[04:46] <Sh3nR0n> have to test every word of the sentence
[04:46] <Sh3nR0n> hehe
[04:46] <dirt> or
[04:47] <dirt> %badwords isin $1- and while thru $gettok($1-,%a,32)
[04:47] <dirt> where %a is a number increasing up to the number of bad words
[04:47] <szed> hmm ic
[04:47] <szed> that seems lot easier
[04:47] <dirt> no, thats the wrong syntax
[04:47] <Sh3nR0n> %badwords > badword has all the words u will to set
[04:48] <dirt> here
[04:48] <dirt> sec
[04:48] <Sh3nR0n> i guess nnovody will injure womeone with _faggot_moron_mother_fucker and al
[04:48] <dirt> that was the end of him
[04:48] <dirt> lol
[04:48] <szed> heh
[04:50] <dirt> sry, I can't remember how to do it other than using a hash table
[04:50] <dirt> there is a simpler way I'm sure using tokens tho
[04:50] <szed> will give a try with the easy way first and if it doesn't work good for me wil
[04:51] <szed> thx for the help :)
[04:51] <crossfire> why mirc can't list all channel of this server?
[04:51] <crossfire> *channels
[04:51] <dirt> no
[04:51] <dirt> oh
[04:51] <dirt> it is the server, not mirc limiting the list
[04:52] <dirt> there are channel search engines that are of better use
[04:52] <crossfire> for example ?
[04:53] <dirt> I don't have the urls handy, sorry
[04:53] <dirt> try searchirc.com
[04:53] <dirt> dunno if there is one there, but it sounds like it by the name
[04:53] <dirt> and I got that from the default urls in mirc's url list
[04:53] <crossfire> and can you tell me how can i add lagbar in my mirc
[04:53] <dirt> scripting
[04:54] <crossfire> i thried(sorry for my english) but says error..
[04:54] <dirt> that site?
[04:55] <crossfire> addon for lagbar
[04:55] <dirt> oh
[04:55] <dirt> we don't support other people scripts here
[04:55] <crossfire> site is ok
[04:55] <dirt> mainly cause, well, we didn't script them so we don't know how they work to be
[04:55] <crossfire> ok,thanks
[04:56] <dirt> yawp
[06:19] <szed> i want to read from a file like this $read(names.txt,sp,(NAMES || SUBNAMES) %n
[06:20] <dirt> /help $read
[06:20] <szed> meaning line will start either with NAMES or with SUBNAMES but my syntax on th
[06:21] <szed> yes read the help but i'm doing somethin wrong here the wildcard match should
[06:21] <szed> like this $read(names.txt,w,*NAMES* %names)
[06:21] <dirt> I'll help when my movie is over
[06:21] <szed> ok
[06:21] <szed> how long ? :P
[06:21] <dirt> 16:30
[06:21] <dirt> mins
[06:22] <szed> heh ok
[06:37] <dirt> ok
[06:38] <dirt> $read s returns the text FOLLOWING what it matches
[06:38] <dirt> Scans the file info.txt for a line beginning with the word mirc and returns th
[06:39] <dirt> so
[06:39] <dirt> I THINK it matches NAMES and returns the text AFTER that
[06:39] <dirt> thats what I get out of it anyways
[06:40] <dirt> also, try it without the || SUBNAMES
[06:40] <dirt> see if it pulls just the first match up
[06:44] <szed> back
[06:44] <dirt> ^
[06:44] <szed> i did somethin else and worked fine
[06:44] <dirt> ah, k
[06:45] <szed> $read(names.txt,sp,NAMES %names) if ($read(names.txt,sp,(NAMES || SUBNAMES) %n
[06:45] <szed> maybe there is somethin else better but this works good too
[06:45] <szed> the if statement is wrong here only SUBNAMES not names || etc
[06:46] <dirt> dude
[06:46] <dirt> you need to read beginner scripting portion of the help file
[06:47] <dirt> I won't help any more untill you do
[06:47] <szed> ok
[06:49] <szed> i did wrong cp here the correct one is this $read(names.txt,sp,NAMES %names) i
[06:50] <dirt> again, scripting for beginners
[06:50] <szed> what's wrong with it?
[06:50] <dirt> pastebin what you have
[06:50] <szed> ok
[06:51] <dirt> the entire portion, from on whatever to cvlosing bracket
[06:53] <szed> http://pastebin.com/m111711c6
[06:53] <dirt> DUDE
[06:53] <szed> :S
[06:53] <dirt> you CAN'T just start putting commands in there
[06:53] <dirt> it doesn't work like that
[06:53] <dirt> it doesn't know when to trigger it
[06:54] <dirt> is it an alias? remote? popup?
[06:54] <szed> that's a portion of a script
[06:54] <szed> a remote
[06:54] <szed> and this is inside another if
[06:54] <szed> if ($nick said somethin yadayada
[06:54] <dirt> then how do you expect me to help without knowing what everything does?
[06:55] <dirt> like
[06:55] <szed> i was asking for the $read command
[06:55] <dirt> SUBNAMES %names means you are searching for that exact string WITH the space a
[06:55] <szed> yes
[06:56] <szed> that's what i'm doing
[06:56] <dirt> so
[06:56] <dirt> "SUBNAMES %names"
[06:56] <dirt> that EXACTLY is in the txt file?
[06:56] <szed> yes
[06:56] <szed> on a line
[06:57] <dirt> so the word %names is on the same line as SUBNAMES? and I don't mean whats IN
[06:57] <dirt> no, I do
[06:57] <dirt> dude, forget it
[06:57] <szed> what i was asking is about the $read cmd and how i can validate a line which m
[06:57] <dirt> I've been up all night and am having probs myself
[06:57] <dirt> yer better off waiting an hour or so for someone else to awaken
[06:57] <szed> thank u for ur help i appreaciate it
[06:57] <szed> i'm done with it it works ok
[06:58] <szed> but i just try to explain what i was asking
[06:58] <dirt> so you've been wasting my time this entire time?
[06:58] <dirt> thanks, I appreceate that
[06:58] <dirt> EMENSLY
[06:58] <szed> :P
[06:58] <dirt> welcome to ignore
[06:58] <szed> lol
[07:07] <dirt> lol
[07:25] <ReyZAl25> kg
[07:26] <dirt> ...
[07:26] <jaytea> nono, its a valid point
[07:26] <jaytea> kilograms.
[07:27] <ReyZAl25> hee
[07:27] <dirt> not she?
[07:27] <dirt> not shee?
[07:27] <ReyZAl25> kampung la
[07:27] <dirt> english only
[07:27] <dirt> please upgrade to English2_0.dll to continue
[07:28] <ReyZAl25> blah la
[07:28] <dirt> wonder what la means
[07:57] <johno> any of the old timers awake?
[07:58] <Ide_man> helloe
[08:03] <johno> well lets see... karen, bekar, chris, d00d, jolo, rickcp, modoc (before you w
[08:07] <D-Loc> i'm pretty old
[08:44] * Polo is now known as WideBand
[09:13] * WideBand is now known as Polo
[09:16] * D-Loc is now known as D-Licko
[09:37] <tomalak> john: what about me :(
[09:38] <Sais> You're obviously not old enough, tom :)
[09:38] <Sais> ...or about, for that matter ;D
[09:50] * lolFLcptr is now known as stove
[10:20] <dirt> on *:IDLE:*: { if ($irc == $dead) { /throat } }
[10:21] <Vicarious> what? /trout ?
[10:21] <dirt> no
[10:21] <dirt> slash throat
[10:22] <Vicarious> ok
[10:23] <tekkralha> fuck your the dreams
[10:24] <dirt> lol
[10:24] <dirt> I love that kick
[10:31] <[NoiZ]> which ini file contains the commands for right mouse click in a private chat
[10:31] <Kollektiv> That's also in popups.ini
[10:34] <[NoiZ]> ohh strange, couse i added this line in the popups.ini and when i do right m
[10:35] <[NoiZ]> i thought it is placed somewhere else
[10:35] <Kollektiv> popups.ini has 5 sections
[10:35] <dirt> you need to put it in the right section of popups.ini
[10:35] <[NoiZ]> but i will check then the cmd and maybe i got a fault in the line i added
[10:37] <Vicarious> alt+p --> tab "popups" --> menubar "view"
[10:37] * dirt pokes himself in the eye
[10:38] <[NoiZ]> thx
[10:38] <[NoiZ]> ;)
[10:38] <Vicarious> np..
[10:40] <dirt> dangit, I want to script something but I have no ideas =\
[10:40] <[NoiZ]> hehe
[10:40] <dirt> I was so bored earlier, I wrote an alias to not just ban someone, not mass ban
[10:40] <[NoiZ]> i got many ideas but im not that scripter
[10:40] <dirt> I can help
[10:41] <dirt> not like I have anything better to do
[10:41] <[NoiZ]> ;)
[10:41] <Vicarious> and I'm in train right now
[10:41] <dirt> on a train?
[10:41] <[NoiZ]> where?
[10:41] <[NoiZ]> rail
[10:41] <Vicarious> yes, train
[10:42] <[NoiZ]> wlan hehe
[10:42] <dirt> it's either help people here or go play a game
[10:42] <[NoiZ]> uk france?
[10:42] <Vicarious> on my way from work to home
[10:42] <dirt> nice
[10:42] <Vicarious> not WLAN, GPRS..
[10:42] <[NoiZ]> ohhh k
[10:53] * rickcp wonders who johno was and what's with the oldtimer stuff
[10:54] <Modoc> johno use to be a op a long time back
[10:54] <rickcp> using that nick?
[10:55] <Modoc> Yes
[10:55] <rickcp> hmm
[10:55] <Modoc> And when I say long time back I am talking 8+ years
[10:55] <rickcp> of course I bareley remember last week
[10:56] <rickcp> spectacular car crashes are great for film but too many don't do alot for me
[10:57] <Modoc> Infact I think he was one of the people that started the channel. He quit the
[10:57] <Modoc> then he quit again
[10:57] <rickcp> that's along way back
[10:57] <Modoc> yes it is
[10:58] <[NoiZ]> dirt: any chance you got a script that can send me a email on a action or cm
[10:58] <dirt> no
[10:58] <rickcp> must be around the time I got here
[10:59] <dirt> but it is possible, I just don't do sockets
[10:59] <[NoiZ]> that would be a quest for you ;)
[10:59] <dirt> I don't do sockets, dialogs, or custom windows
[11:03] <dirt> welp, I think I am gonna head out... go for a walk or something
[11:27] <R|der> anyone.. how can i hide the notify window when i user treeview
[11:30] <argv[0]> i dont see the notify window in my treebar
[11:31] <Sais> [Thu 19:28:33] <@Sais> Do you mean the entries in the treeview for your
[11:31] <Sais> [Thu 19:28:39] <PakCu> yeah
[11:32] <Sais> Grr. People asking in multiple places...
[11:34] <R|der> @argv[0], its solve.. Sais help me on chan helpdesk dalnet. tq
[12:15] * Disconnected
[12:15] * Attempting to rejoin channel #mirc
[12:15] * Rejoined channel #mirc
[12:15] * Topic is 'mIRC 6.31 @ http://www.mirc.com: *whee!*'
[12:15] * Set by Bekar!bekar@mirc.bekar.id.au on Mon Feb 18 16:16:38
[12:16] <gamati> g
[12:22] <gamati> pws kanw registered to mirc?
[12:23] <argv[0]> ?
[13:30] <stove> on echo
[13:30] <stove> argh
[13:31] <dirt> there isn't on echo
[13:40] <oguz> slm
[13:51] <TheRiot> how do you get a channel that I somehow made into a new window to go back
[13:52] <TheRiot> nevermind I got it
[14:33] <kakarot> hi
[14:33] <kakarot> anybody knows a site i can find certain channels on irc?
[14:33] <grayfax> oh! how can I put information from like a whois into a popup? they did it i
[14:36] <Kollektiv> you'd have to whois the users beforehand
[14:36] <Zuthulu> kakarot http://irc.netsplit.de/channels/index.php.en
[14:37] <kakarot> thnx
[14:37] <Zuthulu> yw
[14:40] <paperino> cia
[14:40] <grayfax> nsa
[14:40] <paperino> ciao
[14:41] <paperino> musica
[14:41] <grayfax> english
[14:41] <argv[0]> no
[14:41] <paperino> italiana
[14:41] <grayfax> english
[14:42] <paperino> ciao
[14:42] <Vicarious> english
[14:42] <argv[0]> everyone, #mIRC is an English only help/support channel for the mIRC chat c
[14:43] <grayfax> please upgrade to English2_0.dll to continue speaking here... thanks
[15:06] * Osc_HE is now known as Osc
[15:28] <ejja> hai
[16:17] <stove> does /loadbuf using the flag -e to evaluate identifiers not work?
[16:18] <stove> i'm using it in an @window
[17:07] <MG25> @find paramore
[17:11] <MG25> @find paramore
[17:13] <LAURYTA> holasa
[17:28] <Metshrine> Question, how would I set mirc to private message a user when a server no
[17:28] <Metshrine> I.E., when I am in +g usermode, I receive the following notice "[07:13pm]
[17:28] <Metshrine> however
[17:28] <Metshrine> on SNOTICE doesnt seem to work
[17:33] <Zuthulu> <- :irc.choopa.ca 718 Zuthulu Zuthulu` ~Zuthulu@pD9E30CD8.dip.t-dialin.n
[17:33] <Zuthulu> looks like raw 718
[17:34] <Metshrine> so how do I trap that?
[17:34] <argv[0]> raw 718
[17:34] <Metshrine> on raw?
[17:34] <Zuthulu> /help raw events
[17:35] <Zuthulu> raw 718:*:/commads
[17:35] <Zuthulu> *commands
[17:36] <Metshrine> testing
[17:44] <Metshrine> Beautiful!
[17:44] <Metshrine> THanks guys!
[17:44] <Metshrine> you rocks
[17:45] <Zuthulu> :)
[17:45] <kiril> !!!!!!!!!!!!!!!!!
[17:45] <Metshrine> Cheers!
[17:47] <Metshrine> btw
[17:47] <Metshrine> how did you track that raw code?
[17:51] <Zuthulu> you open a debug window: /debug @raw
[17:51] <Metshrine> ahhh
[17:51] <Metshrine> cool
[17:51] <Metshrine> thanks!
[17:51] <Zuthulu> then do the command (or in this case connect with a second client and messa
[17:51] <Zuthulu> and look what happens :)
[17:51] <Zuthulu> /debug off
[17:51] <Zuthulu> to turn off the spam
[17:52] <argv[0]> or just close the window
[17:52] <Metshrine> cool
[17:52] <Metshrine> thanks!
[17:54] <stove> darn aline won't evaluate variables, it puts what is literally there, anybody
[17:54] <stove> for @windows
[17:55] <b0by> assalamu'alaikum
[18:04] * Bit^7 is now known as Bit^
[18:36] <dmaresca> is it possible to send emails in mirc
[18:36] <dmaresca> w/o owning a smtp server?
[18:36] <dmaresca> like for game registrations
[18:42] <thedlw> no
[18:42] <thedlw> unless the email server
[18:42] <thedlw> isn't password protected
[18:43] <thedlw> but
[18:43] <thedlw> you can use your isp's smtp server
[18:54] <dmaresca> :(
[19:03] <dmaresca> figures
[19:03] <dmaresca> so there goes my idea for registering usrs in my irc game
[19:21] <stove> uhm
[19:36] <PsyMaster> ne1 have problems with 5.31 and dcc?
[20:40] <SirJB7> hi! somebody from argentina?
[21:16] <PsyMaster> stove I don't use mIRC, I was seeking help for a friend and I believe I m
[21:16] <PsyMaster> 6.31
[21:16] <PsyMaster> is what she is using
[21:19] <PsyMaster> she says dcc worked perfectly until she updated mIRC version, she changed
[21:22] <PsyMaster> ok well....no response channel clear
[21:42] <imoet> hai where r u???????
[21:54] <vwhydrowv> can someone help me with a mirc issue?
[21:54] <vwhydrowv> cant open up irc:// hyperlinks from firefox or ie
[21:55] <vwhydrowv> how can i get this fixed?
[21:57] <argv[0]> upgrade mirc
[21:57] <vwhydrowv> its the newest version
[21:57] <argv[0]> no
[21:57] <argv[0]> you're on 6.17
[21:57] <argv[0]> the newest is about 2 years newer, 6.31
[21:57] <vwhydrowv> its not this machine
[21:58] <vwhydrowv> im remoted into the problem machine
[21:58] <argv[0]> 6.31 works fine
[21:58] <vwhydrowv> it is 6.31
[21:58] <vwhydrowv> that is having the issue
[21:58] <vwhydrowv> ie and firefox doesnt know how to interpret it
[21:58] <argv[0]> return the results of //echo -a $script(0) $nopath($script(1)) $md5($mircex
[21:58] <argv[0]> from the problem machine
[21:59] <vwhydrowv> 1 remote.ini e72425de3cb77a4ddff9289f728017b4
[21:59] <argv[0]> did you enable irc:// links in the options?
[21:59] <vwhydrowv> yes
[21:59] <argv[0]> what OS
[21:59] <vwhydrowv> under the catcher correct?
[21:59] <vwhydrowv> 98
[22:00] <argv[0]> is DDE on?
[22:01] <argv[0]> type /ddeserver on mirc
[22:01] <vwhydrowv> yes its on
[22:01] <vwhydrowv> DDE Server is on (mIRC)
[22:02] <argv[0]> now try?
[22:03] <vwhydrowv> ok
[22:04] <vwhydrowv> firefox doesnt know how to open this address, because the protocol[irc] i
[22:04] <vwhydrowv> how do i associate it on firefox?
[22:05] <argv[0]> it should already be done
[22:05] <argv[0]> how did you install mirc?
[22:05] <vwhydrowv> yes
[22:05] <argv[0]> *how*
[22:05] <vwhydrowv> clicked the exe file to set it up
[22:06] <vwhydrowv> default settings
[22:07] <argv[0]> vwhydrowv click this: irc://efnet/#mirc
[22:07] <vwhydrowv> same thing
[22:09] <argv[0]> i really cant explain that. 6.31 has no known issues with irc:// links, esp
[22:09] <argv[0]> try reinstalling mirc fresh
[22:09] <argv[0]> from www.mirc.com
[22:09] <vwhydrowv> its a fresh install, but im going to try that now
[22:13] <vwhydrowv> same
[22:21] <XPGurl> i can't chat with everyone
[22:21] <Raccoon> there are a lot of people in this world
[22:21] <Raccoon> so no, you can't
[22:22] <vwhydrowv> you could try
[22:22] <vwhydrowv> lol
[22:22] <vwhydrowv> dont think it will work
[22:22] <vwhydrowv> alot of people just wont respond to you
[22:22] <XPGurl> No I mean I can't CHAT with EVERYONE
[22:22] <Raccoon> there are over 6 billion people in the world
[22:22] <XPGurl> morons
[22:22] <vwhydrowv> so your efforts would be wasted
[22:22] <vwhydrowv> then dont
[22:23] <XPGurl> get brains your dried up dicks aren't cutting it
[22:23] <vwhydrowv> no-one IS ASKING YOU TO
[22:23] <Raccoon> and only 2.84 billion seconds in a lifetime (90 years)
[22:23] <XPGurl> Ok I get it
[22:23] <Raccoon> you would have to meet more than 2 people a second or live over 100 years
[22:23] <vwhydrowv> you must be pretty vain to think that EVERYONE would want to chat with yo
[22:24] <vwhydrowv> argv, thanks, lol
[22:24] <Raccoon> kind of depressing that there are less seconds in a life time than IPv4 ip
[22:24] <argv[0]> and yet were running out
[22:25] <argv[0]> all cause apple has a whole class A
[22:25] <Raccoon> shyt
[22:25] <Raccoon> half of the class A's are reserved
[22:25] <argv[0]> to apple
[22:25] <Raccoon> to noone
[22:25] <argv[0]> http://xkcd.com/195/
[22:25] <Raccoon> they would break old hardware
[22:33] <Raccoon> nifty map
[22:33] <Raccoon> so the terrorist threat is really "various registrars" and unused "multicas
[22:34] <Raccoon> and grass
[22:34] <argv[0]> multicast is essentially reserved
[22:34] <Raccoon> 255.255.255.255 is the only multicast anyone needs
[22:34] <Raccoon> a single ip
[22:34] <Raccoon> hardware translation can take it from there
[22:36] <argv[0]> there's a europe UNUSED
[22:36] <argv[0]> thats kind of like sealand
[22:36] <argv[0]> europe needs to start using their resources
[22:36] <Raccoon> europe needs to stop making babies and educate/buy computers for their exis
[22:37] <argv[0]> or both
[22:37] <Raccoon> No IP left behind act. Obama 2008
[22:52] <vwhydrowv> is there a way to find out a persons name on mirc by there ip address?
[22:54] <digitok> no
[22:55] <vwhydrowv> what about by the dns?
[22:55] <Raccoon> usually not, no
[22:55] <Raccoon> because most irc clients set +i(nvisible) by default
[22:56] <Raccoon> though, if you're in the same channel as them, you can.
[22:56] <Raccoon> /who 75-161-97-137.albq.qwest.net
[23:03] <argv[0]> Obama Clinton?
[23:09] <Raccoon> they'll make black female presidential babies
[23:10] <Raccoon> hmm... clinton has a daughter, and bush has a son...
[23:10] <Raccoon> to great tastes
[23:37] <lovelygur> hey guysss
Session Close: Fri Feb 22 00:00:00 2008