mIRC Home    About    Download    Register    News    Help

Print Thread
#29748 14/06/03 11:59 AM
Joined: Jun 2003
Posts: 3
A
aladdin Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Jun 2003
Posts: 3
hi all
I lost old the remote for the nicklist color makes by # helpdesk
The news is difficult to use, then the old one is really very well
I would like to find it
The news is http://helpdesk.zaz.net/documents/FAQ/index.php?cnick here
but I prefer the old version
Thanks for helping me to find it

#29749 14/06/03 12:26 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
sorry that makes no sense to me at all


new username: tidy_trax
#29750 14/06/03 01:07 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
You don't need it anymore. mIRC can colour the nicknames for you.

Address Book - "Nick" tab - Numerous settings there for mode prefix, idle time, ignore and protect lists, etc.

#29751 14/06/03 03:14 PM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
Although the new mirc can let you set the color of a nick.
It is a pain adding and removing nicks to the list everytime they join. Here is a script I wrote that gives you the option to create custom colors on nicks. You can even edit the brackes on the nicks.
I would appreciate any other input on this script...

on 1:LOAD: {
if ($version < 6.0) { .unload -rs $script | echo -s 1 »14»15» 12You Need Mirc Version 6.0 or Greater To Use This Script. | halt }
else {
set %on.chk 1 | set %hn.chk 1 | set %vn.chk 1 | set %nv.chk 1 | set %mn.chk 1
set %ic.chk 1 | set %an.chk 1 | set %brk.chk 1 | set %chr.chk 1 | set %nic.chk 1
set %on.clr Blue | set %hn.clr Dk.Blue | set %vn.clr Green | set %nv.clr Black
set %mn.clr Red | set %dcnon 12 | set %dcnhn 2 | set %dcnvn 3 | set %dcnnv 1
set %dcnmn 4 | set %ic.clr Orange | set %an.clr Dk.Gray | set %brk.clr Brown
set %nic.clr Red | set %dcnic 7 | set %dcnan 14 | set %dcb1 5 | set %dcn1 4
set %dchr1 3{4@3} | set %dchr2 3{4@3}
if $?!="Would you like to run Digital Color Nick setup?" == $true { /dialog -m dcn dcn | /dcn }
}
}
Menu channel,menubar,query,status {
Colour Nick
.Color Nick Menue:dialog -mo dcn dcn
.-
.Channel Scan: //who #
.-
.Clear: {
var %cnt = 1
while ( $cnick(%cnt) != $null ) {
cnick -r $cnick(%cnt,a)
else inc %cnt
}
}
.-
.Reset: {
set %on.chk 1 | set %hn.chk 1 | set %vn.chk 1 | set %nv.chk 1 | set %mn.chk 1
set %ic.chk 1 | set %an.chk 1 | set %brk.chk 1 | set %chr.chk 1 | set %nic.chk 1
set %on.clr Blue | set %hn.clr Dk.Blue | set %vn.clr Green | set %nv.clr Black
set %mn.clr Red | set %dcnon 12 | set %dcnhn 2 | set %dcnvn 3 | set %dcnnv 1
set %dcnmn 4 | set %ic.clr Orange | set %an.clr Dk.Gray | set %brk.clr Brown
set %nic.clr Red | set %dcnic 7 | set %dcnan 14 | set %dcb1 5 | set %dcn1 4
set %dchr1 3{4@3} | set %dchr2 3{4@3}
}
}
dialog dcn {
title "Color Nick"
size -1 -1 162 84
option dbu
box "Nick Colors ", 1, 1 0 74 68
box "Other Colors ", 2, 74 0 87 68
box "", 3, 1 64 160 19
combo 4, 4 7 35 70, drop
check "OPed", 5, 41 9 30 10
combo 6, 4 19 35 70, drop
check "Half-OP", 7, 41 21 30 10
combo 8, 4 31 35 70, drop
check "Voiced", 9, 41 32 30 10
combo 10, 4 43 35 70, drop
check "Regular", 11, 41 44 30 10
combo 12, 4 55 35 70, drop
check "My Nick", 13, 41 55 30 10
combo 14, 77 7 35 70, drop
check "IRCops", 15, 114 9 30 10
combo 16, 77 19 35 70, drop
check "Away", 17, 114 21 30 10
combo 18, 77 31 35 70, drop
check "Brackets Color", 21, 114 44 45 10
combo 20, 77 43 35 70, drop
check "Nick Brackets", 19, 114 32 45 10
combo 22, 77 55 35 70, drop
check "Nick Color", 23, 114 55 45 10
button "Create Brackets", 24, 76 70 46 10
button "On/Off", 25, 4 70 35 10
button "Cancel", 26, 123 70 35 10, cancel
button "Update", 27, 40 70 35 10, ok
}
on *:dialog:dcn:*:*:{
if $devent == init {
if (%on.chk == 1) did -c dcn 5
if (%hn.chk == 1) did -c dcn 7
if (%nv.chk == 1) did -c dcn 9
if (%vn.chk == 1) did -c dcn 11
if (%mn.chk == 1) did -c dcn 13
if (%ic.chk == 1) did -c dcn 15
if (%an.chk == 1) did -c dcn 17
if (%chr.chk == 1) did -c dcn 19
if (%brk.chk == 1) did -c dcn 21
if (%nic.chk == 1) did -c dcn 23
didtok -a $dname 4 32 White Black Dk.Blue Green Red Maroon Purple Orange Yellow Lt.Green Teal Cyan Blue Pink Dk.Grey Lt.Grey
didtok -a $dname 6 32 White Black Dk.Blue Green Red Maroon Purple Orange Yellow Lt.Green Teal Cyan Blue Pink Dk.Grey Lt.Grey
didtok -a $dname 8 32 White Black Dk.Blue Green Red Maroon Purple Orange Yellow Lt.Green Teal Cyan Blue Pink Dk.Grey Lt.Grey
didtok -a $dname 10 32 White Black Dk.Blue Green Red Maroon Purple Orange Yellow Lt.Green Teal Cyan l Cyan Blue Pink Dk.Grey Lt.Grey
didtok -a $dname 14 32 White Black Dk.Blue Green Red Maroon Purple Orange Yellow Lt.Green TeaBlue Pink Dk.Grey Lt.Grey
didtok -a $dname 12 32 White Black Dk.Blue Green Red Maroon Purple Orange Yellow Lt.Green Teal Cyan Blue Pink Dk.Grey Lt.Grey
didtok -a $dname 16 32 White Black Dk.Blue Green Red Maroon Purple Orange Yellow Lt.Green Teal Cyan Blue Pink Dk.Grey Lt.Grey
didtok -a $dname 18 32 $chr(62) $chr(62) <> () [] /\ {@} <=- -=> )=- -=( ]=- -=[ }=- -={ °º© °º®§ °º©§
didtok -a $dname 20 32 White Black Dk.Blue Green Red Maroon Purple Orange Yellow Lt.Green Teal Cyan Blue Pink Dk.Grey Lt.Grey
didtok -a $dname 22 32 White Black Dk.Blue Green Red Maroon Purple Orange Yellow Lt.Green Teal Cyan Blue Pink Dk.Grey Lt.Grey
did -c $dname 4 $didwm(4,%on.clr)
did -c $dname 6 $didwm(6,%hn.clr)
did -c $dname 8 $didwm(8,%vn.clr)
did -c $dname 10 $didwm(10,%nv.clr)
did -c $dname 12 $didwm(12,%mn.clr)
did -c $dname 14 $didwm(14,%ic.clr)
did -c $dname 16 $didwm(16,%an.clr)
did -c $dname 18 $didwm(18,%dchr1)
did -c $dname 20 $didwm(20,%brk.clr)
did -c $dname 22 $didwm(22,%nic.clr)
}
elseif $devent == sclick {
if ($did == 4) { if ($did(4).seltext) { set %on.clr $did(4).seltext | /dcnon4 } }
if ($did == 6) { if ($did(6).seltext) { set %hn.clr $did(6).seltext | /dcnhn6 } }
if ($did == 8) { if ($did(8).seltext) { set %vn.clr $did(8).seltext | /dcnvn8 } }
if ($did == 10) { if ($did(10).seltext) { set %nv.clr $did(10).seltext | /dcnnv10 } }
if ($did == 12) { if ($did(12).seltext) { set %mn.clr $did(12).seltext | /dcnmn12 } }
if ($did == 14) { if ($did(14).seltext) { set %ic.clr $did(14).seltext | /dcnic14 } }
if ($did == 16) { if ($did(16).seltext) { set %an.clr $did(16).seltext | /dcnan16 } }
if ($did == 18) { if ($did(18).seltext) { set %dchr1 $did(18).seltext | /dcnchr18 } }
if ($did == 20) { if ($did(20).seltext) { set %brk.clr $did(20).seltext | /dcnbrk20 } }
if ($did == 22) { if ($did(22).seltext) { set %nic.clr $did(22).seltext | /dcnnic22 } }
if ($did == 24) { set %dchr1 $$?="Enter Left Bracket With or Without/Color" | if $?!="Would you like set the right Bracket like the left?" == $true { set %dchr2 %dchr1 } | else { set %dchr2 $$?="Enter Right Bracket With or Without/Color" } }
if ($did == 27) { set %on.chk $did(5).state | set %hn.chk $did(7).state | set %vn.chk $did(9).state | set %nv.chk $did(11).state | set %mn.chk $did(13).state | set %ic.chk $did(15).state | set %an.chk $did(17).state | set %chr.chk $did(19).state | set %brk.chk $did(21).state | set %nic.chk $did(23).state }
}
}

