02.09.2015, 17:54
- Well done.
- Why do you try to include something that all user has it ( i'm talking about #tryinclude )
- this can be merged in one, because it does return the same value.
Код:if !response *then return true; if !strlen(inputtext) *then return true; - Someplace you use binary(+0b10 ) and in some you use hex, keep with one for readability.
- static a, b, c; must be new ( i guess ).
- Here in this code, is there any reason for checking the length and adding true + == 0 ? its default the true & the == 0
Код:if (strcmp("/calc", cmdtext, true, 10) == 0) - Good job.

