mIRC Homepage
Posted By: clutz1572 more help with double click nick completer - 04/11/04 05:25 PM
hi,

i'm in need of some assistance with a double click nick completer..
what i'm trying to do is similar to what invision has where you dlclick on a nick and it selects it from the nick list and addresses like any other completer... i have this in my mouse options editbox -afp $$1 . but how would i be able to have it display the addressed nick in bold or with some other charaters surrounding it so it would look like << BOB >>, so it's clear that a specific person is being addressed in a busy channel?? would i have to do somthing like adding a var or similar?

any help on this would be appreciated.
thanks in advance!
If you just want it to be << nick >>, then use:

Code:
editbox -afp &lt;&lt; $$1 &gt;&gt;


If you want to be able to customise how it's displayed, use:

Code:
editbox -afp $+(%pre,$$1,%suf)


Then:

Code:
/set %pre &lt;whatever you want to appear before the nick&gt;
/set %suf &lt;whatever you want to appear after the nick&gt;
thats what i needed!

thanks tidy
© mIRC Discussion Forums