alias -l dcnon4 {
if %on.clr == White { set %dcnon 0 | halt }
if %on.clr == Black { set %dcnon 1 | halt }
if %on.clr == Dk.Blue { set %dcnon 2 | halt }
if %on.clr == Green { set %dcnon 3 | halt }
if %on.clr == Red { set %dcnon 4 | halt }
if %on.clr == Maroon { set %dcnon 5 | halt }
if %on.clr == Purple { set %dcnon 6 | halt }
if %on.clr == Orange { set %dcnon 7 | halt }
if %on.clr == Yellow { set %dcnon 8 | halt }
if %on.clr == Lt.Green { set %dcnon 9 | halt }
if %on.clr == Teal { set %dcnon 10 | halt }
if %on.clr == Cyan { set %dcnon 11 | halt }
if %on.clr == Blue { set %dcnon 12 | halt }
if %on.clr == Pink { set %dcnon 13 | halt }
if %on.clr == Dk.Grey { set %dcnon 14 | halt }
if %on.clr == Lt.Grey { set %dcnon 15 | halt }
}
alias -l dcnhn6 {
if %hn.clr == White { set %dcnhn 0 | halt }
if %hn.clr == Black { set %dcnhn 1 | halt }
if %hn.clr == Dk.Blue { set %dcnhn 2 | halt }
if %hn.clr == Green { set %dcnhn 3 | halt }
if %hn.clr == Red { set %dcnhn 4 | halt }
if %hn.clr == Maroon { set %dcnhn 5 | halt }
if %hn.clr == Purple { set %dcnhn 6 | halt }
if %hn.clr == Orange { set %dcnhn 7 | halt }
if %hn.clr == Yellow { set %dcnhn 8 | halt }
if %hn.clr == Lt.Green { set %dcnhn 9 | halt }
if %hn.clr == Teal { set %dcnhn 10 | halt }
if %hn.clr == Cyan { set %dcnhn 11 | halt }
if %hn.clr == Blue { set %dcnhn 12 | halt }
if %hn.clr == Pink { set %dcnhn 13 | halt }
if %hn.clr == Dk.Grey { set %dcnhn 14 | halt }
if %hn.clr == Lt.Grey { set %dcnhn 15 | halt }
}
alias -l dcnvn8 {
if %vn.clr == White { set %dcnvn 0 | halt }
if %vn.clr == Black { set %dcnvn 1 | halt }
if %vn.clr == Dk.Blue { set %dcnvn 2 | halt }
if %vn.clr == Green { set %dcnvn 3 | halt }
if %vn.clr == Red { set %dcnvn 4 | halt }
if %vn.clr == Maroon { set %dcnvn 5 | halt }
if %vn.clr == Purple { set %dcnvn 6 | halt }
if %vn.clr == Orange { set %dcnvn 7 | halt }
if %vn.clr == Yellow { set %dcnvn 8 | halt }
if %vn.clr == Lt.Green { set %dcnvn 9 | halt }
if %vn.clr == Teal { set %dcnvn 10 | halt }
if %vn.clr == Cyan { set %dcnvn 11 | halt }
if %vn.clr == Blue { set %dcnvn 12 | halt }
if %vn.clr == Pink { set %dcnvn 13 | halt }
if %vn.clr == Dk.Grey { set %dcnvn 14 | halt }
if %vn.clr == Lt.Grey { set %dcnvn 15 | halt }
}
alias -l dcnnv10 {
if %nv.clr == White { set %dcnnv 0 | halt }
if %nv.clr == Black { set %dcnnv 1 | halt }
if %nv.clr == Dk.Blue { set %dcnnv 2 | halt }
if %nv.clr == Green { set %dcnnv 3 | halt }
if %nv.clr == Red { set %dcnnv 4 | halt }
if %nv.clr == Maroon { set %dcnnv 5 | halt }
if %nv.clr == Purple { set %dcnnv 6 | halt }
if %nv.clr == Orange { set %dcnnv 7 | halt }
if %nv.clr == Yellow { set %dcnnv 8 | halt }
if %nv.clr == Lt.Green { set %dcnnv 9 | halt }
if %nv.clr == Teal { set %dcnnv 10 | halt }
if %nv.clr == Cyan { set %dcnnv 11 | halt }
if %nv.clr == Blue { set %dcnnv 12 | halt }
if %nv.clr == Pink { set %dcnnv 13 | halt }
if %nv.clr == Dk.Grey { set %dcnnv 14 | halt }
if %nv.clr == Lt.Grey { set %dcnnv 15 | halt }
}
alias -l dcnmn12 {
if %mn.clr == White { set %dcnmn 0 | halt }
if %mn.clr == Black { set %dcnmn 1 | halt }
if %mn.clr == Dk.Blue { set %dcnmn 2 | halt }
if %mn.clr == Green { set %dcnmn 3 | halt }
if %mn.clr == Red { set %dcnmn 4 | halt }
if %mn.clr == Maroon { set %dcnmn 5 | halt }
if %mn.clr == Purple { set %dcnmn 6 | halt }
if %mn.clr == Orange { set %dcnmn 7 | halt }
if %mn.clr == Yellow { set %dcnmn 8 | halt }
if %mn.clr == Lt.Green { set %dcnmn 9 | halt }
if %mn.clr == Teal { set %dcnmn 10 | halt }
if %mn.clr == Cyan { set %dcnmn 11 | halt }
if %mn.clr == Blue { set %dcnmn 12 | halt }
if %mn.clr == Pink { set %dcnmn 13 | halt }
if %mn.clr == Dk.Grey { set %dcnmn 14 | halt }
if %mn.clr == Lt.Grey { set %dcnmn 15 | halt }
}
alias -l dcnic14 {
if %ic.clr == White { set %dcnic 0 | halt }
if %ic.clr == Black { set %dcnic 1 | halt }
if %ic.clr == Dk.Blue { set %dcnic 2 | halt }
if %ic.clr == Green { set %dcnic 3 | halt }
if %ic.clr == Red { set %dcnic 4 | halt }
if %ic.clr == Maroon { set %dcnic 5 | halt }
if %ic.clr == Purple { set %dcnic 6 | halt }
if %ic.clr == Orange { set %dcnic 7 | halt }
if %ic.clr == Yellow { set %dcnic 8 | halt }
if %ic.clr == Lt.Green { set %dcnic 9 | halt }
if %ic.clr == Teal { set %dcnic 10 | halt }
if %ic.clr == Cyan { set %dcnic 11 | halt }
if %ic.clr == Blue { set %dcnic 12 | halt }
if %ic.clr == Pink { set %dcnic 13 | halt }
if %ic.clr == Dk.Grey { set %dcnic 14 | halt }
if %ic.clr == Lt.Grey { set %dcnic 15 | halt }
}
alias -l dcnan16 {
if %an.clr == White { set %dcnan 0 | halt }
if %an.clr == Black { set %dcnan 1 | halt }
if %an.clr == Dk.Blue { set %dcnan 2 | halt }
if %an.clr == Green { set %dcnan 3 | halt }
if %an.clr == Red { set %dcnan 4 | halt }
if %an.clr == Maroon { set %dcnan 5 | halt }
if %an.clr == Purple { set %dcnan 6 | halt }
if %an.clr == Orange { set %dcnan 7 | halt }
if %an.clr == Yellow { set %dcnan 8 | halt }
if %an.clr == Lt.Green { set %dcnan 9 | halt }
if %an.clr == Teal { set %dcnan 10 | halt }
if %an.clr == Cyan { set %dcnan 11 | halt }
if %an.clr == Blue { set %dcnan 12 | halt }
if %an.clr == Pink { set %dcnan 13 | halt }
if %an.clr == Dk.Grey { set %dcnan 14 | halt }
if %an.clr == Lt.Grey { set %dcnan 15 | halt }
}
alias -l dcnchr18 {
if %dchr1 == $chr(62) { set %dchr1 $chr(62) | set %dchr2 $chr(62) | halt }
if %dchr1 == $chr(60) { set %dchr1 $chr(60) | set %dchr2 $chr(60) | halt }
if %dchr1 == <> { set %dchr1 <> | set %dchr2 <> | halt }
if %dchr1 == () { set %dchr1 () | set %dchr2 () | halt }
if %dchr1 == [] { set %dchr1 [] | set %dchr2 [] | halt }
if %dchr1 == /\ { set %dchr1 /\ | set %dchr2 /\ | halt }
if %dchr1 == {@} { set %dchr1 {@} | set %dchr2 {@} | halt }
if %dchr1 == <=- { set %dchr1 <=- | set %dchr2 -=> | halt }
if %dchr1 == -=> { set %dchr1 -=> | set %dchr2 <=- | halt }
if %dchr1 == )=- { set %dchr1 )=- | set %dchr2 -=( | halt }
if %dchr1 == -=( { set %dchr1 -=( | set %dchr2 )=- | halt }
if %dchr1 == ]=- { set %dchr1 ]=- | set %dchr2 -=[ | halt }
if %dchr1 == -=[ { set %dchr1 -=[ | set %dchr2 ]=- | halt }
if %dchr1 == }=- { set %dchr1 }=- | set %dchr2 -={ | halt }
if %dchr1 == -={ { set %dchr1 -={ | set %dchr2 }=- | halt }
if %dchr1 == °º© { set %dchr1 °º© | set %dchr2 ©º° | halt }
if %dchr1 == °º®§ { set %dchr1 °º®§ | set %dchr2 §®º° | halt }
if %dchr1 == °º©§ { set %dchr1 °º©§ | set %dchr2 §©º° | halt }
}
alias -l dcnbrk20 {
if %brk.clr == White { set %dcb1 0 | halt }
if %brk.clr == Black { set %dcb1 1 | halt }
if %brk.clr == Dk.Blue { set %dcb1 2 | halt }
if %brk.clr == Green { set %dcb1 3 | halt }
if %brk.clr == Red { set %dcb1 4 | halt }
if %brk.clr == Maroon { set %dcb1 5 | halt }
if %brk.clr == Purple { set %dcb1 6 | halt }
if %brk.clr == Orange { set %dcb1 7 | halt }
if %brk.clr == Yellow { set %dcb1 8 | halt }
if %brk.clr == Lt.Green { set %dcb1 9 | halt }
if %brk.clr == Teal { set %dcb1 10 | halt }
if %brk.clr == Cyan { set %dcb1 11 | halt }
if %brk.clr == Blue { set %dcb1 12 | halt }
if %brk.clr == Pink { set %dcb1 13 | halt }
if %brk.clr == Dk.Grey { set %dcb1 14 | halt }
if %brk.clr == Lt.Grey { set %dcb1 15 | halt }
}
alias -l dcnnic22 {
if %nic.clr == White { set %dcn1 0 | halt }
if %nic.clr == Black { set %dcn1 1 | halt }
if %nic.clr == Dk.Blue { set %dcn1 2 | halt }
if %nic.clr == Green { set %dcn1 3 | halt }
if %nic.clr == Red { set %dcn1 4 | halt }
if %nic.clr == Maroon { set %dcn1 5 | halt }
if %nic.clr == Purple { set %dcn1 6 | halt }
if %nic.clr == Orange { set %dcn1 7 | halt }
if %nic.clr == Yellow { set %dcn1 8 | halt }
if %nic.clr == Lt.Green { set %dcn1 9 | halt }
if %nic.clr == Teal { set %dcn1 10 | halt }
if %nic.clr == Cyan { set %dcn1 11 | halt }
if %nic.clr == Blue { set %dcn1 12 | halt }
if %nic.clr == Pink { set %dcn1 13 | halt }
if %nic.clr == Dk.Grey { set %dcn1 14 | halt }
if %nic.clr == Lt.Grey { set %dcn1 15 | halt }
}
raw 301:*: if (%an.chk == 1) { //.cnick $3 %dcnan | halt }
raw 313:*: if (%nic.chk == 1) { //.cnick $2 %dcnic | halt }
raw 352:*: {
if ((* isin $$7) && (%ic.chk == 1)) { //.cnick $6 %dcnic | halt }
if ((G isin $$7) && (%an.chk == 1)) { //.cnick $6 %dcnan | halt }
if (($6 == $me) && (%mn.chk == 1)) { //.cnick $6 %dcnmn | halt }
if (($6 isop $2) && (%on.chk == 1)) { //.cnick $6 %dcnon | halt }
if (($6 ishop $2 ) && (%hn.chk == 1)) { //.cnick $6 %dcnon | halt }
if (($6 isvoice $2) && (%vn.chk == 1)) { //.cnick $6 %dcnvn | halt }
if (($6 !isvoice $2) && (%nv.chk == 1)) { //.cnick $6 %dcnnv | halt }
}
on ^*:TEXT:*:#: {
if ((%chr.chk == 1) && (%brk.chk == 1)) {
if ($target ischan) { echo -tmi2 # $+(,,%dcb1,%dchr1,,,%dcn1,$remove($nick(#,$nick).pnick,@,+,),,,%dcb1,%dchr2,1,) $1- | /haltdef }
else { echo -tlmi2 $nick $+(,,%dcb1,%dchr1,,,%dcn1,$nick,,,%dcb1,%dchr2,1,) $1- | /haltdef }
}
}
on ^*:OP:#: {
if (($opnick == $me) && (%mn.chk == 1)) { //.cnick $opnick %dcnmn | /haltdef }
if (($opnick != $me) && (%on.chk == 1)) { //.cnick $opnick %dcnon | /haltdef }
}
on ^*:VOICE:#: {
if (%vn.chk == 1) {
if (($vnick == $me) && (%mn.chk == 1)) { //.cnick $vnick %dcnmn | /haltdef }
if (($vnick != $me) && (%vn.chk == 1)) { //.cnick $vnick %dcnvn | /haltdef }
}
}
on ^*:DEVOICE:#: {
if (%nv.chk == 1) {
if (($nick == $me) && (%mn.chk == 1)) { //.cnick $opnick %dcnmn | /haltdef }
if (($nick != $me) && (%on.chk == 1)) { //.cnick $vnick %dcnon | /haltdef }
if (($nick isvoice #) && (%vn.chk == 1)) { //.cnick $nick %dcnvn | /haltdef }
else { //.cnick $nick %dcnnv }
}
}
on ^*:NICK: {
if (($nick == $me) && ($nick isop #)) && (%mn.chk == 1)) { //.cnick -r $nick | //.cnick $newnick %dcnmn | /haltdef }
if (($nick != $me) && ($nick isop #)) { //.cnick -r $nick | //.cnick $newnick %dcnon | /haltdef }
if (($nick isvoice #) && (%vn.chk == 1)) { //.cnick -r $nick | //.cnick $newnick %dcnvn | /haltdef }
if (($nick !isvoice #) && (%nv.chk == 1)) { //.cnick -r $nick | //.cnick $newnick $nick %dcnnv | //haltdef }
}
on ^*:PART:#: { //.cnick -r $nick }
on ^*:QUIT: { //.cnick -r $nick }
on ^*:KICK:#: { //.cnick -r $knick }
on ^*:DEOP:#: {
if (($nick == $me) && (%mn.chk == 1)) { //.cnick $opnick %dcnmn | /haltdef }
if (($nick isvoice #) && (%vn.chk == 1)) { //.cnick $vnick %dcnvn | //haltdef }
if (($nick !isvoice #) && (%nv.chk == 1)) { //.cnick $nick %dcnnv | //haltdef }
}
on ^*:JOIN:#: {
if (($nick == $me) && (%on.chk == 1)) { //.cnick $nick %dcnmn | //who # | //haltdef }
if (($nick !isvoice #) && (%nv.chk == 1)) { //.cnick $nick %dcnnv | //haltdef }
}
on *:CONNECT: {
echo -s 2,15-={4NOTICE2}=-->12 You are using 2Digital Color Nick By MR_Q
var %cnt = 1
while ( $cnick(%cnt) != $null ) {
//.cnick -r $cnick(%cnt,a)
else inc %cnt
}
}




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#29752 14/06/03 06:49 PM
Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
Holy Hell! I got one question...Hows the arthritis? grin

#29753 14/06/03 08:41 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
I'd like to actually know what all that does that mIRC doesn't do ¿ shocked

#29754 14/06/03 10:08 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
yes agreed ... all that seems to do is give u the option to put different nickname separators into text ........ which really isnt needed...... im guessing that this person likes to add a ton of stuff. i mean the dialog he has in his is no easier than the defualt mirc one so its not like hes made it simplified ..... just added the samething that comes built in


D3m0nnet.com
#29755 15/06/03 04:57 AM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
Its amazing what copy and paste can do....
But, in answer to your question....
This script will auto color code nicks as to there status in the Channel.
It also clears the Nick Color list on start.
It will update the nick colors on join of a channel.
It gives the end user a choice of Brackets to use on the nicks in the channel instad of a plain <NICK> You can also change the color of the brackets instead of a dull black
I wrote this script for some friends who wanted more then what Mirc had to offer in a black and white Mirc grin.




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#29756 15/06/03 04:41 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
That's a strange looking icon you have there... What is it? lol.


Link Copied to Clipboard