BanchoBot.processMessage

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)
    class BanchoBot
    version(D_Ddoc)
    nothrow
    void
    processMessage
  2. void processQuit(Quit quit)
  3. void processTopic(TopicChange change)
  4. void processMembership(MembershipEvent change)

Throws

anything thrown in event subscribers will get thrown here too.

Meta