BanchoBot.processorsQuit - multiple declarations

Variable BanchoBot.processorsQuit

list of event subscribers. Gets removed automatically when called and returns true, otherwise caller has to remove it.

class BanchoBot
{
  // ...
  bool delegate(Quit) processorsQuit ;
  // ...
}

Variable BanchoBot.processorsQuit

list of event subscribers. Gets removed automatically when called and returns true, otherwise caller has to remove it.

class BanchoBot
{
  // ...
  bool delegate(Quit) processorsQuit ;
  // ...
}