@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7



Comments:

<0> spik ingilis
<1> hola
<1> alguine de piura ah
<1> hola piuraaaaaaa
<2> hjhg when you are ready to ask your mirc question in english, ask on #mirc. If someone present knows the answer they will help you.
<3> hello
<1> hola
<1> alguien de piura
<3> yops un peruano
<3> hola
<1> hola
<3> de donde eres
<3> tiaso
<1> lex de donde eres ah
<3> de cusco ps
<3> y tu



<1> jaaajajaj
<2> english only
<3> no
<2> yes
<3> oe que tal es piura
<2> english only
<3> no se
<3> como entre aqui
<1> niio tanmpko pro io estoi aki ajajaja
<2> english only
<4> Osc: how are you?
<2> great. I should be much better tomarrow
<4> me too, just got back from the gym, first time to this one
<2> the most work I do is walking up/down stairs. I'm completely out of shape
<2> if I went to a gym, and worked out, I'd last 3 minutes
<4> I haven't been in two years, since I moved here
<4> I only ran a mile and spent 10 mins in the whirlpool, but it felt great
<2> a whirlpool? I could do that
<4> there's a 24hr gym that's closer, but no whirlpool, not even showers, just glorified machine room
<2> ewww. ride back and stink up your car
<4> this one is ***ociated with a hosipital, and it decked out
<4> and is*
<2> if I worked out I'd probably have to double what I eat
<5> Osc is on connect the equivalent of settings that are put in perform ?
<4> I just plan to increase my basal metabolism for the first couple months, then I'll think about muscle m***, etc.
<2> TheCrowX: the help file makes me think so
<5> just wanted to be sure :)
<2> I can't gain m*** of any kind unless I work out
<4> besides fat? :P
<2> I have a screwy metabolism
<2> no. I can't gain at all
<4> mine was screwed up until I started eating regularly within an hour of waking up
<2> my body wastes energy like crazy
<4> too high? that's uncommon
<4> thyroid issues?
<2> I'm 6 foot 2 and maybe 155
<2> been this way from about 13 till now. now I'm 41
<4> wow
<2> I worked out like crazy for about a year and got up to 190, and ate like 6k calories a day
<6> Whats the function for encoding urls?
<4> wanna swap metabolisms for a week or two?
<2> hehehe
<2> Lorflos: encoding ? whats the idea bahind encodeing a url?
<6> Such as a url with spaces that you want to open in a socket
<2> oh. socket stuff. thats beyond me
<6> I just need the encoding unction
<6> Anyone?
<6> Like %20%21 etc
<4> Lorflos: perhaps these will help: http://rafb.net/paste/results/BPrZt158.html
<6> $base($asc($1),10,16)
<6> ?
<7> $regsubex($1-,/(\W)/g,% $+ $base($asc(\t),10,16))
<7> :}
<6> Theres is no url_encode or anything like that?
<4> sat: this predates $regsubex :P
<4> Lorflos: it's an irc client, and those aliases work fine
<8> besides it's a shame not to put $regsubex to such good use
<6> Whiich one should I use?
<7> Kniht's one. you still have mirc 6.16
<6> But which alias does what?



<4> Lorflos: escape_for_query takes a string and escapes it as a query parameter
<6> I should just POST it as data
<6> And I think I will
<4> another possibility
<4> I use this for my !google script
<6> I had one of those
<6> Worked ok
<9> is there any event of "mouse over" for picture windows?
<4> alfredo: /help picture windows, scroll down to events and identifiers
<9> that's what i have done, maby you can give me alitle help
<9> is maked whit the menu event?
<9> like this?menu @test {
<9> mouse:/echo mouse moved at $mouse.x $mouse.y in $active $1
<4> start with just echo -s commands for the various events, to test
<9> i see
<9> tanks
<10> who speak frenxh??
<2> the ppl on #france
<2> but not the people on #mirc
<10> hein?
<11> na4n1, this is an English only speaking channel
<9> pll can you help me whit this...
<9> can anybody see were is my error on this code:
<9> menu @central {
<9> mouse:{
<9> //echo mouse moved at $mouse.x $mouse.y
<9> if ($inrect(15,50,128,26) == $true) { echo ok }
<9> else { echo erro }
<9> }
<9> }
<8> you're using $inrect incorrectly, /help $inrect
<9> it is returned the error of * Invalid parameters: $inrect
<9> humm
<8> hint: it takes 6 parameters
<9> qwerty-` you had give to me this code if ($inrect($mouse.x,$mouse.y,%rect.x,%rect.y,%rect.h,%rect.w) how can i use it correctlly?
<9> i know the numbers i whant to use but i don't know were to put it
<9> :P
<8> you used it correctly in the menu definition above
<8> you just had the wrong number of parameters in $inrect
<8> look at the two $inrect's you pasted yourself
<8> do they have the same number of params?
<9> nop
<9> hummm
<9> i see
<9> but i dont have numbers for all that
<9> but
<8> you have 4 numbers, specifying the rectangle
<8> 15,50,128,26
<9> yep
<9> how many do i need
<8> what $inrect does is tell if you a point (x,y) is inside a rectangle like the above
<9> 6?
<8> which point would that be in your case?
<9> right
<8> $mouse.x,$mouse.y
<8> so, $inrect($mouse.x,$mouse.y,15,50,128,26)
<9> hummm i see
<9> what is the function of the ($mouse.x,$mouse.y, ...
<8> $mouse.x returns the x coordinate of the mouse pointer (relative to the active window)
<8> $mouse.y the same for the y
<9> right right
<9> :P
<9> i got it know
<9> i got it now
<8> :)
<9> qwerty-` your the man !!!
<9> :D
<8> uh huh
<9> lol
<9> yeah!!! it work!!!!!
<9> IT WORK!!!
<9> finally
<8> \o/
<9> i dont see the revolution i'm gonna make on my script just whit this line


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #mirc
or
Go to some related logs:

#politics
#computers
#allnitecafe EFnet nannette
720o vs 1080i
#computers
#unix
#nintendo
#microsoft
cosmos cat on linux
#linux-noob



Home  |  disclaimer  |  contact  |  submit quotes