mIRC Homepage
Posted By: nataliad notify of speak - 16/01/08 11:06 PM
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
Posted By: 5618 Re: notify of speak - 17/01/08 05:25 AM
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
  }
}
Posted By: nataliad Re: notify of speak - 26/01/08 03:15 PM
thanks but, it doesn't work
Posted By: LostShadow Re: notify of speak - 26/01/08 04:56 PM
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.
Posted By: nataliad Re: notify of speak - 27/01/08 05:19 PM
what are you talking about? what does one thread have to do with the other?
Posted By: LostShadow Re: notify of speak - 27/01/08 05:40 PM
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.
Posted By: Riamus2 Re: notify of speak - 28/01/08 01:08 AM
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.
Posted By: nataliad Re: notify of speak - 30/01/08 05:28 PM
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

Posted By: sparta Re: notify of speak - 30/01/08 05:37 PM
hmm, how can someone take your IP ? your infected with a virus or trojan?
Posted By: nataliad Re: notify of speak - 30/01/08 05:41 PM
we have many pc's in the house.......
Posted By: sparta Re: notify of speak - 30/01/08 05:46 PM
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 ?
Posted By: DJ_Sol Re: notify of speak - 30/01/08 07:03 PM
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.
Posted By: Riamus2 Re: notify of speak - 30/01/08 07:13 PM
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.
Posted By: LostShadow Re: notify of speak - 30/01/08 08:30 PM
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).
Posted By: Reaper Re: notify of speak - 30/01/08 10:31 PM
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.
Posted By: DJ_Sol Re: notify of speak - 31/01/08 12:11 AM
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.
Posted By: Reaper Re: notify of speak - 31/01/08 01:58 AM
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 }
Posted By: nataliad Re: notify of speak - 01/02/08 02:45 PM
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
Posted By: LostShadow Re: notify of speak - 01/02/08 07:42 PM
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.
© mIRC Discussion Forums