Heyz can my script calculate how many devoiced and voiced nicks there are in a room ?
Please help me ![]()
i need it for a helpdesk
A TG007 community discussion started by Mikke8.
Heyz can my script calculate how many devoiced and voiced nicks there are in a room ?
Please help me ![]()
i need it for a helpdesk
Whosvoiced {
set %Regs $nick($active,0)
set %voiced $nick($active,0,v)
set %devoived $calc(%Regs - %voiced)
echo There is %voiced Voiced and devoiced %devoived in $active
}
there something simple should serve what you need put it in Aliases
and put this
devoice/voiced:Whosvoiced
in popups hope that helps
$nick($active,0,a,v)
is all nicks except voiced ![]()
What one man can do, another can do!
Sign in to reply or start a new topic where your account has permission.