| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> LuxON: what do you want it to return? all the ban's just 1 after another? <1> ok how can i make that script so it also includes the user's mode before their nick? <2> with $nick().pnick <2> one moment <2> $nick($chan,$nick).pnick <2> :) <1> smart <1> ok.. so how would i go about adding colours so people who are opped, their nicks are red e.t.c <2> I would probably use if-then-else to check if ($nick isop $chan) <2> or something similar <2> hmm.. 5:43 a.m. here <2> time for a nap <3> hi <1> sup dawg <3> o mayne, it's Jolo. <4> if I have a script I wanna use..to make me a game bot..
<4> do I put load that into "aliases" <4> ? <5> what does it mean to have a broken pipe? <3> the server was unable to retrive the users quit message <3> y <5> i get that alot <5> trying to DCC chat <5> why is that <6> cuz da person u try 2 dcc wit DDOSED UR ***E MAYNE <1> LOL <7> ftw? <1> you dont know what it means? <7> yes i do <1> =D <8> hola hay alguien aca ? <9> rafiky ENGLISH ONLY <10> my froogle senses are dwindling. <10> could someone particularly bored find me a place that sells these in the US? <10> http://www.multipick-service.com/en/tools/Suction%20cups/suctoncups2_en.htm <10> 4,000 Asthmatics marched on Capitol Hill today protesting the FDA's proposed ban on inhalers which contain CFCs, an O-Zone depleating gas banned from the commercial market over 10 years ago. Due to hightened security, White House anti-riot police administered tear gas grenades to dis***emble the mob. 1100 protestors were hospitalized and treated for serious asthma reaction, 406 remain critical, 182 confirmed dead. <11> hey if i leave my mirc client running at work, is there a way for me to log in to that client? <12> is there any way using a $?="..." identifier to have a default string appear in the editbox, so the user can just click "OK" if it's accurate? <0> Clariax: I'm not sure if I understand you correctly <0> but if you store the information put withing a $?="" in a variable, you can make it appear wherever you want <12> got my answer already... need an $input identifier instead <12> no, wanted there to be a string already appearing in the editbox which pops up, so you can just click "ok" if it's the right info, or type something else if it's not <13> hi <14> hey <15> c'ya! i quit now <16> hello <17> damn shame for the canadians <17> i can't dcc send but i can dcc chat, help <18> Firewall <17> i've tried port forwarding but doesn't work <17> and my router is dmz status <19> cc <19> com b1 b2 Gawker This is my test <18> Is it possible to lock my mirc.ini file so mIRC can't write to it on exit? <18> I've tried setting it to read-only with no success. <20> why would you want to do that? <20> there might be another solution to your problem <18> There probably is, I'm just seeing if its possible? <21> if marking the file read-only doesn't do it, then no. <21> question though.. did you mark it read only while mIRC was running, or before it started? <18> Before <21> then yea.. not much joy ;) <21> move on to the next possibility.. back/copy ini file ON START/ON EXIT.. <18> If I modify the ini file from scripts with /writeini or something, changes arn't taken into effect until mirc is restarted, is this correct? <15> say pplz why this alias dont work to me i want to send to every chan thet i'm in ext. 2 chans and he send it to them allso <15> Amsg { if (($1 != $null) && ($chan != #script) && ($chan != #mIRC)) { set %amsg 0 | :start | inc %amsg 1 | if ($chan(%amsg) == $null) { unset %amsg } | else { msg $chan(%amsg) $1- | goto start } } } <15> this is the alias what is the problem with him? <22> There is no way that would work <15> y? <22> amsg var %ctr = 1,%exchans = #script;#mIRC | while ($chan(%ctr)) { if (!$istok(%exchans,$v1,59)) msg $chan(%ctr) $$1- | inc %ctr } <22> Try that <15> 10x it work <18> digitok, I take it $v1 can refer to while params aswell? <22> nfi <22> It didn't exist when I quit coding :p <22> But I'm guessing it does <22> //var %ctr = 1 | while ($chan(%ctr)) { echo -a $v1 | inc %ctr }
<22> Well that worked so yes, it does <18> K thanks <22> I'd normally use $ifmatch but $v1 is shorter <18> I would normally just put $chan(%ctr) in its place :P <22> lol <18> My line marker seems to turn itself off on some channels after awhile, does anyone have any ideas of why this might be or how to fix it? <20> i guess it runs out of sight <20> RealGame if you set your mirc.ini to read-only, how can you modify it via script? <20> no wonder your changes get 'lost' <18> These are all seperate questions :P <18> I was thinking about modifing it though a script after confirming that read-only doesn't work <20> ah ic <20> are these one-time changes? <20> and you still haven't answered my question what it is that you really want to do ;) <20> cause quite often there are other solutions <20> i personally have never felt the need for writing to mirc.ini <18> I can't think of a reason to either, but if I did: does mirc only loads it apon startup? <20> i think so <18> <20> i guess it runs out of sight <-- sight? <20> well i mean maybe your buffer is not long enough <20> and it goes up higher and higher until you can't see it anymore and it disapears <18> I see, thanks for your help :) <20> sure <15> c'ya! i quit now <23> hi <24> rg <20> why is $* not documented in the mirc help? is it outdated? <25> it's not supported, and buggy at that <20> ah ok <26> .. <26> <27> hi kak e <27> ko staaa <28> what's are the ascii numbesr of '(' and ')' ? <29> asc echo -a $asc( $$1 ) <29> put that in aliases <29> type /asc ( <28> hmm <28> but how to do something like: if ((test) isin dsfdfs(test)) { .. } <30> 40 & 41 <28> yes <28> i knew that ;) <30> :) <25> //var %test = (test) | if (%test isin dsfdfs(test)) { echo yes } <30> you can always do //set %bla ( | echo -a %bla | unset %bla <28> thanks :-) <31> hi <32> I'm having a problem with a ctcp remote, I need to relay the text sent after the ctcp command Play to a channel, how does the /msg need to be written? <25> start by making a ctcp event for it, and /echo'ing $1- in that event. from there you should be able to determine that you have to use $2- or $3- or so <32> alright I appreciate it sat <32> been years since I messed with mirc like this <33> hello alguna chica para chatear un rato <33> some baby for chatear a while <34> hi <34> a milanista <35> pls op <36> Can someone give an IF example on this: IF $1 is NOT 1, 2 or 3. <37> *no moikka* <37> no miten meini <36> if ($1 !== 1) || ($1 !== 2) || ($1 !== 3) { Echo hello world! } <25> &&, not || <36> sat, are you sure on that? <36> Think ur wrong. <25> i can imagine; it's a commonly made mistake <20> if ($1 !isnum 1-3) <20> besides the fact that sat is right <38> you may wish to change !== to != <20> although it's != <25> !== works fine <36> alias abc { <36> if ($1 == 1) || ($1 == 2) || ($1 == 3) { Echo Your char was 1, 2 or 3 :-) } <36> else { echo Your char WAS NOT 1 , 2 or 3! } <36> }
Return to
#mirc or Go to some related
logs:
#microsoft salendire Command.And.Conquer.The.First.Decade x64 #cisco #gamedev #gentoo #nhl #visualbasic #beginner irc fluke
|
|