oh!, by the way. Im using a raw binding, and i had to split args to get access to each word of the string. I searched, in eggdrop sources, for something like split() that seemed to TCL split funcion, but with no results. So i've made it myself but now i know i should have used strtok() to get it sim...