chmode: remove unreachable break statement
This commit is contained in:
parent
bca336720e
commit
ce2c092b49
1 changed files with 0 additions and 1 deletions
|
@ -822,7 +822,6 @@ chm_ban(struct Client *source_p, struct Channel *chptr,
|
||||||
default:
|
default:
|
||||||
sendto_realops_snomask(SNO_GENERAL, L_ALL, "chm_ban() called with unknown type!");
|
sendto_realops_snomask(SNO_GENERAL, L_ALL, "chm_ban() called with unknown type!");
|
||||||
return;
|
return;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(dir == 0 || parc <= *parn)
|
if(dir == 0 || parc <= *parn)
|
||||||
|
|
Loading…
Reference in a new issue