@# Quotes DB     useful, funny, interesting





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



Comments:

<0> simplest way to msg something in another server/channel within a script?
<1> MoE: /help /scid
<2> how do i get my mirc into chat rooms
<3> /join #channel-name-here
<4> You got here, didn't you?
<5> just like u got it in here pleb
<6> justifier, don't call people names please
<5> kik kk
<7> Howdy ya'll.
<7> Alright, here's a question. When I go AFK for about 5-10 minutes, I come back and punch up a quick message on mirc, once I send it I get disconnected.
<7> Why?
<1> X`terr: i get that every now an then, but that's because my connection drop's
<1> and mIRC doesn't reconnect me as it should.. it leave's me on the server as if i'm still connected, and pressing a key, it just automatically disconnects an reconnects
<1> it's a pain
<7> So there is no possible way to fix it?
<7> Unless I change my pathetic internet provider.



<1> not sure if their is a way to fix it.. i guess you could just bring yourself active every now an then
<3> you don't have power saving enabled on the network interface card, do you?
<1> possibly on a timer, so that if it drop's while your afk, it'll connect right back
<0> "Hello! My name is Luka, I live on the second floor." How can I cut off that so I only get everything before "live"?
<3> or the computer set at a short time
<7> 0sc
<7> Osc*
<7> Why would you help me here and not in the other channel?
<1> MoE: is live always in the same place?
<0> Chr1stoph, no.
<3> because the other channel doesn't do scripts in any way shape or form
<3> and, the ppl here are very good with mirc =]
<7> Ah.
<3> when they are AWAKE
<3> <nudge>
<3> it's also that I know nothing about, say, irissi, so if someone suggested you do x/y/z I can't tell if that would hose your system
<7> hm
<8> Is it allowed to ask for mirc script support in here?
<9> Shay what do you need
<9> send a /query to me
<6> We do not encourage private message help Mo00re
<6> Shay, if you need help with a script then please post in the main channel. If you need help with a script that YOU did not script yourself, then please contact the author, or code your own script.
<8> ok then, I have this: on 1:TEXT:*shaysmp3*:#cocacola:{ dde mplug announce }, now, it's working good, i just want to do, if someone will type shaysmp3, and no music is currently runing, that it will say some text.
<6> if (!$insong) { msg # Not currently playing a song }
<8> and i just put that right after { dde mplug announce }?
<0> Capture all words before a certain word?
<8> Mo00re, maybe u can tell me the right order or something please?
<8> on 1:TEXT:*shaysmp3*:#cocacola:{ dde mplug announce } if (!$insong) { msg #cocacola Not currently playing a song }
<8> it's saying "if" unknowed command ;p
<8> unknowen*
<0> on 1:TEXT:*shaysmp3*:#cocacola:{
<0> if (!$insong) {
<0> msg #cocacola Not currently playing a song
<0> }
<0> else dde mplug announce
<0> }
<10> s there a command that i can use to find out what addon scripts i have currently running on my IRC?
<8> moe that not workin either
<8> ;|
<11> //var %n = $script(0) | while(%n) { echo -s $script(%n) | dec %n }
<8> ok moe
<8> working, but why it's saying, unknowen command "else"
<0> hm
<8> nvm the order is wrong
<0> Should work.
<0> A space after cola: is needed.
<0> No tips for me about the capturing of all words before a certain word?
<11> regex
<11> or gettok and findtok
<12> MoE
<12> try $findtok()
<0> Thanks.
<8> someone can help me in here?..
<12> works MoE?
<12> wha u need Shay?
<0> Toxic-, think so...
<12> k
<8> Toxic-, before i ask, is that true that MIRC cant comunicate with winamp without using a dll or some other third party item?
<12> yup u need a adll
<8> =[



<0> Toxic-, how do I format it? $1-$findtok($1-,live,32)-1
<12> u wanna find all text before the word live?
<0> yep
<11> as I said: or gettok and findtok
<0> Why don't that $findtok work?
<11> //var %string = this is a live recording | echo -a $gettok(%string,1- $+ $findtok(%string,live,32),32)
<11> you'd need spaces around the $findtok. I guess $1- $+ $findtok() might work, but you'd proabably need $eval, too
<11> //var %string = this is a live recording | tokenize 32 %string | echo -a $($!1- $+ $findtok(%string,live,32),2)
<11> (like that)
<13> anyway, bed calls. Night.
<0> hm
<12> MoE
<12> while loop using gettok
<12> simpler
<12> var %I $numtok($1-,32)
<13> no need for a while loop
<12> that works?
<13> use the gettok+findtok version I showed (rather than the obscure and obfuscaed $(,2) version ;)
<0> that includes the trigger word
<0> live
<12> moe
<12> $calc(reutrn of gettok - 1)
<0> pretty messy, but thanks
<0> hm
<0> can't get it to workl
<14> what have you got?
<0> if I know what place it's in i could just use $1-%num
<0> where %num is the word minus one
<0> $gettok($1-,1- $+ $findtok($1-,Eggdrop,32),32)
<0> now i need one word less
<12> //echo -a $gettok(shyne is testing a live script,1- $+ $calc($findtok(shyne is testing a live script,live,32) - 1),32)
<12> replace shyne is testing a live script with $1-
<15> $calc($findtok(...) - 1)
<14> $gettok($1-,1- $+ $calc($findtok($1-,Eggdrop,32) - 1),32)
<0> That did it :)
<12> dr0pknutz
<12> u hapepn to have coded any switchbars?
<12> or know a place i can find one
<14> no sorry
<12> damn
<0> If a person is invited to a channel, how soon does she/he have to join?
<15> Before they quit
<15> Pretty sure
<0> Okay.
<15> Don't think there's a time limit
<15> Just until you quit and get ***igned a new user id
<0> Nah, that's probably right.
<12> some networks can set the it in the config though
<15> Really?
<15> Interesting
<12> check in the unrealircd
<12> im pretty sure i seen that
<16> !ping
<17> ping timeout
<16> ping timeout!?
<17> yep
<17> and how can we help you with mIRC?
<16> well whats a good fast efnet server?
<18> irc.efnet.nl wa one I always used to use
<17> the one located nearest to you
<18> but generally you want to find a server near to you, for the least amount of latency
<16> k thanks
<19> can you do an idle whois without any special scripts?
<18> /whois nick nick
<18> will show you their idle time and such
<0> two nick?
<18> yes
<18> like /whois kitchen kitchen will show you my idle time
<20> do people like.. chat in here
<21> shhh
<20> right sorry
<22> hello u speak spanish
<20> er
<23> el: english only here


Name:

Comments:

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






Return to #mirc
or
Go to some related logs:

#computers
datedif in mysql
#beginner
Efnet pickle Politics
trackbar transparent delphi
moscow mafia girl
#nhl
#unixhelp
ga7ba
q'uran book



Home  |  disclaimer  |  contact  |  submit quotes