BanchoBot.processorsMessage - multiple declarations

Variable BanchoBot.processorsMessage

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

class BanchoBot
{
  // ...
  bool delegate(Message) processorsMessage ;
  // ...
}

Variable BanchoBot.processorsMessage

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

class BanchoBot
{
  // ...
  bool delegate(Message) processorsMessage ;
  // ...
}