BanchoBot.processMessage - multiple declarations

Function BanchoBot.processMessage

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

void processMessage (
  Message message
);

Throws

anything thrown in event subscribers will get thrown here too.

Function BanchoBot.processMessage

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

void processMessage (
  Message message
);

Throws

anything thrown in event subscribers will get thrown here too.