Thresher 1.2 Class Documentation

Sender.ClearTopic Method 

Clear the channel's topic.

[Visual Basic]
Public Sub ClearTopic( _
   ByVal channel As String _
)
[C#]
public void ClearTopic(
   string channel
);

Parameters

channel
The target channel.

Remarks

Possible Errors

Exceptions

Exception TypeCondition
ArgumentExceptionIf the channel name is not valid.

See Also

Sender Class | Sharkbite.Irc Namespace | OnTopicChanged