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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user