@ -288,7 +288,9 @@ int main(int argc, char* argv[]) {
ToxWindow*a;
for(i=0;i<argc;i++){
if(argv[i][0]=='-'){
if(argv[i]==NULL){
break;
}elseif(argv[i][0]=='-'){
if(argv[i][1]=='f'){
if(argv[i+1]!=NULL)
filename=argv[i+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.