Session Start: Wed Feb 06 00:00:00 2008
Session Ident: #mirc
[00:00] <Goofy^> yes
[00:00] <Raccoon> grab the little dots (grabber) on the switch bar, and drag it to the side o
[00:01] <Goofy^> picture your own screen..
[00:01] <Raccoon> you can also right-click the switch bar, select Position, and select where
[00:04] <Raccoon> i'm sorry, but you're being too slow for me. i can't keep up
[00:04] <Goofy^> nm!
[00:06] <fuffalo> how do i echo just the digit (not the d(digit)) here: on $*:TEXT:/d\d/:*: {
[00:07] <Raccoon> you need to put () around the desired element
[00:07] <Raccoon> /d(\d)/
[00:07] <Raccoon> then echo -a $regml(1)
[00:08] <Raccoon> regml = reg match list
[00:08] <fuffalo> on $*:TEXT:/d(\d/):*: { echo -a $regml(1) }
[00:08] <Raccoon> no
[00:08] <Raccoon> dont put the closing / inside
[00:09] <fuffalo> oh right
[00:09] <Raccoon> also, that will match any d\d anywhere in a sentence
[00:10] <fuffalo> how do i fix it so it only matches someone typeing "d12"
[00:10] <fuffalo> or "dx"
[00:10] <fuffalo> x being a number
[00:10] <Raccoon> if you want it to be the first thing in the line, you need to anchor it. /
[00:10] <dirtpoor> making a dice roller?
[00:10] <fuffalo> nope
[00:10] <fuffalo> thanks Raccoon
[00:10] <Raccoon> and you can put $ at the end to represent "end of the line"
[00:11] <Raccoon> /^d(\d)$/ is very specific. "d" followed by a single digit number
[00:12] <fuffal0> oops, got disconnected..
[00:12] <Raccoon> i wrote a full fledge dice roller if you want it
[00:12] <fuffal0> it's not a dice roller
[00:12] <Raccoon> ok
[00:12] <fuffal0> it's for a drinking game, it counts drinks ;p
[00:12] <Raccoon> [01:11] <+Raccoon> and you can put $ at the end to represent "end of
[00:12] <Raccoon> [01:12] <+Raccoon> /^d(\d)$/ is very specific. "d" followed by a sin
[00:12] <fuffal0> can i do: /^d(\d+)$/ does that do any number (multiple digits)
[00:13] <Raccoon> yes
[00:13] <fuffal0> alrighty
[00:13] <fuffal0> thanks :)
[00:13] <Raccoon> you're welcome
[00:20] <fuffal0> am i missing something here? why wouldn't if ( $nick == nickname ) { <st
[00:21] <dirtpoor> where is it?
[00:21] <fuffal0> in an on text
[00:21] <diabolic> then you have errors elsewhere
[00:21] <diabolic> pastebin the lot
[00:21] <fuffal0> alirghty
[00:22] <fuffal0> http://dpaste.com/33992/
[00:22] <diabolic> and which echo does it stop at
[00:22] <diabolic> err, does it echo the nick?
[00:23] <fuffal0> it echos the nick, but that isn't inside one of my if's
[00:23] <dirtpoor> you need a ) after thr drinknick and before the {
[00:23] <diabolic> you can't put {} on seperate lines in mirc, this isn't php
[00:23] <dirtpoor> you can put } on seperate lines
[00:23] <dirtpoor> just not {
[00:23] <diabolic> that's what i meant
[00:23] <dirtpoor> and like I said, yer missing a )
[00:24] <diabolic> no he isn't..
[00:24] <dirtpoor> coulda sworn that was a { a second ago
[00:25] <dirtpoor> guess I assumed it was
[00:25] <dirtpoor> eyes are tired
[00:42] <fuffal0> can i use global variables in my ifs? if ($nick == %nickname)
[00:43] <dirtpoor> yes
[00:49] <fuffal0> if i've got an alias and i want to check if a variable was passed, can i do
[00:53] <Raccoon> yes
[00:53] <Raccoon> if you mean you want to see if a parameter was passed
[01:07] <fuffal0> alright..one more question.. ;p in this: on *:TEXT:!setnames:%chan: /setnam
[01:08] <fuffal0> so you would use !setnames asdf qwer xvb and i want it to execute /setnames
[01:08] <dirtpoor> $1-
[01:08] <fuffal0> that didn't work either i don't think...
[01:08] <fuffal0> let me try again here ;p
[01:09] <fuffal0> hmm so: on *:TEXT:!setnames:*: /setnames $1- should pass whatever i type af
[01:10] <dirtpoor> yup
[01:12] <fuffal0> hmmm
[01:12] <fuffal0> to simplify is there some reason this might now work: on *:TEXT:!setnames:*
[01:18] <fuffal0> ahh ok i've figured out my problem
[01:19] <fuffal0> i needed to add a * after !setnames to accept something with more than just
[01:19] <fuffal0> only problem now is how to get rid of !setnames in the $1- listing...i assu
[01:19] <dirtpoor> $2-
[02:31] * Mentalitt is now known as Mentality
[03:33] * Mentalitt is now known as Mentality
[03:34] * Goofy^ is now known as alef-
[04:09] * alef- is now known as Goofy^
[05:22] <damyx28> CIAO
[05:36] * Agalloch is now known as SplitFire
[05:56] * Modoc changes topic to 'mIRC 6.31 @ http://mirc.stealth.net - It's Ash Wednesday. The sta
[06:01] <c3_cEnthi> hy......................
[06:01] <c3_cEnthi> hy.....................
[09:11] <[deXter]> what's the command to connect to a new server using a new window and open
[09:13] <Zuthulu> /server -m other.server.org -j #chan1,#chan2
[09:18] <[deXter]> ty
[10:02] <biloselhi> hello
[10:03] <biloselhi> quit
[10:07] <szed> hello is there a script designer for mirc?
[10:09] <qwerty-> if you have a scripting question, ask here directly
[10:10] <szed> not really just wanted to know if theres somethin to debug thinks on mirc
[10:11] <qwerty-> you may find http://kthx.net/ftb/ useful
[10:12] <szed> ah that's nice will have a look
[10:16] * SaisCysgu is now known as Sais
[10:53] <f34> lets chat
[10:53] <argv[0]> lets not
[11:05] * Disconnected
[11:05] * Attempting to rejoin channel #mirc
[11:05] * Rejoined channel #mirc
[11:05] * Topic is 'mIRC 6.31 @ http://mirc.stealth.net - It's Ash Wednesday. The start of Lent.'
[11:05] * Set by Modoc!Modoc@68-187-43-205.dhcp.ftwo.tx.charter.com on Wed Feb 06 05:56:08
[11:18] <Vicarious> hi
[11:49] <dub204> anyone here use nero to burn divx movies?
[11:51] <argv[0]> wrong place
[11:54] * DiverGuy2 is now known as DiverGuy
[12:33] <GIC-seas> hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
[12:33] <GIC-seas> hhghghgeaaa
[12:38] <Raccoon> http://blueballblindness.ytmnd.com/
[12:44] <Sais> Hmm. The start of Lent, eh? I wonder what I got lent....nothing I recall.
[13:49] <bx__> I need a script or a way
[13:49] <lil0ne-> yawn.
[13:50] <dirtpoor> ?
[13:50] <bx__> to take every file in my /scripts/ dir ending with a certain extnetion and cop
[13:50] <bx__> I run a bot using mirc and want to be able to backup certain .* files when I
[13:50] <dirtpoor> regex
[13:50] <dirtpoor> yer gonna get the same answer as before
[13:50] <bx__> How could I do it
[13:51] <bx__> Ya but it didnt work
[13:51] <bx__> It only deelted .rm .. when i ran the command one after another it only delete
[13:51] <bx__> not all of them
[13:51] <bx__> erm, backed up
[13:51] <bx__> so i dont know if they cant be donn eone after eachother
[13:52] <Zuthulu> I guess $findfile with /copy could do the job
[13:54] <andreea_f> hy boysssss
[13:54] <dirtpoor> /k andreea_f repeat letter kick
[13:55] <Raccoon> I love "cheap chinese knockoffs"
[13:55] <Raccoon> Just received my immitation ipod shuffle for $8 and works great
[13:57] <andreea_f> who wants too talk?????????///////
[13:58] <jackal^> #chat
[13:59] <andreea_f> one girl preety
[13:59] <qwerty-> andreea_f: hi! You are on #mIRC here, which is a HELP channel, NOT a CHAT c
[14:23] <Rezagrats> Im told that i could find an mIRC help file, somewhere in here ?
[14:23] <dirtpoor> /help
[14:24] <Rezagrats> Not for me
[14:24] <Rezagrats> Using mIRC on ubuntu with Wine
[14:25] <Trance|Ge> what do you need help with rezagrats?
[14:25] <Kollektiv> Then you'll need a .chm reader that works under Wine
[14:27] <Rezagrats> >.< and just my luck that #ubuntu is full
[15:00] <bx__> alias inibackup {
[15:00] <bx__> set %inifiles $findfile($scriptdir,*.ini,0)
[15:00] <bx__> set %i 1
[15:00] <bx__> While (%i <= %inifiles) {
[15:00] <bx__> inc %i
[15:00] <bx__> }
[15:00] <bx__> }
[15:04] <SAAF> V AS DAS
[15:05] <SAAF> ADASDBASDASD NDUS ASNASDH
[15:05] <SAAF> BSANDSA
[15:05] <SAAF> BNASBDSBDS
[15:23] <bx__> Hello
[15:23] <bx__> It wont work for me.. any1 :|
[15:25] <Sais> 'it'?
[15:25] <dirtpoor> "it" blew up last night... no "it" here
[15:26] <Sais> Your while loop does nothing
[15:26] <bx__> http://pastebin.ca/894427
[15:26] <bx__> there i is
[15:26] <bx__> * /copy: unable to open 'C:\RefbotVPS\RefbotVPS\RefbotVPS\scripts\backup\ini\i
[15:26] <bx__> -
[15:27] <bx__> thats w hat i get when i do inibackup
[15:27] <dirtpoor> // copy isn't gonna do anything
[15:27] <dirtpoor> well
[15:27] <dirtpoor> no
[15:27] <dirtpoor> but you don't need the //
[15:27] <bx__> it works when i do
[15:27] <bx__> reular copy
[15:27] <bx__> without an %i just a #
[15:27] <bx__> but in the loop it doesnt wanna work
[15:27] <Sais> Isn't // a comment?
[15:28] <bx__> na
[15:28] <dirtpoor> no
[15:28] <bx__> ; is
[15:28] <dirtpoor> /*
[15:28] <dirtpoor> ;
[15:28] <bx__> or that
[15:28] <bx__> idk whats wrong
[15:28] <dirtpoor> I'm not going thru all that code
[15:28] <Sais> ; is, REM is, /*...*/ wasn't sure if the C++ comment had made it in, too
[15:28] <Sais> I'd remove it, anyway. It's not needed
[15:28] <dirtpoor> rem is?
[15:28] <dirtpoor> omg
[15:28] <dirtpoor> lol
[15:28] <bx__> ok
[15:28] <bx__> dirtpoor can u see anyting wrong
[15:29] <dirtpoor> I ain't lookin thru all that script when you already know what part is bro
[15:30] <bx__> no .. i dont
[15:30] <bx__> go look
[15:30] <Sais> Why not use findfile's command parameter rather than making your own loop? ...
[15:31] <bx__> what command parameter
[15:31] <Sais> $findfile(dir,wildcard,N,depth,@window | command)
[15:32] <bx__> ya but
[15:32] <Sais> /noop $findfile($scriptdir,*.ini,0,0,echo -a $qt($1-))
[15:32] <Sais> fex
[15:32] <bx__> whats qt
[15:33] <Sais> quote
[15:33] <bx__> /echo: insufficient parameters
[15:34] <Sais> too many 0s, I think.
[15:34] <Sais> //noop $findfile($scriptdir,*.mrc,0,echo -a $qt($1-))
[15:34] <Sais> gave me plenty of results.
[15:34] <bx__> NOOP Unknown command
[15:34] <bx__> -
[15:34] <bx__> :-x
[15:34] <Sais> err. you're using an older version of mIRC.
[15:34] <dirtpoor> update mirc
[15:34] <bx__> Ya i am
[15:34] <dirtpoor> //echo -q
[15:34] <Sais> It claims to be 6.31....
[15:35] <bx__> it is
[15:35] <Sais> 6.31 has noop
[15:35] <bx__> 6.16
[15:35] <bx__> im on 6.16
[15:35] <bx__> ahh
[15:35] <bx__> how can i update it
[15:35] <bx__> without fucking scripts up
[15:50] <bx``> Ok i updated mirc, tried noop
[15:50] <bx``> and i got: * Copied 'C:\RefbotVPS\RefbotVPS\RefbotVPS\scripts\interference.ini
[15:50] <bx``> It only copied one file
[15:50] <bx``> not all of them
[15:52] <Vicarious> please don't evade bans
[15:54] <bx``> im sorry i just need this to work :-
[15:54] <dirtpoor> then return when the ban is lifted
[15:55] <bx``> i didnt know you couldnt swear like
[15:55] <bx``> it was an accident man
[15:55] <bx``> innocent mistake
[15:56] <dirtpoor> I do it all the time and don't evade bans
[15:57] <dirtpoor> bye
[16:08] * Sais heartily suggests using plenty of echo's to see what's happening.
[16:08] <Sais> (again)
[16:18] <Alchemy51> i need help
[16:20] <Sais> 6 second attention span?
[16:21] <bx``> how do u g et
[16:21] <bx``> The size of a directory
[16:22] <Sais> size = sum of individual file sizes?
[16:22] <bx``> Yea like total
[16:22] <bx``> like \dir\ is 4mb
[16:22] <Sais> You sum the individual file sizes
[16:23] <Sais> $file(<filename>).size
[16:24] <Sais> //var %tot = 0 | noop $findfile($mircdir,*,0,1,inc %tot $file($1-).size) | ech
[16:26] <argv[0]> itd be cool if mirc could parse $file(dir).size
[16:27] <Mentality> yeah
[16:27] <Mentality> it'd be cool if you could get a face lift, but there we go
[16:27] <Mentality> ohhhhhhhh
[16:27] <argv[0]> face lift for my butt
[16:28] <Mentality> erm okay
[16:28] <Mentality> use it a lot do you?
[16:29] <Mentality> argv's gay omgwtfbbq!!!!!!!!
[16:29] <argv[0]> ..
[16:30] <cornflake> youll be getting Karen` look in a min :>
[16:31] <argv[0]> the only way Karen can see me is if she pokes her head from out of the kitc
[16:31] <qwerty-> uh oh
[16:31] <cornflake> lol
[16:31] <cornflake> oh dear
[16:32] <cornflake> although thats why they have smaller feet, helps getting them closer to t
[16:32] <argv[0]> thats uncalled for.
[16:32] <cornflake> lol
[16:35] <Mentality> haha
[16:36] * Mentality changes topic to 'mIRC 6.31 @ http://mirc.stealth.net - Misogyny welcome.'
[16:40] * Modoc5000 is now known as Modoc
[16:40] * DiverGuy2 is now known as DiverGuy
[17:29] <fuffal0> is there a way to seperate commands without having a new line? (something l
[17:30] <Hrung> |
[17:30] <Rezagrats> Doesn't | make them go after one another ?
[17:31] <dirtpoor> thats how things work
[17:31] <Rezagrats> Or if im not mistaked silmultaneously
[17:31] <Rezagrats> Mistaken*
[17:31] <dirtpoor> no
[17:31] <dirtpoor> sequentially
[17:31] <Hrung> mirc script is pretty much single-threaded.. you won't see two commands runni
[17:32] <Rezagrats> Hmm i have one for the regular network i join, and they all join at the s
[17:32] <dmaresca> | is for multiple commands on one line
[17:32] <dmaresca> || is a OR operator for If statements
[17:32] <Rezagrats> I need to reread the help file....
[17:32] <Rezagrats> Been a real long time
[17:59] <fuffal0> alright | worked, thanks ;p
[17:59] <fuffal0> and how do i include color/bold/backgrounds in a script? How do i say "cont
[18:00] <dirtpoor> hit ctrl k
[18:00] <fuffal0> i can't it's in notepad
[18:00] <dirtpoor> copy/paste
[18:00] <dirtpoor> `$chr()
[18:01] <fuffal0> ahh ok
[18:01] <fuffal0> thanks
[18:01] <fuffal0> http://www.mirc.net/ascii.php has a chart for that
[18:02] <fuffal0> oh one more...how do i add something right after a variable? like if i have
[18:02] <fuffal0> currently i have to add a space
[18:02] <fuffal0> can i just add %var in brackets?
[18:08] <fuffal0> hmm nope, brackets don't work
[18:09] <dirtpoor> what are you trying to do?
[18:09] <fuffal0> %var: asdf
[18:09] <fuffal0> the colon makes it not work
[18:09] <fuffal0> to make it work i would have to do %var : asdf
[18:09] <fuffal0> but i don't want the extra space
[18:10] <dirtpoor> $+
[18:10] <fuffal0> %var $+ : asdf
[18:10] <fuffal0> ?
[18:10] <dirtpoor> [ [ %var ] $+ ] asdf
[18:10] <dirtpoor> if the first doesn't work, use the second
[18:11] <dirtpoor> I think
[18:11] <dirtpoor> prolly wrong tho
[18:11] <argv[0]> heh
[18:11] <dirtpoor> my record lately is rather low
[18:11] <argv[0]> definitely not []
[18:11] <argv[0]> %var $+ :
[18:12] <fuffal0> yup, thanks
[18:12] <tedebear> @find inxs
[18:36] <jonisbone> !list
[18:54] * fuffal0 is now known as fuffalo
[19:18] * Hrung- is now known as Hrung
[19:56] <[roger]> how would i write a script to print /names to a pm
[19:57] <dirtpoor> /help raw events or /help raw, don’t remember which
[19:59] <argv[0]> both actually
[19:59] <argv[0]> raw prefix * anyway
[19:59] <argv[0]> [roger] use /debug @debug and run /names to see the raw numerics of the nam
[20:00] <argv[0]> and then use those as documented in /help raw events
[20:00] <argv[0]> you'll need the numerics to get the event triggered.. once its triggered, t
[20:00] <[roger]> i'll paypal you a dollar if you write it for me
[20:01] <[roger]> i'm bad at this kind of stuff
[20:09] <JImmo> any reason now when i click on nicks in a channel it doesnt take me to them o
[20:10] <Bekar> JImmo: what happens if you hold Shift and click?
[20:10] <JImmo> nothing
[20:10] <Bekar> ok, weird then.
[20:11] <JImmo> even if a person has gone offline.. when i wave the pointer over them there o
[20:11] <Bekar> ok, online/offline isn't anything to do with mIRC it's self, but some sort of
[20:11] <JImmo> k
[20:12] <JImmo> i think im just gona have to try a fresh install
[20:12] <Bekar> generally, the nick-clicking thing is only inhibited by the option of shift-t
[20:12] <dirtpoor> shift-click on titlebar
[20:12] <dirtpoor> or ctrl or whatever
[20:13] <JImmo> alrite thanks for the help.
[20:14] <[roger]> alright
[20:14] <[roger]> so i got thsi line to work: raw 353:*: { msg afk $1- }
[20:14] <[roger]> how would i go about putting that in an alias
[20:14] <[roger]> to make it do that for the active channel
[20:14] <dirtpoor> you can’t put it in an alias
[20:15] <[roger]> eh
[20:15] <dirtpoor> you can put it in a %var to use in an alias tho
[20:15] <[roger]> i just want something in the right clcik menu to msg me /names
[20:15] <dirtpoor> put it in a popup then
[20:16] <[roger]> it = what?
[20:16] <dirtpoor> the line to msg you
[20:27] <luphly> bogor
[21:52] <MrBucket> Hello!
[21:53] <MrBucket> Is there a command to add a user to the auto-OP list under CONTROL?
[21:53] <rickcp> /help /aop
[22:00] <argv[0]> fitri, #mIRC is an English only help/support channel for the mIRC chat clie
[23:21] <esnet> hello guys
[23:22] <esnet> anybody there?
[23:22] * DiverGuy2 is now known as DiverGuy
[23:23] <esnet> du du du... silent night... holy night
[23:39] <dirtpoor> it would be nice to be able to switch the editbox to multiline mode with a
Session Close: Thu Feb 07 00:00:00 2008