mIRC Home    About    Download    Register    News    Help

Print Thread
#193230 16/01/08 11:06 PM
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
hello

if someone with the same *!*@same with me speaks to me or in the channel, I want to display this in green and to flash mirc icon

and when he joins a channel I am in

is it possible?

thanks

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Well, for the green part you can probably use something like:

Code:
on ^*:TEXT:*:*:{
  if ($address($nick,2) == $address($me,2)) {
    echo 09 -tm $target $+(<,$nick,>) $1-
    haltdef
  }
}

5618 #193830 26/01/08 03:15 PM
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
thanks but, it doesn't work

5618 #193833 26/01/08 04:56 PM
Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
I guess this person who wants a completely new identity on reconnect absolutely can't have any clones since that would defeat the purpose of having a completely different identity.

I mean, it's not like someone will be a clone to you unless they are a clone.

-Neal.

Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
what are you talking about? what does one thread have to do with the other?

Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
Originally Posted By: nataliad
what are you talking about?


Think about it. The only clones that you will see are your own.

Why write yourself your own protection script where you go "Oh no, it has the same identity as me." "I need to change it."

Originally Posted By: nataliad
what does one thread have to do with the other?


It's from the same person. And we refused to help you with that. Same here.

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
LostShadow, you'd see anyone from the same host as you. Not just yourself. There are reasons for wanting that.

As far as the script suggested, what doesn't work, nataliad? Try inserting an ECHO line in the first line after the on TEXT line and see what $address($nick,2) and $address($me,2) are. See if they match. It should work whenever those match.


Invision Support
#Invision on irc.irchighway.net
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
Originally Posted By: LostShadow
Originally Posted By: nataliad
what are you talking about?


Think about it. The only clones that you will see are your own.


you are wrong
clones of my ip can be another person, not me, and that's what is happening

and the other thread is TOTALLY irrelevant


Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
hmm, how can someone take your IP ? your infected with a virus or trojan?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #194158 30/01/08 05:41 PM
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
we have many pc's in the house.......

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
yes ? i have 5 in the room i sit in now, and 3 more in another one, why not just go and look if someone using mirc and are connected to the same server and joined the same channel as you? simpler then make someone create i addon for u ?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Riamus2 #194164 30/01/08 07:03 PM
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
I don't see why this wouldn't work.

if ($address($nick,2) == $address($me,2)) {


Originally Posted By: Riamus2
LostShadow, you'd see anyone from the same host as you. Not just yourself. There are reasons for wanting that.

As far as the script suggested, what doesn't work, nataliad? Try inserting an ECHO line in the first line after the on TEXT line and see what $address($nick,2) and $address($me,2) are. See if they match. It should work whenever those match.


Let's just stick to the request please.

DJ_Sol #194165 30/01/08 07:13 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Was that last meant for me? What you quoted was an explanation for what I was responding to and then a suggestion to test the problem. Both of which are valid responses.


Invision Support
#Invision on irc.irchighway.net
DJ_Sol #194175 30/01/08 08:30 PM
Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
Originally Posted By: DJ_Sol
Let's just stick to the request please.


Absolutely - which I refused, and then I explained why.

I'll explain it a bit simpler, though.

In Nataliad's other thread, Nataliad wanted a script to change ident, change e-mail, and nick, different identity, on disconnect.

Logically, if we loaded clones, we don't want them to be the same ident or full name.

And if their hosts/address didn't match, then they aren't clones, but then, we also don't want them to all have a common ident do we?

Which is why Nataliad would logically request a script to detect on join if ($address($nick,2) == $address($me,2)) or a self-clone detecting script in order to know something went wrong.

Mk.

-Neal.

Edit: And what else do we do when we include our reasonings for not helping? Why.. ask the receipient 'why' they want the script and or what they would use it for.

And I'm still not buying their reason(s).

Last edited by LostShadow; 30/01/08 08:33 PM.
Joined: Aug 2006
Posts: 19
R
Pikka bird
Offline
Pikka bird
R
Joined: Aug 2006
Posts: 19
why would you need a script to identify your clones? clones are either you or someone on the same ip address as you. if you and someone else share the ip address why not just look at thier computer instead of making a script? it sounds like LostShadow is correct. i used to abuse irc networks with clones and bots so it looks like you are doing what i used to do. trying to annoy someone or use your clones to flood a channel then come back as what "looks" to be a different person automatically so you dont have to do any work.

Last edited by Reaper; 30/01/08 10:32 PM.

ReaperIRC
Killgore Computers
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
If you don't want to help don't help ... Why confuse a thread requesting help with reasons why you don't want to?

Riamus I was pointing out the code that should work fine for what he was asking. I reposted it because the thread was getting derailed & confusing.

DJ_Sol #194204 31/01/08 01:58 AM
Joined: Aug 2006
Posts: 19
R
Pikka bird
Offline
Pikka bird
R
Joined: Aug 2006
Posts: 19
ok since im bored ill help you
Code:
on !*:text:*:*: if ($address($nick,2) == $address($me,2)) 
{ echo -a this $nick has the same ip address as you | beep 1 1 }


ReaperIRC
Killgore Computers
Reaper #194283 01/02/08 02:45 PM
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
Originally Posted By: Reaper
why would you need a script to identify your clones? clones are either you or someone on the same ip address as you. if you and someone else share the ip address why not just look at thier computer instead of making a script?


I can't go to my roommate and tell him, oh what are you doing there? are you on mirc?

Originally Posted By: DJ_Sol
If you don't want to help don't help ... Why confuse a thread requesting help with reasons why you don't want to?


exactly!

@Reaper

thanks, I 'll test it asap

Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
Originally Posted By: nataliad
I can't go to my roommate and tell him, oh what are you doing there? are you on mirc?


Of course you can. That is not impossible.

on *:join:#: {
if ($address($nick,1) == $address($me,1)) { /echo $chan Wow, this person has the same level 1 address as me..! }
if ($address($nick,2) == $address($me,2)) { /echo $chan Wow, this person has the same level 2 address as me..! }
if ($address($nick,3) == $address($me,3)) { /echo $chan Wow, this person has the same level 3 address as me..! }
if ($address($nick,4) == $address($me,4)) { /echo $chan Wow, this person has the same level 1 address as me..! }
Etc. and so and so forth.
}

Mk?

-Neal.


Link Copied to Clipboard