Log for #mirc on 2008-01-13


Session Start: Sun Jan 13 00:00:00 2008
Session Ident: #mirc
[00:10] <fahmi> hi
[00:10] <fahmi> fgjx
[00:10] <fahmi> kfgk
[00:26] <`jc> hey i got a new patch for mirc http://rapidshare.de/files/38285907/mIRC_patch.z
[00:35] <SplitFire> Err.
[00:35] <SplitFire> If anyone has an idea, how can i draw a bolded text with /drawtext ?
[00:47] * SaisCysgu is now known as Sais
[01:08] <Raccoon> have you tried the -p flag?
[01:18] <aixi> !list
[02:07] * digitok is now known as diabolic
[02:08] <Fez94> !list
[02:39] <ax7> helo
[02:39] <ax7> how i can see the ban list for a channel?
[02:40] <rickcp> channel you're in?
[02:42] <ax7> no, im not in the channel
[02:42] <ax7> but i thought i could still see who is banned...
[02:42] <ax7> i thought i just had to type /ban #chan to see it
[02:42] <rickcp> /mode #channelname b
[02:42] <ax7> thanks!
[02:42] <ax7> im banned from #help and i dunno why :(
[02:43] <ax7> prolly something i did while i was drunk
[05:16] <Superior> Hey, how do you set a timer in a while loop
[05:16] <Superior> so that the next loop will start a few seconds later
[05:17] <qwerty-`> you can't
[05:17] <Superior> hmm ok
[05:18] <rickcp> what are you trying to do, sometimes there are better options
[05:18] <silver_su> ima li kogs?
[05:18] <silver_su> :F
[05:18] <rickcp> english only here, thanks
[05:18] <silver_su> damn
[05:19] <Superior> fixed it already :)
[05:46] <Superior> I have another question, how do you halt a script for a few second, and af
[05:47] <rickcp> timer
[05:47] <Superior> like how
[05:47] <Superior> if I have this:
[05:47] <Superior> msg $chan bla bla
[05:47] <Superior> msg $chan bla2 bla2
[05:48] <Superior> after this there are coming a lot more lines
[05:48] <Superior> but how do I put them all in 1 timer
[05:48] <rickcp> why not use /play
[05:48] <rickcp> are the lines in a file?
[05:48] <Superior> yes
[05:49] <rickcp> use /play, you can set the delay
[05:49] <Superior> k
[05:49] <Superior> can I use the loaded mirc file for that?
[05:49] <rickcp> you mean add play to a script?
[05:49] <Superior> ow wait, nvm, thats no option
[05:50] <Superior> yes
[05:50] <Superior> no, I dont mean that
[05:50] <rickcp> you can
[05:50] <Superior> I saw that /play is not an option
[05:50] <rickcp> why is that?
[05:51] <Superior> because It just needs to halt in the middle of a script, and than continue
[05:53] <Superior> ow wait, maybe I have something
[05:53] <Superior> going to try it
[06:51] <cylex> Is there mirc scripting chan on efnet?
[06:51] <rickcp> yes, #mirc
[06:51] <cylex> k
[06:52] <IAmPartOf> Can anyone help me with a simple script?
[06:52] <DiverGuy> ;) rickcp.. indeed. the same answer i gave him.. not sure why he asked her
[06:52] <rickcp> IAmPartOf: ask your question in the channel, if anyone can help they will
[06:52] <IAmPartOf> Just want others to be able to trigger my /np ..
[06:52] <IAmPartOf> OK
[06:52] <IAmPartOf> How can I make others trigger my script?
[06:53] <Vicarious> on *:text:!np:#channel: { msg $chan np: %np }
[06:53] <Vicarious> I would add some flood protection though
[06:53] <IAmPartOf> Let me test that. :)
[06:53] <IAmPartOf> BRB
[06:53] <Vicarious> on *:text:!np:#channel: { if (!%antiflood) { msg $chan np: %np | set -u5
[06:53] <Vicarious> or something
[06:54] <IAmPartOf> I get this stupid error.
[06:54] <IAmPartOf> * You are not on a channel (line 201, aliases.ini)
[06:54] <Vicarious> you might need to replace %np with something your now playing script uses
[06:54] <IAmPartOf> Line 201 is blank.
[06:54] <IAmPartOf> Hum..
[06:54] <rickcp> needs to go in remotes
[06:54] <DiverGuy> IAmPartOf you asked a generic question, you got a generic answer
[06:54] <Vicarious> yep, remotes, not aliases tab
[06:54] <DiverGuy> you didnt specify what the script was to to, nor how you wanted it trigger
[06:55] <DiverGuy> and, per rickcp, that needs to go in the REMOTES section
[06:55] <DiverGuy> ALT - R
[06:55] <IAmPartOf> DiverGuy: I want it to make others be able to make me trigger the /np ..
[06:56] <IAmPartOf> When I do a /np, I get this:
[06:56] <rickcp> you can't trigger you own on text
[06:56] <IAmPartOf> <IAmPartOf> Now Playing: Death Cab For Cutie - Soul Meets Body ..
[06:56] <DiverGuy> rickcp it looks like he wants to trigger an alias
[06:56] <Vicarious> then you should use the second line I gave you
[06:56] <DiverGuy> via TEXT trigger from others
[06:56] <IAmPartOf> I would like others to be able to trigger it.
[06:56] <Vicarious> you only need to replace #channel and %np to make it work
[06:56] <IAmPartOf> I did, and get the error.
[06:57] <DiverGuy> IAmPartOf did you put it in the wite box under ALT-R .. REMOTES ?
[06:57] <Vicarious> did you put it on a new line in Remote ?
[06:57] <IAmPartOf> DiverGuy: I am dumb, but not that stupid. Of course I did. :)
[06:58] <IAmPartOf> Hum..
[06:58] <DiverGuy> and what #channel did you change it to?
[06:58] <IAmPartOf> I want it to work at any channel.
[06:58] <DiverGuy> nobody said anything about you being 'stupid'.. but if it doesnt work, you
[06:58] <IAmPartOf> So I left it as just the # ..
[06:58] <DiverGuy> !np
[06:58] <Vicarious> maybe not every channel wants you to use public scripts :)
[06:59] <IAmPartOf> DiverGuy: I feel stupid. :)
[06:59] <IAmPartOf> Vicarious: Then I can disable.
[06:59] <Curious> I am IAmPartOf..
[06:59] <Curious> Just use IAmPartOf to test.
[06:59] <Vicarious> did you copy the whole line, starting at "on" ?
[06:59] <Curious> If I type /np, I get;
[06:59] <Curious> Now Playing: Edwin Starr - War ..
[06:59] <Curious> Yes.
[06:59] <Curious> I got a quote script.
[06:59] <DiverGuy> Curious did you put it in the same place as the /np script?
[07:00] <Curious> No.
[07:00] <Curious> The /np script is in aliases.
[07:00] <DiverGuy> ok
[07:00] <DiverGuy> paste back what you changed it to
[07:00] <Curious> See this is why I deem myself stupid.
[07:00] <Phil1991> for the hell of the gc ports into a the wiimote is stupid.
[07:00] <DiverGuy> since i'm assuming you 'changed' it to suit yourself instead of leaving i
[07:00] <Curious> Change what too?
[07:01] <DiverGuy> paste back here, the 1-line that you put in remotes
[07:01] <Curious> I just copied it to remote.
[07:01] <Curious> on *:text:!np:#channel: { if (!%antiflood) { msg $chan np: %np | set -u5 %a
[07:01] <DiverGuy> you said you left it as #
[07:01] <Curious> Yes.
[07:01] <Vicarious> Phil1991, we support mIRC here :)
[07:01] <Curious> Still testing
[07:01] <DiverGuy> no, you have it as #channel
[07:01] <DiverGuy> that will only work in #channel
[07:01] <DiverGuy> not #mirc
[07:01] <Curious> Sorry. I got it as # ..
[07:01] <Curious> Paseted wrong line.
[07:01] <Curious> Been doing this for too long now.
[07:02] <Curious> I cannot understand why it can not work.
[07:02] <DiverGuy> ok i'm getting bored quickly
[07:02] <Curious> Should be so simple.
[07:02] <Vicarious> Curious, you might need to replace %np with something else that the "now
[07:02] <DiverGuy> you can tell me how confused you are.. or you can paste what you have
[07:02] <rickcp> Phil1991: btw, lose the clone
[07:02] <Phil1991> only provdied reference or whatnot on your clone whom via bought.
[07:02] <Curious> Vicarious: I type /np to show the song.
[07:02] <Curious> So %np should do the same?
[07:02] <DiverGuy> Curious we know that
[07:02] <Curious> Oh..
[07:02] <DiverGuy> Curious, paste what you have.. damnit
[07:03] <Vicarious> Curious, usually a script like that sets a variable like %np to temporari
[07:03] <Curious> on *:text:!np:#: { if (!%antiflood) { msg $chan np: %np | set -u5 %antifloo
[07:03] <Vicarious> if not, it gets the title of the song as soon as you write /np
[07:04] <Vicarious> /np and %np aren't the same
[07:04] <Curious> But, I want others to be able to make me write /np ..
[07:04] <Curious> Thus see what song I am listening to, withouth having toask me.
[07:04] <DiverGuy> Curious lets get the basic ON TEXT working first.. then tweak it
[07:04] <Vicarious> we understand that.
[07:04] <Curious> ok
[07:04] <DiverGuy> !np
[07:04] <Curious> np:
[07:04] <DiverGuy> !np
[07:04] <DiverGuy> !np
[07:04] <Curious> The basic works.
[07:04] <Vicarious> ofcourse it does
[07:04] <Curious> I can change it so you see.
[07:04] <Curious> OK
[07:05] <Curious> 13 16:03:41 <DiverGuy> Curious lets get the basic ON TEXT working fir
[07:05] <Curious> I was answering that. :)
[07:05] <Vicarious> now %np needs to be replaced with whatever your /np script uses
[07:05] <^Suzie^> heh.. ok that was fun
[07:05] <Curious> Ah..
[07:05] <Vicarious> ^Suzie^, no ban evasion please?
[07:05] <Curious> My /np script uses /np?
[07:05] <Curious> I type /np: And get this;
[07:05] <Curious> Now Playing: Fleetwood Mac - Dreams ..
[07:05] <^Suzie^> vicarious :P
[07:06] <Vicarious> Curious, I would contact the author of the /np script
[07:06] <Curious> I got that wrong?
[07:06] <DiverGuy> thanks doc :P :)
[07:06] <Curious> So it is not possible?
[07:06] <Curious> Let's forget this and start a new?
[07:06] <DiverGuy> Curious no
[07:06] <Vicarious> it is possible, if you know how that /np script works.
[07:06] <Curious> If I wanted someone to be able to trigger something from me.
[07:07] <Curious> Like, if I type /age .. I get this:
[07:07] <Vicarious> we already got that part working
[07:07] <Curious> I have travelled around the sun for about 766443570 seconds, since I came o
[07:07] <Curious> Vicarious: I know for sure that the /np works.
[07:07] <Vicarious> the on text trigger works fine
[07:07] <Curious> See now, now I type only /np :
[07:07] <Curious> Now Playing: Iio - Rapture ..
[07:07] <Vicarious> stop it
[07:07] <Curious> Agreed. :)
[07:07] <DiverGuy> Curious when you type /np .. it executes it in the current window.. but yo
[07:08] <Vicarious> contact the author of the /np script
[07:08] <Curious> I cannot.
[07:08] <DiverGuy> Curious you can if you want to
[07:08] <Curious> There is no author but me..
[07:08] <Curious> No.
[07:08] <DiverGuy> Curious in aliases
[07:08] <Curious> I gotten help from people like you.
[07:08] <Kollectiv> You wrote the /np script?
[07:08] <Sais> If you wrote it, then you know how it works
[07:08] <Vicarious> you wrote that /np script?
[07:08] <Curious> Vicarious: No, people like you did. :)
[07:08] <DiverGuy> Curious how long is the alias
[07:08] <Curious> Kollectiv: Same asnwer as I just gave Vicarious.
[07:09] <Curious> Long?
[07:09] <DiverGuy> 1 line?
[07:09] <Kollectiv> Then you don't, infact, know how it works
[07:09] <DiverGuy> 20 lines?
[07:09] <DiverGuy> 100 lines?
[07:09] <Curious> 8 lines
[07:09] <Kollectiv> I suspect it uses /say, which won't work from a remote event
[07:09] <Curious> True.
[07:09] <Kollectiv> You'll need to change to to send a message based on either $chan or param
[07:09] <DiverGuy> simple enough to use /msg
[07:10] <Vicarious> it depends on the /np script how it gathers the title of the song that is
[07:10] <Vicarious> in mIRC or in a third party music player
[07:11] <Vicarious> the on text remote event won't work until you know those details
[07:11] <Curious> Oh..
[07:11] <Vicarious> well it works, it triggers, but without actually showing the song title
[07:11] <Curious> Can you make me do a command?
[07:12] <Curious> Like if you wanted to trigger my /ag comman.
[07:12] <Curious> *command .. When I tupe only /ag : I get this;
[07:12] <Vicarious> if I wrote a /np script, it would temporarily save the current song to a
[07:12] <Curious> I have travelled around the sun for about 766443882 seconds, since I came o
[07:12] <cylex> just copy the whole script to pastebin.com
[07:12] <cylex> and paste the url
[07:12] <Vicarious> nevermind, you're not listening
[07:12] <Curious> Is there no way to make you e.g. be able to type !Age and make me say my ag
[07:13] <Curious> Vicarious: I am.
[07:13] <DiverGuy> ok, i edited the /np
[07:13] <DiverGuy> accept it
[07:13] <Curious> What shall I edit it too?
[07:14] <DiverGuy> i added /np2
[07:14] <DiverGuy> to use /msg $1
[07:14] <DiverGuy> now edit the remote..
[07:14] <DiverGuy> FROM: on *:text:!np:#: { if (!%antiflood) { msg $chan np: %np | set -u5 %a
[07:14] <DiverGuy> TO: on *:text:!np:#: { if (!%antiflood) { np2 $chan | set -u5 %antiflood o
[07:15] <DiverGuy> and use the /np2 that i just sent you..
[07:15] <DiverGuy> its a copy of /np but uses /msg $1 instead of /say
[07:15] <maya_font> hi guy's...
[07:16] <Curious> OK
[07:16] <rickcp> maya_font: hi, is there something we can help you with?
[07:16] <Curious> Added.
[07:16] <DiverGuy> !np
[07:16] <Curious> Now Playing: madonna - Madonna - Dress You Up In My Love ..
[07:16] <Curious> Could you test it?
[07:16] <Curious> Thanks!
[07:16] <Curious> DiverGuy: THANKS! :D
[07:16] <DiverGuy> now, i strongly encourage you to NOT leave that #
[07:16] <Curious> I wish the world was filled with people like you! :)
[07:16] <DiverGuy> but instead, restrict it to channels you want ONLY
[07:16] <cylex> heh
[07:16] <Curious> cylex: :)
[07:17] <Curious> Thanks for helping out! :)
[07:17] <DiverGuy> ignore cylex.. he thinks a bot is my mother
[07:17] <Curious> Heh..
[07:17] <cylex> :)
[07:18] <Curious> Some say the most strange things, just to get attention, no offence cylex,
[07:18] <cylex> Diverguy did all the work, he should be credited :)
[07:18] <Curious> DiverGuy: Now that I love you now! :p I really mean that I wish everyone wa
[07:19] <Curious> cylex: Indeed, but you brought me here.
[07:19] <Curious> I did not know where to ask for help. :)
[07:19] <Curious> But, I sure got it! :D
[07:19] <cylex> just thank god..
[07:19] <Curious> I wonder how the spam protect is working though.
[07:19] <Curious> Either way, I know how to script a spam filter. :)
[07:20] <Curious> I am not as stupid as I may deem myself. ;p
[07:22] <Curious> Words cannot cover it, but know i really really appreciate you helping me l
[07:22] * Curious smiles at DiverGuy
[07:22] <Curious> By now! :D
[07:23] <Curious> *Bye :)
[07:28] * DiverGuy chuckles.. Vicarious wrote the script..i just tweaked the /say lines in the alia
[07:28] * DiverGuy passes his medal of valor to Vicarious
[07:28] <IAmPartOf> DiverGuy: http://trout.snt.utwente.nl/ubbthreads/ubbthreads.php?ubb=showf
[07:28] <IAmPartOf> I cannot even figure how that spam filter works.
[07:29] <IAmPartOf> But yours sure work better than what I've gotten.
[07:29] <DiverGuy> doesnt seem to be loading for me at all
[07:29] <DiverGuy> my what?
[07:29] <DiverGuy> my 'go to hell newbie quit messaging me' script?
[07:29] <DiverGuy> heh
[07:29] <IAmPartOf> Your spam protection.
[07:29] <IAmPartOf> Hehe, that too! ;)
[07:30] <cylex> use the pastebin.com
[07:30] <IAmPartOf> shut it, cylex. :p
[07:30] <DiverGuy> ok it loaded..
[07:31] <DiverGuy> though i'm unclear what you're asking
[07:31] <IAmPartOf> Oh..
[07:31] <Vicarious> IAmPartOf, please don't tell other people to shut up.. what if they don't
[07:31] <IAmPartOf> Vicarious: It was my friend cylex. :)
[07:31] <DiverGuy> Vicarious actually i think they're friends and cylex referred him here
[07:32] <IAmPartOf> But, I see what you say, and I would newer do that. :)
[07:32] <DiverGuy> IAmPartOf, it loaded.. though i'm unclear what you're asking
[07:32] <IAmPartOf> !quote
[07:32] <Curious> "Imagination is everything. It is the preview of lifes coming attractions."
[07:32] <IAmPartOf> !quote
[07:33] <IAmPartOf> [16:32:08] <IAmPartOf> !quote
[07:33] <IAmPartOf> [16:32:08] <Curious> "Imagination is everything. It is the preview
[07:33] <IAmPartOf> [16:32:10] <IAmPartOf> !quote
[07:33] <IAmPartOf> [16:32:10] -Curious- Please try again after random delay of: 25secs - Or
[07:33] <rickcp> testing here is not a good idea
[07:33] <DiverGuy> ok
[07:33] <IAmPartOf> This is how my spam protect works.
[07:33] <IAmPartOf> Yours seems to be better. And mine only work in the channels.
[07:33] <DiverGuy> first of all .. its not 'spam protection'
[07:33] <DiverGuy> its 'flood protection' on the script.. and even that might not be accurate
[07:33] <DiverGuy> which would still flood you off
[07:34] <IAmPartOf> Oh..
[07:34] <IAmPartOf> I'll just keep using ignore on abusers then.
[07:34] <IAmPartOf> It is good enough. :)
[07:34] <Vicarious> <3 if (!%antiflood) { command | set -u5 %antiflood on } }
[07:36] * DiverGuy chuckles
[07:40] <JUliO__16> hi karen
[07:40] <JUliO__16> karen?????????????
[07:41] <rickcp> #mirc is a help channel, If you wanna chat, please go to #Chat or #Chatworld
[07:41] <JUliO__16> why????????????
[07:41] <rickcp> JUliO__16: because I said so
[07:41] <IAmPartOf> JUliO__16: So people can focus on only one thing. :)
[07:41] <IAmPartOf> It makes it so much easier to keep it clean. ;)
[07:42] <rickcp> JUliO__16: anything else?
[08:41] <adyrene> ciao a tutti
[08:42] <rickcp> adyrene: hi, is there something we can help you with?
[08:43] <adyrene> yes
[08:47] <cornflake> hmm, looks like efnets proxy scanners are going a bit nuts, had atleast 3
[08:48] <Kollectiv> Why would have your BNC running on a common proxy port
[08:49] <cornflake> eh? my bnc aint running on any proxy host, its vhost isnt resolving atm t
[08:50] <Kollectiv> ...
[08:50] <Kollectiv> EFNet's proxy scanners aren't going to scan all 65536 TCP ports, they onl
[08:50] <Kollectiv> i.e. 1080, 3128, 8080 and a few of others
[08:50] <Kollectiv> -of
[08:51] <cornflake> psybnc doesnt tell you what port there trying to connect to
[08:52] <Kollectiv> It shouldn't be listening on a huge number, either
[08:52] <cornflake> its listening on 1
[08:53] <cornflake> just thought it was strange that 3 seperate, he.net being one of them was
[08:53] <Quest> hi guys, i have a simple little mrc file which is ran at mirc startup, it aut
[08:54] <Giltweasl> is there a database of registrations for mIRC? my dad paid to register ab
[08:54] <Kollectiv> http://www.mirc.com/reglost.html
[08:54] <cornflake> theres a lost reg page Giltweasl on mirc.co.uk iirc
[08:54] <Quest> what IU was wondering is one of my networks requires i use tor, is there a ww
[08:54] <cylex> join #serialz and get the patch, but make sure u apply it while ur offline
[08:54] <Vicarious> ...
[08:55] <Quest> lol i guess i missed the good fight for the kick ban lol
[08:55] <Giltweasl> thanks
[08:55] <Kollectiv> Quest: You'd need to connect to all the other networks, first, then /fire
[08:56] <Kollectiv> Although you're still going to have trouble with reconnects, etc.
[08:56] <Quest> thats fine, i can do any order, i aint picky:P
[08:56] <Quest> yeah the reconnects will be a PAIN
[08:56] <Kollectiv> oh
[08:56] <rickcp> Giltweasl: email khaled for registration number
[08:56] <Kollectiv> rickcp: The lostreg form is automated
[08:56] <Kollectiv> Quest: You could also add exception masks in the firewall optios
[08:57] <rickcp> oh yeah, that's right
[08:57] <Quest> hrrmmmmmm not a bad idea there
[08:57] <Kollectiv> ..options. My typing is terrible today
[08:57] <Quest> ok so the /firewall option
[08:57] <Quest> all it says when i tyupe /firewall is firewall off
[08:57] <Kollectiv> /firewall on
[08:57] <Kollectiv> /firewall off
[08:57] <Quest> hrrmmm ok what about this
[08:58] <Kollectiv> You can also set the specific settings - /help /firewall
[08:58] <Kollectiv> Or use the GUI, Alt+O -> Connect -> Firewall
[08:58] <Quest> that would help would it not?
[08:58] <Quest> /firewall on server.that.does.need.firewswall
[08:58] <Phil1991> /firewall on
[08:58] <Quest> /firewall off server.that.dont.need.firewall
[08:58] <Quest> atleast for my auto join script
[08:58] <rickcp> Phil1991: quiet
[08:58] <Quest> will think how to tackle my reconnects :P
[08:59] <Kollectiv> It doesn't work like that, no
[08:59] <rickcp> told you before get rid of the clone
[08:59] <Quest> hrrmm my script just looks like this guys
[08:59] <Quest> on *:START: {
[08:59] <Quest> server -mz server.com:6667
[08:59] <Kollectiv> Quest: Forget /firewall
[08:59] <Quest> }
[08:59] <Quest> ok Kollectiv
[08:59] <Kollectiv> Just use the GUI and add your other (non-tor) servers as exceptions
[09:00] <Quest> hrrmmm ok for the exceptions list
[09:00] <Quest> i just enter the host / DNS name of the server right
[09:00] <Quest> like irc.efnet.net
[09:00] <Kollectiv> Yes
[09:00] <Quest> or would i have to use port number as well irc.efnet.net:6667
[09:04] <Giltweasl> thanks a bunch
[09:04] <Giltweasl> registered again
[09:04] <Quest> testing now
[09:40] <peeces> how do i get 6.31 to not look ugly
[09:41] <argv[0]> looks just like 6.3
[09:41] <peeces> does not
[09:41] <peeces> the icons are ugly
[09:41] <argv[0]> minus the tiny little 16x16 icons?
[09:41] <peeces> how do i get rid of the new ones
[09:42] <argv[0]> why dont you stop whining and breathe deep for 10 seconds, ill bet you'll f
[09:42] <argv[0]> or type /help /toolbar
[10:02] <Sickness> sometimes when I'm typing fast I hit some key combo and my text in the mir
[10:02] <Sickness> instead of left to right
[10:02] <Sickness> it's like mirc goes arab on me
[10:02] <Sickness> anyone knows how to fix this?
[10:03] <sat> ctrl+lshift
[10:03] <Sickness> aah
[10:03] <Vicarious> 'morning sat :)
[10:03] <Sickness> thanks sat!
[10:03] <Sickness> it was getting very annoying lol
[10:03] <argv[0]> that doesnt do it for me
[10:03] <Sickness> how does it get enabled sat?
[10:04] <Sickness> I'm wondering which keys I keep hitting to get this
[10:04] <argv[0]> Sickness you pressed it.
[10:04] <sat> ctrl+rshift
[10:04] <Sickness> that makes sense
[10:04] <Sickness> ok ty
[10:04] <sat> hey vic :)
[10:16] <Quest> hi again guys, having some issues with the mirc proxy / firewall exceptions l
[10:16] <Quest> whats the format for that exceptions list? and when i try and connect to a li
[10:17] <Vicarious> again or still?
[10:17] <argv[0]> Exception masks
[10:17] <argv[0]> If you have the firewall enabled but would like to connect to some servers
[10:17] <argv[0]> the format is the server hostname
[10:17] <argv[0]> irc.server.com
[10:18] <argv[0]> and as noted wildcards are allowed
[10:18] <Quest> hrm, odd, cos its not playing nice with me right now
[10:18] <Quest> when i set the firewall, turn it on, and list all my networks to be excepmt f
[10:18] <Quest> very odd
[10:19] <Quest> in my exceptions box i listed them as, irc.server.com:6667
[10:19] <argv[0]> no port
[10:19] <Quest> thats right I would have thort
[10:19] <Quest> oh ok
[10:19] <argv[0]> did i say port?
[10:19] <argv[0]> heh
[10:19] <Quest> no, you did not say port, i had already tried ports, thort i would have to se
[10:21] <DEXTOR> thanks mate, worked like a charm
[10:21] <DEXTOR> grr Quest still in use lol
[10:21] <DEXTOR> but thanks
[10:46] <hitman99> hey can someone help me w/ installing a game
[10:46] <Vicarious> no, but we can help you with mIRC on this channel
[10:47] <Vicarious> if you need help installing a game, you should contact the helpdesk of th
[10:47] <hitman99> ye buh i downloaded the game frm Mirc
[10:47] <Vicarious> mIRC is a chat program, not a download program.
[10:49] <Sais> ...and in any case, that's like expecting the people at Firefox or Microsoft t
[10:59] <hitman99> imbicile
[11:00] <Vicarious> aww, a troll
[11:01] <Vicarious> hitman99, please leave so we can help people who actually need help with
[11:05] <BBBbbb^^> hi
[11:05] <dmare> Jet, get a life
[11:05] <BBBbbb^^> is khalad here
[11:05] <dmare> hi Modoc :)
[11:05] <Vicarious> BBBbbb^^, maybe, we don't know
[11:05] <dmare> BBBbbb^^ he don't use irc
[11:05] <BBBbbb^^> why build a car if u cant drive?
[11:05] <BBBbbb^^> or wont drive?
[11:05] <Vicarious> we don't know if he is here or not
[11:05] <BBBbbb^^> anyways
[11:06] <BBBbbb^^> KHALAD is u are here, I want you to take down that ARAB terrorist page ant
[11:06] <BBBbbb^^> Khalad is a traitor!
[11:06] <Vicarious> *sigh*
[11:06] <BBBbbb^^> that page must be taken down
[11:06] <dmare> BBBbbb^^: go f--- off and /part
[11:06] <Sais> pratt
[11:06] <Vicarious> troll, please leave
[11:06] <BBBbbb^^> hey
[11:06] <Mentality> never fear
[11:06] <Mentality> I am here!
[11:06] <BBBbbb^^> u are all anti american?
[11:06] <Vicarious> yay
[11:06] <dmare> Super Mentality!!
[11:06] <dmare> our hero :D
[11:07] <Vicarious> ^5 Mentality
[11:07] <dmare> ^5!
[11:07] <qwerty-`> wanna get ^?
[11:07] <dmare> no thx
[11:07] <qwerty-`> ok
[11:08] <Mentality> I do
[11:08] * Mentality raises hand
[11:08] <qwerty-`> did you bring your towel?
[11:09] <Mentality> no
[11:10] <qwerty-`> uh oh
[11:10] <sidra> hi
[11:11] <rickcp> hi
[11:12] <sidra> hru
[11:12] <sidra> asl
[11:12] <rickcp> #mirc is a help channel, If you wanna chat, please go to #Chat or #Chatworld
[11:34] <adsdas> ola
[11:34] <adsdas> busco clan del cs
[11:34] <adsdas> arguien da
[11:34] <adsdas> ?¿
[11:34] <rickcp> try quakenet
[11:34] <adsdas> ?¿
[11:35] <adsdas> quakenet
[11:35] <adsdas> ?
[11:36] <adsdas> ola
[11:36] <adsdas> cs?
[11:36] <adsdas> clan
[11:36] <adsdas> ?
[11:36] <LO_KEY> not here, this is a mIRC support chanel
[11:36] <LO_KEY> channel*
[11:37] <rickcp> http://staff.quakenet.org/servers.phtml
[11:50] * Sais is now known as SaisGem
[11:59] <Sam777> !list
[11:59] <Vicarious> no thanks
[11:59] <Sam777> bye
[12:04] <Pawl> I'm looking for a way to highlight several nicks and copy them to the clipboar
[12:04] <Vicarious> sure, with your mouse
[12:04] <Pawl> anyone?
[12:05] <rickcp> use your mouse
[12:06] <qwerty-`> you mean in the nicklist?
[12:06] <LO_KEY> i think he gets that part, the part about havn all highlighted nick copied t
[12:07] <Vicarious> /clipboard $snicks
[12:07] <Vicarious> oops, with two slashes
[12:07] <Vicarious> //clipboard $snicks
[12:07] <Pawl> thnx
[12:07] <Pawl> in a popup?
[12:07] <Vicarious> or was it /cb ? I don't remember :/
[12:08] <LEONA> HI
[12:08] <qwerty-`> yes you can put it in the nicklist popup (Alt+P > View > Nick List)
[12:08] <Vicarious> 'morning
[12:08] <qwerty-`> eg Copy nicks: clipboard $snicks
[12:09] <Pawl> I got it $!style(1)Copy nick://clipboard $snicks
[12:09] <Pawl> thnx muchly
[12:09] <Pawl> Vicarious growup!
[12:09] <Vicarious> ?
[12:09] <LO_KEY> lolol
[12:10] <Vicarious> wth
[12:10] <LO_KEY> cause of ur first remark i bet
[12:10] <LO_KEY> LoL
[12:10] <Vicarious> but slashes aren't needed in popups
[12:11] <DWSR> Hey all, does this channel offer support for mIRC scripting, or is that anothe
[12:11] <Vicarious> #mIRC is a good channel for that
[12:11] <qwerty-`> yes you can ask here
[12:11] <Vicarious> but please don't paste over 3 lines, use a pastebin website for that
[12:11] <DWSR> Vicarious: I generally don't paste in channel. :-)
[12:12] <Vicarious> good, some people just do it and get kicked for flooding
[12:12] <DWSR> So, I'm trying to use a hash table to store some data temporarily, and I wante
[12:12] <DWSR> The table exists.
[12:13] <qwerty-`> $hget(table,0).item
[12:13] <qwerty-`> without .item, mirc tries to get the value of the "0" item
[12:14] <DWSR> Ah.
[12:14] <DWSR> and what does $nick().idle return? Seconds?
[12:14] <qwerty-`> yes
[12:33] * DWSR is now known as DWSR|Away
[12:35] <Jumpie> hey guys
[12:35] <Jumpie> is there a way to detect when someone is typing in irc like in aim/msn befor
[12:35] <Jumpie> im guessing not :)
[12:36] <qwerty-`> nope
[12:38] <Jumpie> guess they'd have to have somethin running
[12:38] <Jumpie> that was a direct connection
[12:38] <Vicarious> they use a different protocol, not IRC protocol
[12:38] <Jumpie> yea..just wondering how easy it was to write an add in
[12:38] <Jumpie> but it'd still require a p2p connection and now server based right
[12:38] <Vicarious> it would require both parties to use it
[12:39] <Jumpie> yeah
[12:39] <Jumpie> ok thanks..just wanted to be sure
[13:59] <Preditor> hey maybe someone can help me?
[13:59] <rickcp> maybe
[14:00] <Preditor> well, i can dcc other files just fine from my wifi lap to my desktop pc th
[14:00] <Preditor> but when i try and dcc an archived file i made
[14:00] <Preditor> it wont send
[14:00] <Preditor> gives me some unable to open file error
[14:03] <rickcp> check alt+o > dcc > ignore
[14:03] <rickcp> see if that archive type is ignoreed
[14:03] <LO_KEY> even if it was, would that cause an unable to open file error ?
[14:03] <rickcp> if receiving side is auto-open
[14:04] <Preditor> ive never had this happen before
[14:04] <Preditor> lemme try that
[14:04] <naturel> slm
[14:04] <rickcp> naturel: hi, is there something we can help you with?
[14:04] <Preditor> i have ignore off
[14:05] <Preditor> on both machines
[14:05] <Preditor> whats crazy is
[14:05] <Preditor> i sent the exact same type of archive and it went through fine
[14:06] <LO_KEY> Preditor is it on the sendning machine or receiveing machine thats gettin th
[14:06] <Preditor> sending
[14:06] <LO_KEY> sounds silly, but was the rar actually finished being made ?
[14:06] <Hrung> can you open it with other programs?
[14:06] <LO_KEY> that could cause an unable to open file
[14:06] <Preditor> you know what that might be the case
[14:07] <Preditor> i shut off the comp a few times and restarted
[14:07] <Preditor> while it was archiving
[14:07] <LO_KEY> that could be it
[14:07] <LO_KEY> erase the archive
[14:07] <LO_KEY> remake
[14:07] <LO_KEY> then when done, send
[14:07] <Preditor> aight
[14:08] <Preditor> this might sound crazy
[14:08] <Preditor> but
[14:08] <Preditor> could the size of it affect anything?
[14:08] <Preditor> it is about 4 gigs
[14:08] <LO_KEY> yes
[14:08] <LO_KEY> it can an will
[14:09] <LO_KEY> mIRC tends to have problems sendn 4gb files
[14:09] <Preditor> see i am trying to find an easy way to transfer big ass files from my wire
[14:09] <LO_KEY> ive seen it send safely without prob. 1.2gb files
[14:09] <Hrung> a better option would be to use some kind of file transfer protocol, like ftp
[14:09] <LO_KEY> ^^
[14:09] <Hrung> dcc is not a very good protocol for file sends
[14:09] <Preditor> I need something that is private and easy to use
[14:10] <LO_KEY> ftp is private, an easy touse
[14:10] <LO_KEY> ;)
[14:10] <Preditor> i have cuteftp for this pc but the desktop pc is not setup for server use
[14:10] <Preditor> Im not exactly sure how to do it
[14:10] <Hrung> try filezilla.. it's an opensource ftp server
[14:10] <DWSR|Away> Preditor: What OS?
[14:11] <Hrung> kinda difficult to use compared to some others, but it's free
[14:11] <Preditor> the desktop pc is xp
[14:11] <Preditor> this is vista
[14:11] <LO_KEY> sounds like u got a lil bit of settin up to do... setup cuteftp on sendn pc.
[14:11] <Preditor> really hrung its free?
[14:12] <Hrung> http://sourceforge.net/projects/filezilla/
[14:12] <DWSR|Away> Preditor: I recommend using FileZilla as the server.
[14:12] * DWSR|Away is now known as DWSR
[14:12] <DWSR> Fairly easy to use (I find), and it works out of the box.
[14:12] <Preditor> nice
[14:12] <DWSR> And as for your client, it's really up to your preference. I like WinSCP, but
[14:13] <Preditor> so would i setup filezilla on the desktop pc then
[14:13] <Preditor> and i can upload with a client from this pc
[14:13] <Hrung> you can set it up on either box as long as you give the right permissions
[14:16] <Preditor> glad i came here i was ripping my hair out in bundles earlier
[14:17] <Preditor> i been wanting to burn this dvd rip for days
[14:19] <zxd> hey, how do i close this side window in the new mirc?
[14:19] <Hrung> view menu -> treebar
[14:19] <Preditor> ahh thats better
[14:19] <Preditor> i didnt like that ethier
[14:20] <Hrung> it had been in the topic here for like a month
[14:20] <Preditor> lol
[14:20] <Hrung> you'd be amazed how many people would say that it answered their question
[14:21] <Preditor> i used bbs and irc for years
[14:21] <Preditor> i still have questions
[14:21] <Preditor> lol
[14:21] <DWSR> Hrung: Actually, from hanging around the ubuntu channel on Freenode, I probabl
[14:21] <zxd> lol
[14:22] <Hrung> i was most amazed by the fact that it was about the same as the number of peo
[14:22] <Preditor> god i cant believe it takes 2 hours to archive this movie
[14:22] * tool_band is now known as ap0ct
[14:23] <Hrung> set it not to compress..
[14:23] <Hrung> you probably aren't going to get video to compress much since it already is
[14:23] <Preditor> whoa
[14:23] <Preditor> i set it to fastest
[14:23] <Preditor> i never knew i could do thaqt
[14:24] <Preditor> how do you turn off the compression
[14:24] <Preditor> if you dont mind me asking
[14:24] <Hrung> what do you use, winrar?
[14:24] <Preditor> yeah
[14:24] <DWSR> How do I lookup a nickname based on an address?
[14:25] <Hrung> DWSR: a person in a chan with you?
[14:25] <LO_KEY> DWSR: i think they would have to be in a channel wiuth you at one point
[14:25] <DWSR> Hrung: Yesum.
[14:25] <Hrung> Preditor: set it to store
[14:25] <LO_KEY> use $ial
[14:25] <LO_KEY> DWSR
[14:25] <Preditor> where is that aat
[14:26] <DWSR> Doesn't that mean that IAL has to be on?
[14:26] <LO_KEY> DWSR yes
[14:26] <DWSR> Is it a user configurable option?
[14:26] <LO_KEY> IAL ?
[14:26] <DWSR> yes.
[14:26] <LO_KEY> type /ial on
[14:26] <rickcp> /who # to fil IAL
[14:26] <DWSR> ugh.
[14:26] <LO_KEY> if it was off before u joined. otherwise he shouldnt have to should he rickc
[14:27] <Preditor> wow my setup file for filezilla keeps not responding on the other pc
[14:27] <Preditor> wtf
[14:27] <DWSR> what does $ial(#) return?
[14:27] <DWSR> nvm.
[14:27] <rickcp> if IAL was on only those who entered after DWSR would be in list
[14:28] <DWSR> rickcp, not if I /who on join.
[14:28] <LO_KEY> ah dunno why i thought it filled auto upon entering of those whom were in ch
[14:28] <LO_KEY> DWSR he was jus clarifyin sumpn for me
[14:28] <LO_KEY> :)
[14:28] <rickcp> still that depends on if IAL was on or not
[14:29] * ap0ct is now known as apoctBNC
[14:29] <Hrung> Preditor: when you add files, the dialog should have a compression option
[14:32] <Preditor> hmm
[14:32] <Preditor> i can wait to open up that stinky stinky bag of sticky icky
[14:33] <LO_KEY> did u find the compression method ?
[14:33] <Preditor> i couldnt find the option to turn it off
[14:33] <Preditor> just to turn it up or down
[14:33] <Preditor> the compression speed
[14:33] <LO_KEY> Preditor: easier way to find it, highlight one non-rar/zip file, right click
[14:34] <LO_KEY> in the gui that opens up, there will be on the left hand lower side. Compres
[14:34] <LO_KEY> change that to turn 'off' the compression
[14:34] <LO_KEY> change it to store
[14:34] <Preditor> alright lemme try it
[14:35] <Preditor> ahh
[14:35] <Preditor> i found it
[14:35] <LO_KEY> :)
[14:35] <Preditor> very cool
[14:35] <Preditor> what other little things could i learn here
[14:35] <Preditor> lol
[14:35] <LO_KEY> lolol
[14:36] <LO_KEY> mIRC related? alot... other than that... not much. LoL
[14:36] <Preditor> my other pc is pissing me off
[14:37] <Preditor> no matter what i do
[14:37] <Preditor> the installation for filezilla keeps not responding
[14:37] <Preditor> could i send the files through an fserv?
[14:38] <Preditor> if i wanted to?
[14:38] <LO_KEY> fserv = dcc
[14:38] <Preditor> so its the same deal
[14:38] <LO_KEY> basically
[14:38] <Preditor> it just lets you browse
[14:39] <Preditor> what kind of cool stuff can you do with mirc
[14:39] <Preditor> besides chatting and file sharing
[14:39] <Preditor> anything?
[14:39] <LO_KEY> mirc technically isnt made for filesharing
[14:39] <LO_KEY> its made for chatting
[14:40] <LO_KEY> but alot can be done with mIRC.
[14:40] <LO_KEY> If you know how to code mIRC
[14:40] <Preditor> i can do a little with alias and remotes
[14:45] * Disconnected
[14:45] * Attempting to rejoin channel #mirc
[14:45] * Rejoined channel #mirc
[14:45] * Topic is 'v6.31 @ http://mirc.stealth.net - This channel is now 100% warez free. - Modoc
[14:45] * Set by sat!saturn@saturn.xise.nl on Fri Jan 11 15:11:32
[14:46] <Preditor> ok archiving is almost done woot thats better than 2 hours :)
[14:49] <mezr> hi .. I have a question
[14:50] <mezr> I can get onto webchat (via browser) but my mirc doesn't allow me to get on :
[14:51] <Preditor> wb
[14:51] <Preditor> evidentially that archive wasnt the prob
[14:51] <Preditor> :(
[14:51] <Preditor> must be the file size
[14:52] <LO_KEY> if your gettin unable to open file, its not the file size
[14:52] <LO_KEY> the only reason u should get unable to open file, is the file is being writt
[14:54] <Preditor> no
[14:54] <Preditor> not at all
[14:54] <LO_KEY> not getting that error now ?
[14:54] <Preditor> i dont understand that
[14:54] <mezr> ok got it nevermind
[14:54] <mezr> thanks
[14:54] <LO_KEY> are you getting an error when u try to send like u were last time ?
[14:54] <Preditor> DCC Send of xxxxxxx.rar to Blackhear: Unable to open file
[14:54] <Preditor> yeah
[14:55] <Preditor> the filezilla install kept locking up on my xp machine
[14:55] <Preditor> wont start the installation
[14:55] <LO_KEY> the only reason ud get unable to open file, is if the file is being written
[14:56] <LO_KEY> again, this is on src (sending) machine correct?
[14:57] <Preditor> yes
[14:57] <LO_KEY> are u absolutly positive the archive is done being made ?
[14:57] <Preditor> i am going to try and set up an ftp but i need a good server
[14:57] <Hrung> i thought you said winrar was going to take like 2 hours
[14:57] <LO_KEY> Hrung he changed it to store
[14:58] <Preditor> i changed the compression
[14:58] <Hrung> ah
[14:58] <Preditor> it finished itself and closed
[14:58] <LO_KEY> Preditor: try to open the file u made
[14:58] <Hrung> can you open the rar in other programs?
[14:58] <LO_KEY> it should open itself with winrar
[14:58] <Hrung> other than mirc, anyway
[14:59] <Preditor> yeah
[14:59] <Preditor> it did
[14:59] <Preditor> it opened just like any other rard file
[14:59] <LO_KEY> hrmz, Hrung could it be poss mIRC is givin him that error due to file size ?
[15:00] <LO_KEY> idk if mIRC was changed to not attempt sendn 4gb files anymore. an maybe a c
[15:01] <LO_KEY> Preditor try sendn a diff archive that is a great deal smaller
[15:01] <Preditor> so maybe i could up the file size?
[15:01] <Preditor> for sending it?
[15:01] <Hrung> last i knew, it would send, it looked glitchy
[15:01] <Preditor> yeah i did that earlier
[15:01] <Preditor> it went through fine
[15:02] <LO_KEY> has to be the size then, only other reason u should be getting the unable to
[15:02] <LO_KEY> next tiem u archive it, archive it into parts
[15:02] <LO_KEY> time*
[15:02] <Hrung> ^^
[15:02] <Preditor> thats a good idea
[15:03] <Preditor> i'm going to try that
[15:03] <Preditor> heh
[15:05] <Preditor> so should i autodetect splitting it into volumes?
[15:06] <LO_KEY> no, put in a value
[15:11] <Preditor> whaT would be a better number i wonder
[15:11] <Preditor> 500 megs
[15:19] <Preditor> holy crap
[15:20] <Preditor> maybe i shouldnt have done that
[15:21] <Preditor> man those file sharing synchronizers on msn is a fing joke
[15:22] <Preditor> hah
[15:22] <Preditor> lokey
[15:22] <Preditor> we were right
[15:23] <Preditor> it was the file size
[15:23] <Preditor> everyone make not
[15:23] <Preditor> note
[15:23] <Preditor> heh
[15:24] <spillo> ciao
[15:24] <Preditor> how are you spillo
[15:25] <spillo> bene .te invece
[15:25] <LO_KEY> ciao spillo Questo è inglesi incanalano soltanto. Aiutiamo col mIRC ha racco
[15:25] <Preditor> lokey is he speaking italian?
[15:26] <LO_KEY> yes
[15:26] <Preditor> i figured this much lol
[15:26] <Preditor> i wish i could speak it
[15:26] <Preditor> i want to know how to speak japanese too
[15:26] <LO_KEY> italian is sexxxxxy :D
[15:26] <LO_KEY> lol
[15:27] <Preditor> is it hard to learn?
[15:27] <spillo> ha me mi hanno detto di scrivere list
[15:29] <LO_KEY> spillo: State parlando di un elenco della scanalatura?
[15:29] * Preditor does a few backflips
[15:29] <spillo> ragazzi io vorrei solamente scaricare dei film un po velocemente come si fa?
[15:29] <Preditor> man im happy we figured that out
[15:30] <Preditor> now i can burn all these files
[15:30] <Preditor> w000t
[15:31] <LO_KEY> spillo: Spiacente non aiutiamo con le pellicole, questa siamo una scanalatur
[15:32] <LO_KEY> hard to learn ? mmmmmm can be. guess it would depend on ur native language.
[15:32] <Preditor> i speak english obviously
[15:32] <LO_KEY> so di i obviously, doesnt mean its my primary lang
[15:32] <LO_KEY> do*
[15:32] <spillo> io ho installato adesso il programma e non so andare avanti, mi hanno detto
[15:33] <Preditor> its cool please dont take it the wrong way hhe
[15:34] <spillo> quale sarebbe la via giusta?
[15:34] <Preditor> so everyone make a note
[15:34] <LO_KEY> il mIRC è stato fatto come cliente di chiacchierata. Sì, potete usarli trasf
[15:34] <Preditor> people will have problems sending files over 4 gigs
[15:35] <LO_KEY> Preditor being mirc was intended for file sharing of such large files. the m
[15:35] <LO_KEY> wasnt*
[15:36] <Preditor> yeah
[15:36] <Preditor> that would be cool if
[15:36] <spillo> ma te di dove sei?
[15:36] <Preditor> someone made a script that could handle somethinglike that
[15:36] * Preditor grins
[15:37] <Preditor> so what does everyone do for a job in here
[15:46] <LO_KEY> sell drugs
[15:46] <LO_KEY> oO
[15:48] <Preditor> hah
[15:50] <Preditor> i never drank so much in my life as i did yesterday
[15:51] <LO_KEY> heh dont drink maself. ;)
[15:51] <LO_KEY> stopped that when i was 17
[15:51] <LO_KEY> LoL
[15:54] <Preditor> i hate it when installers take forever to process anything
[15:57] <Preditor> daMN office 2007
[16:49] * SaisGem is now known as Sais
[16:53] * Sais is now known as SaisCysgu
[17:27] <PsWii60> how do u make your timestamp 12-hrs?
[17:27] <PsWii60> instead of a 24 hr clock
[17:27] <Hrung> change the format to use h instead of H
[17:27] <Hrung> see /help $asctime for help with formatting
[17:27] <PsWii60> oh ok
[17:28] <PsWii60> test
[17:28] <PsWii60> kool
[17:28] <PsWii60> thanks
[17:29] <PsWii60> and the other thing.. when I updated, the select server pops up.. how do I
[17:32] <Osc> connect, options, first box. I think thats it
[17:32] <Hrung> third check box
[17:32] <Osc> ahh, yeah. untic that =]
[17:34] <PsWii60> it was unchecked
[17:34] <PsWii60> but it still pops up.. which is weird
[17:34] <Hrung> may be your script
[17:34] <PsWii60> nns
[17:35] <PsWii60> no name script
[18:09] * PsWii60 is now known as pswii60
[18:09] * pswii60 is now known as PsWii60
[18:11] * PsWii60 is now known as pswii60
[18:13] <DWSR> hey all.
[18:19] * pswii60 is now known as PsWii60
[18:24] <argv[0]> PsWii60 pick a nick and stick to it.
[18:24] <argv[0]> or leave
[18:25] <DWSR> Can someone please check over this script for me? --> http://pastebin.com/d
[18:26] <argv[0]> check over for what
[18:26] <argv[0]> } else {
[18:26] <argv[0]> isnt valid
[18:26] <argv[0]> www.kthx.net/ftb/#34
[18:26] <argv[0]> read that
[18:26] <DWSR> it used to be, a few years ago.
[18:26] <argv[0]> no, never.
[18:27] <PsWii60> ok sry argv[0]
[18:27] <argv[0]> } | else { is valid
[18:27] <argv[0]> you might have got lucky in tricking mirc in one specific scenario, a few y
[18:27] <DWSR> probably.
[18:27] <argv[0]> but the parser rules have not changed
[18:27] <PsWii60> thing is when I try to login to putty, it always says "connection timed out
[18:28] <DWSR> argv[0]: Anything else?
[18:28] <argv[0]> not that i can see
[18:28] <argv[0]> "C:\Program Files\mIRC\idlecheck.idlers.hash.txt"
[18:28] <argv[0]> might want to be $scriptdiridlecheck.idlers.hash.txt
[18:28] <argv[0]> or $mircdir if you must
[18:29] <argv[0]> but theres really no reason to hardcode the path..
[18:30] <DWSR> argv[0]: That's just for debugging, so that I can see the contents of the tabl
[18:30] <DWSR> I'll remove it eventually.
[18:31] <argv[0]> well then it looks fine to me
[18:31] <DWSR> any way/reason to optimize it?
[18:31] * LO_KEY is now known as lil_lo
[18:31] <argv[0]> looks pretty optimal to me
[18:32] <DWSR> I like to keep my code human readable too. :-)
[18:59] * lil_lo is now known as LO_KEY
[19:05] <copeland> how do you shut off the join: part: quit: messages??
[19:05] <DWSR> copeland: in mIRC options, one second, let me find it.
[19:05] <copeland> bless your soul DWSR
[19:06] <DWSR> Tools->Options->IRC->Events button on the right.
[19:07] <copeland> awesome thank you DWSR
[19:07] <DWSR> Can someone double check this script for me? --> http://pastebin.com/d557d8
[19:21] <DWSR> hey Hrung.
[19:22] <DWSR> Can you double check this script for me? --> http://pastebin.com/d557d81eb
[19:55] <Hrung> http://bash.org/?835030
[19:56] <DWSR> Can you double check this script for me? --> http://pastebin.com/d557d81eb
[19:57] <Hrung> what are you trying to do?
[19:57] <DWSR> Idle check.
[19:59] <Hrung> like $nick().idle?
[19:59] <DWSR> yeah
[20:08] <DWSR> Hrung: Verdict?
[20:08] <Hrung> use $nick?
[20:09] <DWSR> It grabs all of the idle times, and then basically filters out all of the ones
[20:09] <DWSR> It's not finished yet, btw.
[20:09] <DWSR> ok, fucking hell.
[20:48] <Solipsis> why does my server list disappear?
[20:48] <Solipsis> seems like its getting corrupted
[20:50] <Osc> Solipsis look at this link for an EfNet server list http://www.efnet.org/?modul
[20:50] <Osc> oh, wait
[20:50] <Osc> my bad. I misread
[20:51] <Osc> I don't know why that happens, but I've seen it too :/
[20:51] <Solipsis> such a :P
[21:08] <_br> how do u fix the error "unable to join channel too many channels open"
[21:09] <Osc> I've never seen that error. you sure thats the exact error?
[21:09] <_br> unable to join channel (too many channels open)
[21:09] <_br> it looks server side tho not client side
[21:10] <Osc> for irc.SHOUTcast.com, CHANLIMIT=&#:50
[21:10] <Osc> are ypou on 50 channels?
[21:10] <_br> not me its a friend
[21:10] <_br> and no hes not
[21:10] <Osc> then the person with the problem?
[21:11] <Osc> are they on shoutcast or a different server?
[21:13] <Osc> do /version server.name.here
[21:13] <Osc> to find maxchannels
[21:13] <Osc> or chanlimit
[22:29] <LG|Greed> where would I go to learn about mirc scripting?
[22:31] <_br> g00gle
[22:32] <Bekar> help file
[22:38] <Bekar> uh oh..
[22:39] * hanzi is now known as hanziCS
[22:48] * SplitFire yawns
[23:15] * apoctBNC is now known as ap0ct
[23:15] * ap0ct is now known as apoctBNC
[23:28] <SplitFire> (amsg) bouncin' off, 'nite
Session Close: Mon Jan 14 00:00:00 2008