invite: remove redundant parenthesis
This commit is contained in:
parent
4371dcbd55
commit
ddb063e2f9
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ m_invite(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source
|
|||
|
||||
if(MyConnect(target_p))
|
||||
{
|
||||
if(!IsOper(source_p) && (IsSetCallerId(target_p)) && !accept_message(source_p, target_p))
|
||||
if(!IsOper(source_p) && IsSetCallerId(target_p) && !accept_message(source_p, target_p))
|
||||
{
|
||||
sendto_one_numeric(source_p, ERR_TARGUMODEG,
|
||||
form_str(ERR_TARGUMODEG),
|
||||
|
|
Loading…
Reference in a new issue