Add missing return value.

This commit is contained in:
Jilles Tjoelker 2010-02-15 22:18:00 +01:00
parent 3f76eb8a8c
commit 0f18c084bb
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ m_invite(struct Client *client_p, struct Client *source_p, int parc, const char
{
sendto_one(source_p, form_str(ERR_TARGCHANGE),
me.name, source_p->name, target_p->name);
return;
return 0;
}
sendto_one(source_p, form_str(RPL_INVITING),
me.name, source_p->name,