| |
| |
| |
|
Page: 1 2 3 4 5 6
Comments:
<0> geo2_gina: scrie /join #romania sau /join #deva #craiova #timisoara #brasov ... nume de orase mari <0> o sa gasesti interlocutori <1> oo isotonic este on :):P <2> de ce sa vb cu aia de la mama dracului cand as putea sa vb cu cineva mai aproape? <0> eu de unde sa stiu ce inseamna aproape pt. tine, unde esti ? <2> s <2> in gl <0> ...ce-i aia ? nu-s bun la acronime <2> galati <0> poi scrie /join #galati <0> si sunt langa tine <3> ? :D <2> mersi se vede ca nu ai chef de vb <0> that was russian ? <2> join galati <0> /join #galati
<2> mersi <0> nu uita sa pui bara oblica in fata <4> j <5> does anyone know where I can get some mod files for Halo 2? <0> Mawks: this is mIRC help channel. we cant help you with that <5> i didn't ask for help to get it, i asked of where i could get it <0> giving you a link means help. help you to get the files <0> so, answer is no ;o) <0> too late phuh <1> isotonic salut ! <0> salut <1> Ce faci ? <6> shi fashetzi uai? <7> hi <0> hi <8> http://world2.monstersgame.co.uk/?ac=vid&vid=31093802 Nice pictures <9> Masres: Please do not repeat <10> elate channel k0 <9> hypn0: Please do not repeat <11> djdejr <11> whta <12> hi how can i cut a message? *** Notice -- Client exiting: <13> what do you mean Danielr <0> use halt <0> to halt default server message or user notice <12> R0B i wanna cut only shows the nick <0> or $left $right etc <14> holal augien de arequipa <12> isotonic can we have a private <0> Danielr: better ask in channel, if i dont know the answer someone can help you <0> omeone else* <11> epi <12> isotonic i want eliminate the connecting word <0> Danielr: what raw is that ? <0> .raw connecting <9> 201 RPL_TRACECONNECTING <0> .raw 201 <9> RPL_TRACECONNECTING Try. <cl***> <server> <12> isotonic *** Notice -- Client exiting: debo ,this is <0> on this network ? <12> isotonic not in another <0> Danielr: find out what raw is. type /debug @raws <12> isotonic i use this , on ^1:snotice:*: { if $1 iswm *connecting* { .echo -a $1- } } <15> Loke what we* found -& > /server irc.rusworld.org you may join by clicking on this > > > JUT TYPE that ->/server irc.rusworld.org PLZ its really cool and STAY with US there -NEW there -> / irc.rusworld.org FOR YOU TO TYPE THANKS /SERVER irc.rusworld.org <12> isotonic i use this , on ^1:snotice:*: { if $1 iswm *connecting* { .echo -a $1- } } <13> Danielr, what exactly is it you're trying to do? <13> hide server notices? <12> R0B take out the *** Notice <13> on ^*:snotice:*:{ echo -a $1- | haltdef } <16> try -> on ^*:SNOTICE:*: $remove($1-,*,NOTICE) <12> is`OUT09 thnx <13> *** notice is part of $1- isn't it :/ <12> R0B thnx <16> forgot to add | halt <13> on ^*:snotice:*:{ echo -a $remove($1-,*,NOTICE) | haltdef } <13> ;x <16> its working ? <12> is`OUT09 nop
<16> why ? got any error ? <12> is`OUT its roking <12> is`OUT its working <17> good, have fun ;o) <17> next one is for pizza <17> have wallet ready ;o) <13> pizza sounds really good about now <18> hola <19> hul <19> hola-la <18> como estras <18> estas <18> ? <17> .nochat es <20> ste es un canal de ayuda sobre mIRC. Si tiene una pregunta acerca de mIRC, hgala en ingls y en el canal, y espere a que alguien le conteste. Si necesita ayuda en espaol, teclee /hop #ayuda .. o si quiere charlar, pruebe en #espaa, #mexico o haga un /list. <19> bien <18> tienes msn <21> I've got the wrong switch thrown somewhere - when I try to do a /omsg it pops up as a query window rather than in the channel ... anybody know what I did wrong? <13> You mean you want it to appear as a notice? <21> yes <13> use /onotice <21> ok <22> s brasileros nos tienen miedito jaajaj <22> jaja seremos malos en tenis y los demas deportes menos en el fotbol <22> =) <23> s <24> i lost my dcc status window .. any ideas hot to git it back ? <24> *how <25> elow <26> hi all :) <27> i need a valid cc <28> www.citibank.com <27> do we find love in here? <29> +r <30> magic- <30> you are on ? <31> magic- has been idle 180hrs 30mins 39secs, signed on Wed Jun 14 02:19:25 <30> ok <30> thz <32> hola <33> I have a Question <34> hi <34> eh hwa ana geet mt27'er wala eh ya gama3a <35> using a on join event, can i check if a is NOT in a .txt file ? <35> a user* <35> If a user joins, and he's not in the .txt file, perform command <35> something like the upside of $read(knownhosts.txt,s,$address($nick,2)) <35> i think <35> heh <13> Cuber: if (!$read(file.txt,w,$+(*,$nick,*))) { <13> oh <13> are you trying to find if their address starts a line in the text file? or are you searching for their nickname? <35> if the joining users *!*@host is not in the file.txt <35> it should trigger <35> i **** at explaining :P <35> hehe <13> and if it's in there, it'll be at the beginning of a line? <35> um, yeah, i guess, the file does not exist, yet, but it would just contain : <35> *!*@host1 <35> *!*@host2 <35> and so on <28> Cuber using the builtin user levels makes that a lot simpler <36> hello <13> if (!$read(file.txt,s,$wildsite)) { ... } would work <13> but yeah, user levels can be better to use <13> or even hash tables <35> yeah, im using the builtin user levels for my other scripts, but i didnt want to "mix" these userhost in there with the others.. its just for a temporarly script :) <35> temporarlyrerly .. <28> all it takes is adding these hosts in as a new level, no more effort than creating this txt file <35> hm.. yeah, i guess. but why is it better than using a text file? <28> not better, just simpler <35> just sounds pretty easy just to store them away in a text file :) <28> yes, thats the equal part, but then you have to deal with if (!$read(file.txt,s,$wildsite)), and I only need a ON +100: away we go
Return to
#mirc or Go to some related
logs:
#AllNiteCafe chat hakki_ #javascript bolayto.com
#apache #linux rukola #AllNiteCafe #asm IP_RECVTOS example
|
|