Well, like I said, the link shows the basic idea of how to do it if you want that to appear in the channel/query window. I'll just copy that here and show an edited version of it..
ON ^*:TEXT:*:*:{
if ($nick == NICK1 || $nick == NICK2 || $nick == NICK3) { echo -tml $iif(#,#,$nick) >= < $+ $nick $+ > $1- }
haltdef
}
Replace the
NICK1,
NICK2,
NICK3 with the nick(s) that you want to all have the same character(s). Add more or less nicks as needed. That shows how it would look for 3. Then, change the
>= characters to whatever you want them to be and add any colors/etc that you might want. Note that you can put them inside the <>'s as well (It would look like
<>= $+ $nick $+ >). If you leave it as-is, you'd see:
>= <NICK1> Hello
On the otherhand, if you want it to appear in the nicklist (you didn't say one way or the other), you'd have to use a DLL as I mentioned. You can look up nicklust.dll on google and I'm sure there are forums for that DLL that will be able to teach you how to set it up. The nicklist can't be changed in that way using just a normal script without making use of a DLL.