QuotePlugin.quotes

The in-memory JSON storage of all user quotes.

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

class QuotePlugin
private
Quote[][string][string] quotes;