BanchoBot.processorsTopic - multiple declarations

Variable BanchoBot.processorsTopic

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

class BanchoBot
{
  // ...
  bool delegate(TopicChange) processorsTopic ;
  // ...
}

Variable BanchoBot.processorsTopic

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

class BanchoBot
{
  // ...
  bool delegate(TopicChange) processorsTopic ;
  // ...
}