BanchoBot.processorsMembership

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

  1. bool delegate(Message)[] processorsMessage;
  2. bool delegate(Quit)[] processorsQuit;
  3. bool delegate(TopicChange)[] processorsTopic;
  4. bool delegate(MembershipEvent)[] processorsMembership;
    class BanchoBot
    version(D_Ddoc)
    bool delegate(MembershipEvent)[] processorsMembership;

Meta