m_close: remove dangling return [ci skip]
This commit is contained in:
parent
b8b72cbdf1
commit
05b77c613f
1 changed files with 0 additions and 1 deletions
|
@ -68,5 +68,4 @@ mo_close(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source
|
||||||
}
|
}
|
||||||
|
|
||||||
sendto_one(source_p, form_str(RPL_CLOSEEND), me.name, source_p->name, closed);
|
sendto_one(source_p, form_str(RPL_CLOSEEND), me.name, source_p->name, closed);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue