mIRC Home    About    Download    Register    News    Help

Print Thread
#21782 01/05/03 04:47 PM
Joined: Jan 2003
Posts: 64
M
Babel fish
OP Offline
Babel fish
M
Joined: Jan 2003
Posts: 64
When you move your cursor/mouse over a nickname in a #chatroom, there is usually a finger that pops up and indicates you can right-click and get information or perform commands, etc. We've all seen this before.

When, however, you script your own channel appearance, add your own settings for how nicknames look, etc., you quickly lose that automatic finger whenever you move your cursor over the nickname.

Example:
<MegaZeroX> will still see a finger popup.
*MegaZeroX* still...
(MegaZeroX) still...

BUT <<MegaZeroX>> will not
**MegaZeroX** will not
^^MegaZeroX^^ will not.

Thus begins the "two character rule" - mIRC will have a finger available for all nicknames as long as there is no more than one character on either side of the nickname. (One more character is 'tolerated' for !@%+ mode prefixes).

If you think about it, ON HOTLINK or whatever the event is would have to be scripted for each and every nickname that it applies to. Or would it?

I'm wondering if anybody has any ideas on how I might script something that would allow us to keep the FINGER after adding more than one symbol to either side of the nickname.

#21783 01/05/03 09:55 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Well how does mIRC know what the actual nick is?
^^MegaZeroX^^

That is a valid nickname.

[17:54] * Your nick is now ^^MegaZeroX^^

So when you specify that, how should mIRC know you mean MegaZeroX and not ^^MegaZeroX^^? It's not mIRCs fault you're doing it wrong...

#21784 01/05/03 11:07 PM
Joined: Jan 2003
Posts: 64
M
Babel fish
OP Offline
Babel fish
M
Joined: Jan 2003
Posts: 64
I'm not sure whether you skimmed this board hoping to find places to make smartass replies, but if thats the case, please do so elsewhere. You're scaring away smart people with smart ideas.

I'm not doing anything wrong.

I'm looking for a method by which to correctly identify words as people in a #room regardless of what the borders are for the so-called "namestamps."

This would allow a hotlink event to fuction regardless of the <, <<, (, [, or whatever symbol someone uses (in color or not in color - it wouldn't matter).

Please read the topic next time.

#21785 02/05/03 07:44 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Sorry I decided to post an honest reply rather than stroke your rather large ego. If you don't like the help I provide, I really don't care, I won't help you, in fact, after seeing your attitude, I hope no one helps you. [moderator bleep] It's not my fault you have no idea what you're doing. How should mIRC know that ^ is a border? ^ IS A VALID NICKNAME CHARACTER. How should mIRC know [ is a border? [ IS A VALID NICKNAME CHARCTER.

If you don't understand IRC (which you don't) thats not my problem. Now I hope anytime you ask for help someone elses knows the answer, because I sure as hell won't ever try and help you again.


Last edited by ParaBrat; 03/05/03 04:49 AM.
#21786 03/05/03 04:59 AM
Joined: Dec 2002
Posts: 3,127
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,127
There is no need to be rude. codemastr raised a valid question. if you dont consider it valid or within the framework of your question, you can disagree/explain with common courtesy rather than insults.


ParaBrat @#mIRCAide DALnet
#21787 03/05/03 07:30 AM
Joined: Jan 2003
Posts: 64
M
Babel fish
OP Offline
Babel fish
M
Joined: Jan 2003
Posts: 64
Parabrat, I'm sorry to hear you think I am 'at fault' here, considering he implied that I didn't know what I was doing. You might be surprised to find out that not everyone with 13 posts on this board is a newbie to mIRC. I do know what I'm doing, which is part of the reason I was able to develop a solution to the problem without the help of either of you.

Edit: codemastr, I'm still quite confident that if you had actually my original post, you would understand what this was about. It had literally nothing to do with what your #2 post focused on.

Good day, gentlemen.

Last edited by MegaZeroX; 03/05/03 07:32 AM.
#21788 04/05/03 01:50 AM
Joined: Dec 2002
Posts: 3,127
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,127
I fail to see how asking someone to exercise courtesy has any implication about their experience with mIRC.

Altho i'm not a "gentleman" (you might be surprised to find out that it isnt only males who post here), i am glad that you found a solution to the problem.


ParaBrat @#mIRCAide DALnet
#21789 08/05/03 04:27 PM
Joined: Apr 2003
Posts: 2
B
Bowl of petunias
Offline
Bowl of petunias
B
Joined: Apr 2003
Posts: 2
And for those people in the far future that run across this thread looking for an actual answer.. you can pad a nickname/channel name with 2 self cancelling control codes.

Example: instead of **JoeBob** just use **^b^bJoeBob^b^b**.

^b being control + b, the bold character, not visible when doubled and not obstructive in the recognition of the nickname by the "FINGER thing". grin

#21790 21/05/03 08:42 AM
Joined: Dec 2002
Posts: 5,411
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,411
A fair question. As the "finger" hovers over words in the window, mIRC scans through the nicknames/notify/etc. list to try to find matches for that word. If it finds that the word is a nickname, its a match. If the word is surrounded by non-alphanumeric characters, mIRC strips the first set away to see if it can find a nickname match. It's not a foolproof method but seems to work for most situations smirk


Link Copied to Clipboard