ok i am haveing a bit of trouble here but i seem to cant figur out a good way too space the nicknames of a channel like it finds out how many that are in the channel then finds the length of each nick... then after that it sorts it out and divides it up evenly ....
eg:
Nick1 nickasdf! nick1243 joeBOB
Nick2 niill nardt joefixit
Nick3 asdfaskasdf! nick12 joetest
kinda see where im going but i want this to happen on /names
raw 353
here is my code so far (srry for slopyness i try to keep it neat)
raw 353:*: {
var %len = $calc($len($nick) - $bignick(#).len + 1)
echo :: $numtok($gettok($1-,4- $+ $numtok($1-,32),32),32)
var %3 = $gettok($1-,4- $+ $numtok($1-,32),32)
echo $3 $+ %symbColorStartDiv $+ $chr(124) $+ $+ %symbColorText $+ $str(_,$calc($len($timestamp) + 3)) $+ $+ %symbColorDiv $+ $chr(124) $+ $str(_, %len) $+ $chr(124)
}
some stuff idk what it was doing there kinda sleepy you know?