BanchoBot.processTopic

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)
    class BanchoBot
    version(D_Ddoc)
    nothrow
    void
    processTopic
  4. void processMembership(MembershipEvent change)

Throws

anything thrown in event subscribers will get thrown here too.

Meta