BanchoBot.processQuit - multiple declarations

Function BanchoBot.processQuit

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

void processQuit (
  Quit quit
);

Throws

anything thrown in event subscribers will get thrown here too.

Function BanchoBot.processQuit

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

void processQuit (
  Quit quit
);

Throws

anything thrown in event subscribers will get thrown here too.