if(strchr("./^:",input_string[0]))//it starts with ., ^ , / , :, it may be a blc_channel.
if(forward_blc_channel){
if(strchr("./^:",input_string[0])){//it starts with ., ^ , / , :, it may be a blc_channel.
if(memchr(&input_string[1],'/',size)==0)// There is no / after the first char it is a blc_channel. NOTE: It may be an error with /usr /bin the user has to use /usr/ /bin/ etc.