@# 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> WHAT
<1> On a public channel, "hi" means something quite different.
<0> OK
<2> you can say hi to a bunch of people
<1> You can
<1> But it is a twisted word in that case
<1> Do you see the point?
<1> If you are humble you would say "Can i please have some attention", and if you are anything but humble you would make the audience apply to you first by calling them with a "hi" statement.
<1> To make contact.
<1> Thats why you should fear people that says hi.
<3> hi
<4> ....
<5> join #xboxemu
<6> hi Mentality sat
<6> sat do you know where is dutch city Heerlen ? Is it near german boarder ?
<7> do i know you?



<6> I'm going to buy a weed indica type, cause I'm fed up of sativa
<6> I mean blueberry
<6> that's why I asked you such a question
<7> ah, you're one of those idiots that think using drugs is 'cool'
<7> welcome to my ignore list
<6> sat you're an idiot, cause you live in drug country
<8> hi
<8> how do I make my own room?
<9> is there a way to make mirc use multiple columns?
<7> Runnigan: just join an empty one
<10> Runnigan: first, upgrade mirc to the version you see in the topic
<7> fluor_: multiple columns where?
<9> in channel window. people write so short text that it's pretty annoying that i have to scroll back, when all i could do is to have older messages in the next column
<7> uhh. no.
<1> crazyefe has been spamming me for several days, with different nicks ofcourse, but i would appreciate if anyone could ban that adress.
<11> Someone was spamming me this night, but different hosts..
<12> //mode $me +g
<11> Hum, I have a little problem, pretty hard for me to put into words but I want to strip a text and the token in the text to strip shall be read in from an ini-file.. When I try this; $strip( $ $+ $findtok( $readini( sett.ini, string), #ThisIsWhatIwant#, 1, 32) ) it returns $5 (or what number it is), so it doesnt strip that token..
<11> The question is ofcourse how I do to strip that token instead of the number, I tried with brackets, but did not help..
<12> $strip is for removing control codes
<11> yes
<11> And I want to remove those from the token in the text
<2> you have to evaluate the $ $+ ... part twice
<11> Ok, how do I go about that in this case?
<2> $strip($eval($ $+ $findtok( $readini( sett.ini, string), #ThisIsWhatIwant#, 1, 32),2))
<11> hm
<11> ah
<11> Thanks alot _hixxy, works perfectly :)
<2> np
<7> with 'strip' did you mean 'remove'?
<11> No, $strip to remove controlcodes..
<7> oh okay
<7> many people confuse those, thats why i asked, but ignore me then :)
<11> ;)
<2> what would be the difference?
<12> $strip only removes control codes
<2> oh, I thought sat was saying people confused stripping control codes with removing control codes
<11> Think he meant $strip with $remove :)
<7> *nod*
<13> hello
<14> hey, how do i close all my complete/incomplete DCC transfers?
<15> look at /close
<15> close [-icfgms@] [nick1] ... [nickN]
<15> Closes all windows of the specified type and the specified nicknames. If no nicknames are given, all windows of the specified type are closed. The type of window is denoted by c for chat, f for fserve, g for get, i for inactive dcc windows, m for message (query), s for send, and @ for custom windows.
<16> mlb
<17> hi
<17> does anyone play cs
<18> aw
<17> ?
<19> Anybody talking, or am I just getting major lag?
<20> hi!!!
<21> hi
<20> come to #voicechat
<22> tgytyr
<23> 4343
<23> d...
<23> respekt ?
<24> nothing for now
<25> ???????????77



<26> hello
<15> Can we help you?
<27> lol:)
<28> im pretty sure that ident was www.muhammed.com in full.. damn terrorists
<29> anybody home??
<30> mda
<30> cum e in arad
<30> nu am fost niciodata
<29> :/ are we speaking english?
<12> if you want answers you are
<29> ??
<12> babyjack: ask your mIRC related question in the channel, in english...if anyone can help they will
<12> note "in the channel"
<12> hmm, babyjack seems o be dealing with illegal files
<31> i buy online for my customers and friend and help fund egold account,wanna trade
<31> rickop do you think so?
<32> lol rick
<32> when they gonna op you man?
<12> *sigh*
<12> no way
<12> too much pressure
<32> wow
<12> I
<12> 'd have to be nice all the time to everyone
<12> you know I can't do that
<32> yeah
<12> too damn old to change now
<12> heh
<33> sim
<12> romantik_: #mirc is a help channel, for chatting you may want to try #chat or visit www.irchelp.org/chanlist to find a channel that suits your interests
<12> ok, guess the only thing left is to go to work
<34> #PoW_Clan @ Quakenet
<35> and people wonder why I hate quakenet.
<36> hi all
<37> efnet is love :)
<7> if with "love" you mean "warez" then yes.
<37> O:-)
<38> thi
<39> uh, is anyone here? my mIRC just.. disappeared..
<39> I cannot even alt-tab to it
<39> yet it is still a running process
<39> (not this instance, obviously)
<39> what gives?
<40> hi
<41> Hi
<37> hi
<42> hi. can anyone tell me please what function would return me list of hard drives on computer ?
<41> spathi]: /j #Help
<43> /run explorer
<42> no. i wanna code a script that would display free spaces of all my hds
<43> :/
<43> /help $disk
<43> or something
<42> the info about it is too short
<43> $disk(c:).size and $disk(c:).free
<42> i get a blank line :/
<43> exists since v5.6
<43> then you're doing it wrong, or don't have a C: partition
<42> * /echo: insufficient parameters
<42> and i'm using v6.16
<44> it works
<42> try it yourself
<42> weird
<42> i tried //echo $disk(c:).size
<44> //echo -a :::: $disk(c:).size && $disk(c:).free || $disk(d:).size && $disk(d:).free
<42> now it returned :::: 40978309120 && 6393769984 || 553009152 && 0
<44> with //echo and using identifiers you need to specify a window
<42> guess that's in bytes or something
<44> yup
<43> $bytes($disk(c:).size).suf
<43> or something


Name:

Comments:

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






Return to #mirc
or
Go to some related logs:

29413002139.swf
xp mbr defect
urge script error wmp11
#red
s1s1s1
cannot send to channel xxxpassworld
savvybabes
#politics
Sony RM Ax4000
wizz zidane



Home  |  disclaimer  |  contact  |  submit quotes