mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 16:33:12 +02:00
JSON-RPC: WHOWAS fetching is now whowas.get, also expose not only
logon_time/logoff_time but also connected_since. This also fixes the Makefile for the Windows build (i hope)
This commit is contained in:
@@ -861,6 +861,7 @@ typedef struct Whowas {
|
||||
long umodes;
|
||||
time_t logon;
|
||||
time_t logoff;
|
||||
time_t connected_since;
|
||||
WhoWasEvent event;
|
||||
struct Client *online; /* Pointer to new nickname for chasing or NULL */
|
||||
struct Whowas *next; /* for hash table... */
|
||||
|
||||
Reference in New Issue
Block a user