View on GitHub

LynxBot

A Twitch.tv IRC bot for Old School Runescape

Download this project as a .zip file Download this project as a tar.gz file

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.

SEE ALSO

cml(1), ehp(1), level(1), rsn(1), RSN Management(3)