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
ERR_NEEDMOREPARAMS
ERR_NOTONCHANNEL
ERR_CHANOPRIVSNEEDED
ERR_NOCHANMODES
Exceptions
Exception Type
Condition
ArgumentException
If the channel name is not valid.
See Also
Sender Class
|
Sharkbite.Irc Namespace
|
OnTopicChanged