@# 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 8



Comments:

<0> DJ-ProsiT: $send() $get()
<1> aaah
<1> let me look it up
<1> tired of seend what my friends are sending me want to make a better notice script hehe
<1> $get(1).cps
<1> this will tell me in Bytes how fast?
<2> do you ever read?
<1> yeah just making sure
<2> k
<1> they put it all kinda double meaning lol
<2> the help made it sure
<1> im talking about the help
<1> lol but im also tired ;p
<2> theres no point in reading if you're going to re-ask "just to make sure"
<2> its inefficient
<1> hehe



<1> wat to be absolutley before i just to conclusions ;p
<1> nice this part works hehe
<1> //echo -a $round($calc($get(2).rcvd / ($get(2).size / 100)),2)
<1> wow
<1> that much for 4 numbers hihi
<3> <@_Vyper> I had a bunch of Canadian dollars I needed to exchange, so I went to the currency exchange window at the local bank.
<3> <@_Vyper> Short line...just one person in front of me, an Asian guy who was trying to exchange yen for dollars and he was a little agitated.
<3> <@_Vyper> He asked the teller, "Why it change? yesterday I get two hunat dolla fo yen - today I get hunat eighty? Why it change?"
<3> <@_Vyper> The teller says, "Fluctuations."
<3> <@_Vyper> The Asian guy says, "Fluc you white guys too!"
<4> hey guys what do u think of this house?
<4> http://www.virtualproperties.ca/g5459/l/photogallery.htm
<5> how do i turn on time stamps?
<6> asftf
<2> i agree
<1> hmm
<1> how do i add the 0 in 01 02 03 count
<1> like force a 0
<7> how do i view my ignore list?
<1> hi
<1> whats the repeat $???
<1> $????(text,N*)
<8> DJ-ProsiT, please carefully think again about what you want answered and re-phrase your question accordingly, because we are having trouble understanding what you are asking.
<8> ^_^.
<8> Stole it from Ment heh.
<1> hehe
<1> good
<8> Good.
<1> theres a way to repeat f,eks
<1> $chr(160) 10 times
<1> instead of copy paste
<1> theres like $???($chr(160),10)
<1> cls
<1> or something like that
<8> $+() is one way.
<1> not really
<1> does that repeat 10 times?
<8> What's with the not really followed by a question?
<8> $+($chr(160),$chr(160),...10 times).
<1> waht if i want it 100 times
<1> theres a $ for it
<9> use $str
<1> STR thats the one
<1> thank you
<9> and $chr(160) isn't a hard space on all fonts btw, it may very well look like gibberish to others
<1> hehe
<1> i know
<1> its for MY IRC not others ;p
<1> is there a way to add the 0 to 01~09
<1> the value is 1 2 3 4 5 6 7 8 9 but i want it 01 02 03 04 05 06 07 08 09
<1> lol
<1> is there a way to retrieve the incomming DCCers nick in a $
<1> forget that
<10> anyone wanna chat 22/f here
<10> looking ot make friends
<10> to
<1> ;p
<11> of cvour
<10> ?
<1> cvour?
<10> ?



<11> vcoour!
<11> it worked mr prosit
<11> it really did
<12> anyone want a green laser pointer?
<12> i'm buying some for the astronomy club, and am getting a reduced price for large order
<11> no, i want a fuscia one
<11> you failed me racc
<12> eh?
<11> pepperoni pizza > *
<13> what's a green laserpointer?:]
<11> haha
<11> someone tried to spam me
<11> /cls all
<11> bahaha
<11> loser.
<11> and im drunk too!
<13> 09:41:12
<13> :/
<11> enjoy your evening racc, pornography, women, dogs, whatever!
<12> woof woof
<12> i'm not picky-- as long as they take it doggy
<12> yeah, i just got it too.
<12> glad i use Single Message Window.
<12> *right-click close*
<14> anyone can helpme im new
<14> hhhheeeellllppp mmmmeeee
<14> plaesaase
<9> it would be a good start to state what you need help with
<9> oh how nice i just got flooded like crazy
<15> hey people :)
<15> got a remote-script question... how do i suppress normal chat, actions and notice messages to appear?
<16> hi :)
<17> got a remote-script question... how do i suppress normal chat, actions and notice messages to appear?
<18> hi
<19> braila
<19> bucuresti
<20> hi! karen, How r u?
<20> idem from USM?
<20> Hi!
<21> what kind of messages are replies to /who commands
<21> for example if i want an event to trigger on a /who reply
<22> 'morning
<22> Swish: use raw events
<21> hmm
<21> raw doesn't work in curly brackets?
<22> raw 352:*: { if ((hostname.domain.tld == $4) && ($me !isop $2)) { .msg $6 op $2 myp*** } }
<22> just an example
<21> would it work if i for example wanted to pull out someones host out of /who so i could do a ban on it
<22> yes, raw numeric 352 gives the hostname
<22> like I showed in the example
<22> raw 352:*: { if (hostname.domain.tld == $4) { ban -k $6 $2 kick reason } }
<23> hey, how can i check how many elements are in my hashtable?
<23> and if my table names: my_table
<21> could i make it it's own alias, dieppiej
<23> can i save using this command in mrc file: /hsave -io my_table my_ini_section
<22> Swish: raw event is a remote event.. it's not a command
<22> but ofcourse you can use an alias which triggers /who #channel
<22> and then the raw event triggers on the /who replies
<24> i got a bit annoying problem, im doing a script which should replace all spaces in a textline with the actual text "$chr(32)"
<24> $replace(a b c,$chr(32),_) <--- this works BUT check this:
<24> hmz
<22> ?
<24> ehm its hard to explain :S
<24> $replace(A . B . C, . ,_)
<24> here i want to replace all " . " with _
<24> how do i force it to use those spaces ?
<24> $replace(A . B . C, . ,_) <--- this would only return "A _ B _ C"
<24> kinda forgets/skips the spaces
<22> $replace(A . B . C,$+($chr(32),.,$chr(32)),_)
<22> works here
<24> gonna test one sec
<22> //say $replace(A . B . C,$+($chr(32),.,$chr(32)),_)
<22> A_B_C


Name:

Comments:

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






Return to #mirc
or
Go to some related logs:

#directx
#politics
#beginner
#computers
#computers
#beginner
#beginner
#politics
#windows
#microsoft



Home  |  disclaimer  |  contact  |  submit quotes