Hey I need some help for a nicklist! ![]()
Well, I really wanted a nicklist.dll one type , with the icons etc, and like the one in err0rs All'n'one script, but that is far out of my league.
I saw this post on a topic, i think its by err0r with this code.
dialog centerd {
title "Center Dialog"
size -1 -1 171 163
option dbu
list 1, 102 9 60 134, size
button "Refresh List", 2, 103 145 58 12
}
on *:dialog:centerd:init:*: { getnames $active }
on *:Dialog:centerd:sclick:1: { echo -a $did(1).seltext }
on *:Dialog:centerd:sclick:2: { getnames $active }
alias getnames {
did -r centerd 1
var %l 1
while ($nick($1,%l)) {
did -a centerd 1 $v1
inc %l
}
}
That is a great piece of code. Is their a way to make it so it include the signs like "@" "~" "%" "+" of the different types of access they have.
Also how can I make it so it auto refreshes without it like being laggy or something. Is their a way to make it auto refresh smoothly and not see like flashes etc.
Any help/examples of past nicklists you have created or anything would be great! ![]()
Thanks