1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 22:23:14 +02:00

Fixed /stats ? for Q and q

This commit is contained in:
codemastr
2004-04-07 22:18:27 +00:00
parent 7ebd0473b9
commit 23eddafaf7
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -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
+2 -2
View File
@@ -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