IRCPluginState.previousWhoisTimestamps

A copy of the main thread's previousWhoisTimestamps associative arrays of UNIX timestamps of when someone had a WHOIS query aimed at them, keyed by nickname.

struct IRCPluginState
RehashingAA!(long[string]) previousWhoisTimestamps;