diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/core/m_join.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/m_join.c b/modules/core/m_join.c index 3a9d498..b31779d 100644 --- a/modules/core/m_join.c +++ b/modules/core/m_join.c @@ -142,7 +142,7 @@ m_join(struct Client *client_p, struct Client *source_p, ++conf->count; sendto_one(source_p, form_str(ERR_CHANBANREASON), me.name, source_p->name, chan, conf->reason ? conf->reason : "Reserved channel"); - sendto_realops_flags(UMODE_SPY, L_ALL, SEND_NOTICE, + sendto_realops_flags(UMODE_REJ, L_ALL, SEND_NOTICE, "Forbidding reserved channel %s from user %s", chan, get_client_name(source_p, HIDE_IP)); continue; |