authd/provider: remove obsolete comment [ci skip]
This commit is contained in:
parent
ee658821e3
commit
3ad21f6107
1 changed files with 4 additions and 1 deletions
|
@ -172,7 +172,10 @@ void reject_client(struct auth_client *auth, provider_t id, const char *reason)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO send back ident */
|
/* We send back username and hostname in case ircd wants to overrule our decision.
|
||||||
|
* In the future this may not be the case.
|
||||||
|
* --Elizafox
|
||||||
|
*/
|
||||||
rb_helper_write(authd_helper, "R %x %c %s %s :%s", auth->cid, reject, auth->username, auth->hostname, reason);
|
rb_helper_write(authd_helper, "R %x %c %s %s :%s", auth->cid, reject, auth->username, auth->hostname, reason);
|
||||||
|
|
||||||
set_provider_off(auth, id);
|
set_provider_off(auth, id);
|
||||||
|
|
Loading…
Reference in a new issue