chmode: remove unreachable break statement
This commit is contained in:
parent
73d759aeb4
commit
b2c9df4786
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue