BanchoBot.backlogsQuit - multiple declarations

Variable BanchoBot.backlogsQuit

list of backlog which hasn't been handled by any event subscribers, oldest one will always be replaced on new ones.

class BanchoBot
{
  // ...
  Quit[256] backlogsQuit ;
  // ...
}

Variable BanchoBot.backlogsQuit

list of backlog which hasn't been handled by any event subscribers, oldest one will always be replaced on new ones.

class BanchoBot
{
  // ...
  Quit[256] backlogsQuit ;
  // ...
}