diff options
Diffstat (limited to 'modules/m_kline.c')
-rw-r--r-- | modules/m_kline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_kline.c b/modules/m_kline.c index 09430ea..b41e21c 100644 --- a/modules/m_kline.c +++ b/modules/m_kline.c @@ -276,7 +276,7 @@ already_placed_kline(struct Client *source_p, const char *luser, const char *lho { if (warn) { - reason = conf->reason ? conf->reason : "No reason"; + reason = conf->reason ? conf->reason : CONF_NOREASON; sendto_one(source_p, ":%s NOTICE %s :[%s@%s] already K-Lined by [%s@%s] - %s", me.name, source_p->name, luser, lhost, conf->user, |