| 40 |
|
|
| 41 |
|
|
| 42 |
|
|
| 43 |
< |
/* failed_oper_notice() |
| 43 |
> |
/*! \brief Notices all opers of the failed oper attempt if enabled |
| 44 |
|
* |
| 45 |
< |
* inputs - pointer to client doing /oper ... |
| 46 |
< |
* - pointer to nick they tried to oper as |
| 47 |
< |
* - pointer to reason they have failed |
| 48 |
< |
* output - nothing |
| 49 |
< |
* side effects - notices all opers of the failed oper attempt if enabled |
| 45 |
> |
* \param source_p Client doing /oper ... |
| 46 |
> |
* \param name The nick they tried to oper as |
| 47 |
> |
* \param reason The reason why they have failed |
| 48 |
|
*/ |
| 49 |
|
static void |
| 50 |
|
failed_oper_notice(struct Client *source_p, const char *name, |