Session Start: Sat Feb 09 00:00:00 2008
Session Ident: #mirc
[01:18] <_Scarface> DUDE MAN
[01:18] <_Scarface> FUCKIN JBALLS
[01:41] <zloi> XUI SOSITE PIDARASI
[03:51] <onutza> sall
[04:32] <robb> hi
[05:49] <sdhbs> bafta baieti si fete
[06:41] <herger> hi
[06:41] <herger> ich suche war
[06:42] <herger> 4on4
[06:42] <herger> schreib doch zurück
[06:42] <herger> hallo
[06:42] <Osc> hi
[06:42] <Osc> english only, inglés solamente, alleen Engels, anglais seulement, nur Englisch,
[06:42] <herger> hi i look at a war
[06:42] <sat> herger: hi! If you're looking for other gamers, wars, counterstrike-related cha
[06:54] <frees> here's to respecting women
[07:19] <Chenthell> hi , just opened a new irc server , the X it`s coming in few hours , big
[07:20] <argv[0]> temper temper
[07:21] <Schucz> lol. he asked for it
[07:21] <argv[0]> not with such rude language!
[07:21] <sat> oh please
[07:21] <argv[0]> OH PLEASE YOURSELF
[07:21] <sat> hush.
[07:21] <argv[0]> k.
[07:22] <sat> ty.
[07:26] <Osc> Chenthell glimed
[07:35] * frhey is now known as ge6vana
[07:54] * d00dman_ is now known as d00dman
[09:17] <jackal^> is this correct? on @:JOIN:#channel:mode # s
[09:44] * Kollektiv changes topic to 'mIRC 6.31 @ http://mirc.stealth.net - Misogyny not welcome. |
[09:52] <jackal^> nice topic :D
[09:56] <gbush> is it possibile to make a local variable which doesnt need to be passed from
[09:56] <gbush> kinda like a variable which is "global" only within the script
[09:56] <gbush> not within mirc
[09:56] <gbush> is that possibile?
[09:56] <Kollektiv> no
[09:57] <gbush> ok
[09:57] <gbush> then if i call a procedure
[09:57] <gbush> and its sets up some vars
[09:57] <gbush> and then use "return"
[09:58] <gbush> those vars are returned to the procedure in which you returned?
[09:58] <gbush> or i have to set them as parameters
[09:58] <Kollektiv> I'm afraid I don't understand the questions
[09:58] <Kollektiv> -s
[09:59] <Kollektiv> aliases can only return strings, not references to variables
[09:59] <cornflake> you want a var to be local within an alias though passed back to the call
[10:00] <Kollektiv> (you can, of course, return the name of a global variable)
[10:00] <gbush> i mean it doesnt need to be passed
[10:00] <gbush> like a global variable
[10:00] <gbush> but it cant be used from other scripts (like a global var does)
[10:00] <Kollektiv> again, can't be done
[10:01] <Kollektiv> just give your variables unique enough names
[10:01] <gbush> yeah now i know,
[10:01] <cornflake> or unset them before the script ends
[10:02] <gbush> if i call an alias which sets a local var %v to 3 and then i just use return
[10:02] <gbush> will that %v be 3 when i go back
[10:02] <gbush> ?
[10:02] <cornflake> no, youd need to pass that to the alias and have it set the local var to
[10:03] <Kollektiv> local variables are destroyed when the script ends
[10:03] <gbush> the script doesnt end
[10:03] <gbush> the alias is in same script
[10:03] <Kollektiv> ...
[10:03] <gbush> so i use
[10:03] <gbush> return %v
[10:03] <gbush> ?
[10:03] <Kollektiv> that will return the contents of %v
[10:04] <gbush> ook
[10:04] <gbush> i'll stick with passing on variables then
[10:04] <gbush> thnx for the help guys
[10:11] <lalok> hai...
[10:18] <onutza> ceau all
[10:19] <sarah87> hai..onutza
[10:24] <LOL> fephe NO PM's
[10:42] <pimpwell> how do you fo math with mIRC
[10:42] <pimpwell> do*
[10:42] <pimpwell> I want to get the total of: 1+2+2+3+3+4+4+5+5+6+6+7+7+8+8+9+9+10+10+11+11
[10:43] <Kollektiv> $calc
[10:43] <Kollektiv> //echo -a $calc(1+2+2+3+3+4+4+5+5+6+6+7+7+8+8+9+9+10+10+11+11+12+12+13+13
[10:43] <pimpwell> thx
[10:57] * hasouna is now known as hoooo
[10:57] <hoooo> hi '
[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 - Misogyny not welcome. | Yahoo's board rej
[11:05] * Set by Kollektiv!collective@universe.wot.net on Sat Feb 09 09:44:06
[11:27] * Mango is now known as Rezagratz
[12:19] <Swuave> when i do a whois
[12:19] <Swuave> raw 311:*: {
[12:19] <Swuave> if ($gettok($1-,2,42) == f) { echo -a works }
[12:19] <Swuave> }
[12:20] <Swuave> this isn't working... i can't seem to figure out why.
[12:21] <Bekar> umm..
[12:21] <Bekar> you're trying to see if the 'real name' is set to 'f' ?
[12:21] <Bekar> the string will begin with a :
[12:21] <Bekar> i.e. :f
[12:21] <Swuave> yeah
[12:22] <Swuave> look like this line.net * f
[12:22] <Swuave> the end of it anyways
[12:22] <Swuave> on my whois
[12:22] <Bekar> also, why not just check if ($6 == :f) {
[12:22] <Bekar> your $6 is set to :Swuave
[12:22] <Swuave> hrm
[12:22] <Swuave> lol
[12:23] <Swuave> good idea:)
[12:23] <Bekar> hrm.. I wonder when mIRC removes the : for display ..
[12:24] <Bekar> before then.. don't need to include the : .
[12:24] <Bekar> if ($6 == Swuave) { echo -a :: boo :: } = hits
[12:32] <Swuave> ah
[12:32] <Swuave> thx
[12:49] <skyevola> hi
[13:09] <gatita_16> uyuyhf
[13:58] <esma> ciaooooooooooooooooooo
[13:58] <esma> ciaooooooooooooooo
[13:58] <esma> ciao
[13:58] <Scoobs8> stfu
[13:58] <esma> ciao
[14:03] <Bekar> ...
[14:04] <toalettbo> ngn som e på o lira pcw på CS ?
[14:04] <toalettbo> HALLÅ ?!
[14:05] <toalettbo> någon ?!
[14:06] <toalettbo> FFS
[14:10] <toalettbo> hallå ? !
[14:35] <LOL> cE_zWt_^ spamming
[14:36] <Osc> /stats p cE_zWt_^
[14:36] <Osc> let one of the opers you see listed know =]
[14:58] <tadaa> hello
[14:58] <tadaa> where can i get help with some mirc scripting?
[14:58] <Osc> hi
[14:58] <Osc> here and the help file
[14:58] <tadaa> ok
[14:59] <Osc> and it needs to be your script, not someone elses script you want to fix or cha
[14:59] <tadaa> nope i need some advices
[14:59] <tadaa> lets say i have two variables, %a is set to 5days 21hrs 34mins 2secs and %b i
[15:00] <hemstock> I downloaded the new mirc can I change the new menu with the channels and
[15:10] <Sais> hemstock: The treeview, you mean? Yes. View -> switchbar and View Treeview.
[15:51] <fuffalo> can i load another script in my on:LOAD?
[15:51] <Bekar> fuffalo: yes
[15:51] <fuffalo> thansk
[18:45] <pizza_god> hey guys
[19:07] * _w4zz is now known as w4zz_
[20:23] <P5YCH0> hello
[20:23] <P5YCH0> my name is INDRID COLD
[20:24] <P5YCH0> and i like ice cream
[20:48] <co_jomblo> hy....
[20:48] <co_jomblo> hy....
[20:49] <co_jomblo> hy...,,
[20:49] <P5YCH0> sup\
[21:13] <nAeZie> hi
[21:27] <BliZZardX> anyone know why i cant get my regex to match 2 strings? http://pastebin.c
[21:37] <Lucent> how do i get rid of this new tree view thing of the channels and servers? ri
[21:37] <Lucent> position: top left bottom right, no none
[21:40] <BliZZardX> view -> treebar
[21:40] <Lucent> thanks
[21:40] <BliZZardX> np
[21:42] <BliZZardX> anyone fimiliar with regular expressions around?
[21:42] <Lucent> i'm alright
[21:42] <BliZZardX> any idea why this wont work: http://pastebin.ca/898273 ?
[21:43] <Lucent> did you mean /Smith|Bob/ ?
[21:44] <BliZZardX> same result
[21:44] <Lucent> what's your goal?
[21:44] <BliZZardX> to have those 2 match and output 'success'
[21:45] <Lucent> i'm not familiar with the surrounding mirc script, but if you want to match
[21:45] <BliZZardX> what's /gi ?
[21:45] <Lucent> global, match more than once
[21:46] <BliZZardX> i just have it as a basic alias
[21:46] <BliZZardX> im trying to figure how this stuff works
[21:46] <diabolic> What are you trying to do??
[21:46] <BliZZardX> yay gi worked
[21:46] <diabolic> That'd match Smith Smith also
[21:46] <Lucent> the help comes full circle
[21:47] <BliZZardX> mm
[21:48] <argv[0]> the help isnt meant to help much with regular expressions themselves, that
[21:49] <diabolic> it'd help if BliZZardX knew exactly what he wanted to achieve
[21:49] <BliZZardX> what do you mean?
[21:50] <diabolic> I mean you aren't really matching anything properly
[21:50] <diabolic> you're just asking for 2 matches
[21:50] <argv[0]> i think he just wants to test anything
[21:50] <BliZZardX> yea
[21:50] <argv[0]> which is fair
[21:50] <diabolic> oic
[21:50] <BliZZardX> but i think i see what you're saying
Session Close: Sun Feb 10 00:00:01 2008