rsns.json(4) - LynxBot manual
DESCRIPTION
rsns.json is the file which contains the stored RSNs of Twitch users.
There is an object in the rsns array for each Twitch user that has set a RSN.
SYNOPSIS
The format of each user object is as follows:
{
"nick" : "zoidburgerr",
"prev" : [],
"rsn" : "ned_flanders"
}
- nick
The Twitch username of the person.
- prev
Array of the person's previous RSNs (not currently used).
- rsn
The current RSN of the user.