mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 01:23:13 +02:00
struct stats *ircstp; -> IRCStatistics ircstats; (for statistics, /STATS)
This commit is contained in:
+2
-1
@@ -1659,7 +1659,8 @@ struct ConfigItem_offchans {
|
||||
/*
|
||||
* statistics structures
|
||||
*/
|
||||
struct stats {
|
||||
typedef struct IRCStatistics IRCStatistics;
|
||||
struct IRCStatistics {
|
||||
unsigned int is_cl; /* number of client connections */
|
||||
unsigned int is_sv; /* number of server connections */
|
||||
unsigned int is_ni; /* connection but no idea who it was */
|
||||
|
||||
Reference in New Issue
Block a user