Client.directMessage

Sends a direct message to the intended recipient

  1. void directMessage(string message, string[] recipients)
  2. void directMessage(string message, string recipient)
    class Client
    void
    directMessage
    (
    string message
    ,
    string recipient
    )

Parameters

message string

The message to send

Throws

BirchwoodException if the receipient's nickname is invalid or there are illegal characters present

Meta