mIRC Home    About    Download    Register    News    Help

Print Thread
#187255 02/10/07 05:24 AM
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
hello

is it possible to hide nicks from nick list?

thanks

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Without using a DLL, your only option is to make the color of the nick the same as the nicklist background color. A DLL could do it more cleanly, though.


Invision Support
#Invision on irc.irchighway.net
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
Originally Posted By: Riamus2
Without using a DLL, your only option is to make the color of the nick the same as the nicklist background color.


I am interested

can you tell me please how to do it

it would be nice to support regex for nicks

Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
Look up MDX dll, and mIRC studio. Might answer your questions quickly.


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
/help /cnick
/help /cline

Both of those will let you color nicks. The first one stores the nick/address in your address book. The second one doesn't store it, but lets you have a bit more control.


Invision Support
#Invision on irc.irchighway.net
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Originally Posted By: Lpfix5
Look up MDX dll, and mIRC studio. Might answer your questions quickly.


I'd stick to DCX. MDX is outdated and has considerably fewer features. Of course, just for the nick list, nicklust would probably be the best solution if you want to use a DLL.


Invision Support
#Invision on irc.irchighway.net
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
excuse me, what are DCX, nicklust and mirc studio?

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
The first 2 are DLLs that allow you to alter things in mIRC and the last just lets you create dialogs more easily (at least some people like using it... I prefer manually making them).

Look on google or any other search engine for "DCX DLL" or "nicklust DLL" and you'll find information about each. I believe nicklust is specific to changing how the nick list looks (you can add images, change colors, etc). DCX adds more control to dialogs by allowing changing fonts (color, size, font type), adding rich edit boxes to the dialogs, etc.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard