@# Quotes DB     useful, funny, interesting





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



Comments:

<0> .
<1> msg ramio hi/
<2> if i have a hushtable .. how can i get the totallist of items? not the totallist of data behind items
<3> $hget() is your ffriend. it can get both the list and the data items.
<3> The last form listed in the help is what you need: $hget(name/N, N).item
<4> name, 0 .item
<2> var %i 1
<2> while ( %i <= $hget(table,0) {
<2> msg #bla $hget(table,%i).item
<2> inc %i
<2> }
<2> what wrong with that?
<3> a few things..
<3> var %i = 1
<3> for starters
<3> missing a ) in the while



<2> = is not needed ... ) you are right
<2> but still i dont get a list
<3> Amien: = is needed.
<5> how would i find all words in a string ending in ':', so that I can $replace them with something else
<6> you get alot of words spelled with a :?
<5> well, ending in it
<5> name: etc
<5> i just want to make them bold, so I got name: bla
<5> right now I am just defining them, but theres dozens
<6> ($right(name:,1) == :)
<7> galati
<8> what mirc script does everyone use?
<9> I use none
<6> SimzI: nearly everyone here writes their own
<8> ah right
<10> Most people don't really need a "script" in terms of the bloated, decorative, DLL-filled piles of rubbish that are around nowadays
<10> just a few addons
<8> I find the script that I use has loads of useful features and nice themes :o
<10> I have a plain mIRC except for some useful popups, mIRC sodoku game and some private message blocking stuff
<11> how may i ***ist you
<10> if you start being annoying again, you'll be banned for a long time, so don't bother
<11> who
<10> You.
<11> me
<11> what the **** did i do
<10> heh.
<8> That's what we in the industry like to call.. "owned"..
<6> troll friday
<6> industry?
<8> Figure of speech :]
<12> what _did_ he do ?
<13> #mp3.tarkan
<14> he has been trolling all day
<12> ha! thats what we in the undustry like to call ... a quick in 'n out job
<12> troll .... hate that expression
<14> got a better term for them then?
<12> well, that depends on what you mean
<12> troll is a term used by ops in *nix chans as soon as a newbie is frustrated by not getting any help for a specific question
<14> okay, so you were commenting on a term you dont actually understand yet.. that's great
<12> i do understand the term
<12> a troll is a troll ... in the computer bizniz, we call sad people "lamers"
<12> or something
<12> forum people tend to use the term troll for people that reappear under different handles
<14> a troll is someone who's out to provoke reactions
<6> damn good thing to have someone here that knows more than everyone else
<14> and that's all
<14> what you just mentioned are situations where the term applies to certain people
<6> provoke reactions, kinda like sybariten?
<0> also, will //say /quit quit IRC?
<12> well, maybe thats one way to see it ... when locals in chans see someone new saying things they dont agree with, and they cant bother to reach for arguments, they whip out the troll phrase
<6> sybariten: why not take this to deabate?
<14> sybariten: if it happens to you a lot (which i gather from your hatred towards the term), then maybe you should look at yourself first
<6> debate
<12> well sometimes they do a whois and if its me they can always rely on the ol' gay mother****ing communist tool
<0> true
<10> I'm going to bed
<0> 'nights
<14> HL-SDK: no it won't
<14> unless you have a broken 'say' alias of course
<0> ok thanks
<0> well yeah



<15> I am going insane. really. been trying to fix this for about two hours now...
<6> well keep at it
<15> I was programming away happily in c++, nothing to do with mirc, when all the sudden I start hearing beeping. after 20 minutes, I find out it is mirc. In my status window, I see: "* Break: command halted" about a thousand times. Pretty much doing anything causes another error (they're in red)
<14> slacker_: http://trout.snt.utwente.nl/ubbthreads/showflat.php?Number=72277##72277
<15> "anything" includes sending or receiving a message on _any_ channel or network
<15> alright
<15> -_-
<15> now I'm going to cut myself for spending two hours on it.
<15> thanks
<14> ;)
<14> np
<16> ouch
<14> ..he's not really going to do it
<16> well there are some crazy people on irc
<14> really? :p
<16> *whistles*
<14> hehe
<17> i'm here!
<16> *hides my arm*
<0> haha
<0> good times
<0> when you see kids like that
<0> carved "FEAR" into themselves
<16> nah, I don't have that
<18> kkun ??
<19> hi anyone
<20> how do i get the actual error message such as ping timeout or software caused connection about w/on disconnect?
<20> -about +abort
<20> i'm only asking cuz for some reason the retry in .17 is not working at all for some reason
<20> heh
<6> BGL-: check the forum, seems there was something about that
<20> it wouln't be a big deal if on disconnect $1- displayed the actual error i could handle it with my own script
<20> but for some odd reason retrieving the error on disconnect has never been inherently built into mirc?
<20> i'll check the forum
<21> fghjk
<21> hgh
<16> LOOK4, your keyboard works fine, now try the english language
<21> fghjk
<16> that's still not english, try harder
<16> ..or not
<20> i don't see anything on the forum, i did a search with 'retry' and it returned nothing
<20> no one knows how to just get the quit error message?
<22> hi guys
<22> just wonderd how could i do a timed advert ?
<22> one lined
<22> every 2minutes or somtihgn
<22> bleh *somthing
<6> /help /timer
<22> ta
<22> is there a way to create and alert/sound if someone messages me ??
<23> yes
<22> ./help /what?
<16> /help on text
<16> /help /splay
<16> there may be an easier way though
<23> /help remote
<23> oops
<16> <-- sick and tired
<23> . /help remote
<22> ./splay looks easier
<22> no they both look hard
<22> is there no alerts bit ?
<23> Sine: Its scripting
<23> Sine: Splay is used in Remote
<22> so i would have to make ascrit line
<22> if ./msg client $splay c:\sounds\yo.wav
<22> that type of stuff
<23> sine: the easiest thing to do is dload a script but youd have to try diff ones to get what you want
<23> sine: otherwise script it yourself its not that hard
<22> ive done progamming
<22> it shouldnt be to hard to work out
<22> :D
<23> there is a #scripting channel


Name:

Comments:

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






Return to #mirc
or
Go to some related logs:

#windowsxp
cmnn.ob
#debian
ugly tunisian
#linuxhelp
#gentoo
#eggtcl
jet x vod
#delphi
#politics



Home  |  disclaimer  |  contact  |  submit quotes