Send an action message to a channel.
This is actually a CTCP command but it is so widely used that it is included here. These are the '\me Laughs' type messages.
Exception Type | Condition |
---|---|
ArgumentException | If the channel name is not valid. Will also be thrown if the description is null or empty. |
//Express an emotion... connection.Sender.Action("#thresher", "Kicks down the door" );
Sender Class | Sharkbite.Irc Namespace | OnAction