@# 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> so call it such
<1> but something like bitset is general enough that i really dont want to--
<1> a name *that* long and i might as well use the $iif above :)
<0> meh
<0> if you're writing it so many times you be worrying about why
<1> it's a personal preference i'm sure... i'm just seeing if there is already an mIRC equivalent
<1> eh, i don't like to add long aliases repeatedly after each other
<2> i'm trying to format text and i need to put a variable number of characters is there a token or otherwise command that would work nicely without a loop for doing this?
<3> tritoch $istok?
<3> $instok(text,token,N,C)
<3> Inserts token into the Nth position in text, even if it already exists in text.
<4> ..
<5> hi!
<6> @find firewall
<7> @wrong channel



<6> @ANY Dvd
<8> heh
<9> Hi
<10> hai
<11> IS anyone here?
<12> Naty: ask your mIRC related question in the channel, in english...if anyone can help they will
<13> or not
<14> hi der?..
<15> hai there
<16> Can you move mIRCs userlist to the right side?
<16> left i mean
<17> right click the chan button and go to nick list
<16> thanks
<17> setting as default may be useful
<16> k ill do that, thanks
<18> hallo
<19> hi...
<18> sweden va
<20> hello i wonnder how can iknow what setction i have in some dll to use it in the mirc...
<21> ;ddduuhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
<22> Gawkers, what?
<20> i wanna know how can i check what are the rutins in some dll to use it in the mirc
<22> oh
<22> you do realize you can not use any dll, right?
<22> just dlls that are specifically designed to work with mirc?
<20> hmmm... i didnt know thet
<23> hola
<20> how can i know if he desinged for mirc?
<23> alguien kehable espaol
<20> say any one know mybe some script thet can check the temp of my hdd, cpu, chipset, and ect...?
<22> never heard of one, sorry..
<22> try some scripting sites (www.mirc.net, www.mircscripts.org..) or google
<22> who knows..
<24> is it opssible to track Url for only specific channels? I dont want them openeing right away, just want them to be in the "URL List"
<24> anyone?
<25> Hej!
<25> :-)
<22> golden-fo: this is a mirc help channel
<22> go paste your crap in a more appropriate channel please
<26> PORTUGAL !!!!!!!!!!!!!!!!!!!!!!!!PORTUGAL !!!!!!!!!!!!!!!!!!!!!!!!PORTUGAL !!!!!!!!!!!!!!!!!!!!!!!!PORTUGAL !!!!!!!!!!!!!!!!!!!!!!!!PORTUGAL !!!!!!!!!!!!!!!!!!!!!!!!PORTUGAL !!!!!!!!!!!!!!!!!!!!!!!!PORTUGAL !!!!!!!!!!!!!!!!!!!!!!!!PORTUGAL !!!!!!!!!!!!!!!!!!!!!!!!PORTUGAL !!!!!!!!!!!!!!!!!!!!!!!!PORTUGAL !!!!!!!!!!!!!!!!!!!!!!!!PORTUGAL !!!!!!!!!!!!!!!!!!!!!!!!PORTUGAL !!!!!!!!!!!!!!!
<27> [ $+ 123 $+ ]
<27> i got a problem with the colors
<28> what's your problem
<27> if there is a number between the "$+" the color will screw up
<28> i don't get it
<27> the colorcode for red is BOX4
<27> right?
<28> yes
<27> ok and if the 123 number stands right next to the BOX4
<27> like this: BOX4123
<27> then the color will screw up :/
<28>
<28> hmm
<27> how do i keep this 123 seperate from the BOX4 without any space
<22> use 04 instead of 4
<27> aah
<27> and again u solved my problem sat :) thx alot ;)
<22> np :)
<27> one more question :p



<27> var %re = /\([^)]*\)/g
<27> i use this regex for removing parantheses and their contents too
<27> but i also wanna make it work for [ ]
<22> simple solution would be /[(\[].*?[)\]]/g
<22> but that'll work on (..] too
<27> oh
<22> better would be, uh..
<22> /\([^)]*\)|\[[^\]]*\]/g
<27> what about: /\([^)]*\)|\[[^]]*\]/g
<27> yeah
<27> ah ;)
<22> yup
<27> cool :) thx again sat
<22> :)
<29> sat: http://rfc.sunsite.dk/rfc/rfc2324.html
<22> damnit
<22> oh right
<22> bunnyrape: heh
<30> how to hide my /whois ??
<30> how to conceal ?
<12> you mean your whois info from others?
<30> yes
<12> you can't
<30> so that others cant view my details
<31> durr
<22> argc++
<22> oh
<22> argc--
<0> hint, dont double click quicklaunch
<22> hmm i dont have mirc in there
<0> you should
<3> damn it i have lost
<3> damn it i have lost 100 bucks
<32> hy
<33> hi
<33> any woman to share some words ? up 30 ?
<34> lol
<22> heh?
<22> Caronte: hi! You are on #mIRC here, which is a HELP channel, NOT a CHAT channel. If you want to chat with people, please try another channel, such as: #chat #chat-world #beginner - just double-click on those #-words to go there! :)
<34> ^^ what he said
<33> ok, thnak u sat
<33> join #chat
<33> #chat
<35> hi i want go to the portugal site can you help me
<36> can u guys have a look at this
<36> its my clanbot
<36> http://www.nomorepasting.com/paste.php?pasteID=63275
<37> whats the error your getting
<36> everything seems to be working okie
<37> (might be an idea to add flood protoection for a start)
<36> just wanted to make sure it looks okie
<37> flood protection
<36> or if there is a better way to code a certain part
<36> how do i add that?
<37> easiest way is to set a global variable for a few seconds
<37> using /set -u10 for example
<37> /set -u10 %floodprotection
<37> /set -u10 %floodprotection test
<37> for example
<36> i put that anywhere in the coding?
<37> no
<37> i will demonstrate with part of your code
<37> on *:TEXT:.roster*:%clanchan: if (!%flood) { msg $chan Roster 1 $+ $replace(%roster,$chr(42), ) 1 | set -u5 %flood 1 }
<37> arg your control codes :D
<37> but im sure you get the idea
<36> okie
<37> ?
<37> you follow me
<36> so just add that to each line
<36> of my commands
<36> ?
<37> yes
<37> what it does is
<37> when the event is triggered


Name:

Comments:

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






Return to #mirc
or
Go to some related logs:

#eggtcl
ameritrade advanced analyzer torrent
#qmail
no configurable storage devices were found
verisun
#politics
#nhl
#beginner
#politics
vauxhal monaro



Home  |  disclaimer  |  contact  |  submit quotes