NotePlugin.notes

The in-memory JSON storage of all stored notes.

It is in the JSON form of Note[][string][string], where the first string key is a channel and the second a nickname.

class NotePlugin
private
Note[][string][string] notes;