Thresher 1.2 Class Documentation | |
Sender.Join Method (String, String)
Join a passworded channel.
[Visual Basic]Overloads Public Sub Join( _
ByVal
channel As
String, _
ByVal
password As
String _
)
Parameters
- channel
- Channel to join
- password
- The channel's pasword. Cannot be null or empty.
Exceptions
Exception Type | Condition |
---|
ArgumentException | If the channel name is not valid or the password is null. |
See Also
Sender Class | Sharkbite.Irc Namespace | Sender.Join Overload List | OnJoin