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 _
)
[C#]
public void Join(
   string channel,
   string password
);

Parameters

channel
Channel to join
password
The channel's pasword. Cannot be null or empty.

Exceptions

Exception TypeCondition
ArgumentExceptionIf the channel name is not valid or the password is null.

See Also

Sender Class | Sharkbite.Irc Namespace | Sender.Join Overload List | OnJoin