18.10.2009, 18:43
I don't know why....
I have this:
If i insert this:

My log say:
should not be 21?
I have this:
Код:
if (strcmp(cmd, "/changenick", true)==0) { tmp = strtok(cmdtext, idx); printf("length: %d",strlen(tmp)); return 1; }

My log say:
Код:
[20:19:32] length: 19
