diff options
-rw-r--r-- | src/s_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_user.c b/src/s_user.c index 1403ca9..772c16a 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -1193,7 +1193,7 @@ check_xline(struct Client *source_p) if (conf->reason != NULL) reason = conf->reason; else - reason = "No Reason"; + reason = CONF_NOREASON; sendto_realops_flags(UMODE_REJ, L_ALL, SEND_NOTICE, "X-line Rejecting [%s] [%s], user %s [%s]", |