diff options
Diffstat (limited to 'modules/m_stats.c')
-rw-r--r-- | modules/m_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_stats.c b/modules/m_stats.c index 94936c8..1edeba0 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -618,7 +618,7 @@ stats_glines(struct Client *source_p, int parc, char *parv[]) from, to, "G", conf->host ? conf->host : "*", conf->user ? conf->user : "*", - conf->reason ? conf->reason : "No reason"); + conf->reason ? conf->reason : CONF_NOREASON); } } } |