From 23eddafaf7fe9be180fa13336cf34f0b48dddc3e Mon Sep 17 00:00:00 2001 From: codemastr Date: Wed, 7 Apr 2004 22:18:27 +0000 Subject: [PATCH] Fixed /stats ? for Q and q --- Changes | 2 ++ src/modules/m_stats.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 1f42d7d16..8a2aefe59 100644 --- a/Changes +++ b/Changes @@ -3077,3 +3077,5 @@ seen. gmtime warning still there - Updated credits - German doc updates (spelling+synch). - Updated /credits a bit more +- Updated the /stats ? output to say Q is sqline and q is ban nick (#0001689) reported + by Alzirr diff --git a/src/modules/m_stats.c b/src/modules/m_stats.c index f0001e773..1f1c86659 100644 --- a/src/modules/m_stats.c +++ b/src/modules/m_stats.c @@ -292,9 +292,9 @@ inline void stats_help(aClient *sptr) sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name, "P - port - Send information about ports"); sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name, - "q - sqline - Send the SQLINE list"); + "q - bannick - Send the ban nick block list"); sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name, - "Q - bannick - Send the ban nick block list"); + "Q - sqline - Send the global qline list"); sendto_one(sptr, rpl_str(RPL_STATSHELP), me.name, sptr->name, "r - chanrestrict - Send the channel deny/allow block list"); #ifdef DEBUGMODE