on *:text:!admin_vote_kick*:#chan: {
set %nick $nick
set %no 0
set %yes 0
.timer 1 70 if (%yes > %no) { msg =dccbot .kick #chan nick Du har blit vota ut.. }
.timer 1 80 unset %no
.timer 1 80 unset %yes
.timer 1 80 unset %nick
}

on *:text:!yes:#chan: {
inc %yes 1
}
on *:text:!no:#chan: {
inc %no 1
}

this i use, but i get a * /if: invalid format
dont know what that means. so what to do!
im sure the if thing is wrong placed or somthing ;D. Im not so leet as you guys