18.03.2018, 18:29
It should also work in this case, strcmp compares the entire strings while strfind returns the index where the substring (/pm) is found in the command (/pm id message) (which should be 0, hence the ! on the condition)