!kick [id]
kick the id that i wrote
==============================================
when i say:
!kick 1
kick the id 1
==============================================
i know, it's easy but i don't know how to do this.
Help me pls
addhook("say","saykick") function saykick(id, txt) 	if(string.sub(txt,1,5)=="!kick") then 		parse("kick "..(tonumber(string.sub(txt,7,string.len(txt)))).." Kicked!") 	end end