@@ -257,6 +257,10 @@ int valid_name(char *newname)
if(!vowels)
return(0);
/* check spaces */
if(strchr(newname,''))
return(0);
/* return valid if list doesn't exist */
if(invalid_list==NULL||num_invalid<1)
return(1);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.