Click or drag to resize

IServerFindUser Method

Finds the matching User.

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
IUser FindUser(
	string Nick
)

Parameters

Nick
Type: SystemString
String

Return Value

Type: IUser
Aa IUser object, if no user is found, a fake IUser object is created (but not stored).
See Also