Change the topic of the given channel.
Possible Errors
| Exception Type | Condition |
|---|---|
| ArgumentException | If the channel name is not valid or the topic is null. |
connection.Sender.ChangeTopic( "#thresher","Beta 27 Released" );
Sender Class | Sharkbite.Irc Namespace | OnTopicChanged