Click or drag to resize

IPluginHostNotifyUser Method (IChannel, String)

Use this to show information to the user. Shows in IChannel window Returns if the message was shown

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
bool NotifyUser(
	IChannel Channel,
	string Message
)

Parameters

Channel
Type: AdiIRCAPIIChannel
IChannel
Message
Type: SystemString
String

Return Value

Type: Boolean
True/False depending if the notify was successful
See Also