hi all, I have small question
alias get {
var %x 0, %chan $avtive
while (%x <= $nick(%chan,0)) {
echo -a $nick(%chan,%x) is not a guest
inc %x
}
}
ok sure it echos for all when they join but how to let it does not echo when guest joins ?
when I used if ($left($nick(%chan,%x),1) == >) halt , that let the alias stops when any guest is in the room so any help? ![]()