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.