I uploaded a fix, redownload crx_chatmanager.sma. It should be fine now, I tested it with your .ini file.
By the way, a simple tip. Instead of doing this:
PHP Code:
"flag" "l" "&x04"
"flag" "a" "&x04"
"flag" "d" "&x04"
"flag" "e" "&x04"
"flag" "b" "&x04"
"flag" "" "&x01"
You can just do this:
PHP Code:
"anyflag" "ladeb" "&x04"
"flag" "" "&x01"
__________________