Thresher 1.2 Class Documentation

Sender.Whowas Method (String, Int32)

Request information about a user who is no longer on IRC but with a maximum number of responses.

[Visual Basic]
Overloads Public Sub Whowas( _
   ByVal nick As String, _
   ByVal count As Integer _
)
[C#]
public void Whowas(
   string nick,
   int count
);

Parameters

nick
Target nick
count
The maximum number of replies the IRC server should send back.

Remarks

Possible Errors

Exceptions

Exception TypeCondition
ArgumentExceptionIf the nick is invalid or if count is less than or equal to zero.

See Also

Sender Class | Sharkbite.Irc Namespace | Sender.Whowas Overload List | OnWhowas