DClient.sendMessage

Sends a message to either a channel of user

@param isUser whether or not we are sending to a user, true if user, false if channel @param location the username/channel to send to @param message the message to send @returns bool whether the send worked or not

class DClient
bool
sendMessage
(
bool isUser
,
string location
,
string message
)

Meta