BanchoBot.processMembership

Calls all event subscribers to try to match this object, otherwise replace the oldest element in the backlog with this.

  1. void processMessage(Message message)
  2. void processQuit(Quit quit)
  3. void processTopic(TopicChange change)
  4. void processMembership(MembershipEvent change)
    class BanchoBot
    version(D_Ddoc)
    nothrow
    void
    processMembership

Throws

anything thrown in event subscribers will get thrown here too.

Meta