sendMotdStart method

void sendMotdStart()

Implementation

void sendMotdStart() {
  final prefix = printNumeric(NumericReply.RPL_MOTDSTART);
  final servername = _chatServer.servername;
  sendRawString('$prefix :- $servername Message of the day -');
}