IrcClient Mode Method NetIRC2 IRC Client Library for .NET
Changes a channel or user's mode.

Namespace: NetIrc2
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Mode(
	IrcString target,
	IrcString command,
	params IrcString[] parameters
)

Parameters

target
Type: NetIrc2 IrcString
The channel or user to change the mode of.
command
Type: NetIrc2 IrcString
The mode change, for example +o or +v.
parameters
Type:  NetIrc2 IrcString 
The mode change parameters.
See Also