chmode: remove unreachable break statement

This commit is contained in:
Aaron Jones 2016-06-01 20:00:48 +00:00
parent bca336720e
commit ce2c092b49
No known key found for this signature in database
GPG key ID: 6E854C0FAAD4CEA4

View file

@ -822,7 +822,6 @@ chm_ban(struct Client *source_p, struct Channel *chptr,
default:
sendto_realops_snomask(SNO_GENERAL, L_ALL, "chm_ban() called with unknown type!");
return;
break;
}
if(dir == 0 || parc <= *parn)