sendEndOfMotd method

void sendEndOfMotd()

Implementation

void sendEndOfMotd() {
  sendNumeric(NumericReply.RPL_ENDOFMOTD);
}