The IrcClient type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
ChangeChannelTopic |
Changes the channel topic.
| |
ChangeName |
Changes the client's nickname.
| |
ChatAction |
Sends an action message to the specified user or channel.
| |
Close |
Closes the network connection.
| |
Connect(Stream, IrcClientConnectionOptions) |
Connects to an IRC server specified by a stream.
| |
Connect(IPEndPoint, IrcClientConnectionOptions) |
Connects to an IRC server specified by an endpoint.
| |
Connect(String, Int32, IrcClientConnectionOptions) |
Connects to an IRC server.
| |
CtcpCommand |
Sends a CTCP command to the specified user or channel.
| |
CtcpReply |
Replies to a CTCP command from a user or channel.
| |
DccCommand |
Sends a DCC command to the specified user or channel.
| |
Invite |
Invites the specified user to the channel. Channel operator access
may be required.
| |
IrcCommand(IrcStatement) |
Sends a premade IRC statement to the server.
| |
IrcCommand(IrcString, IrcString ) |
Constructs and sends an IRC command to the server.
| |
Join |
Joins the specified channel.
| |
Kick |
Kicks the specified user from the channel. Channel operator access may be required.
| |
Leave |
Leaves the specified channel.
| |
ListChannels |
Requests a listing of available channels on the server.
| |
LogIn |
Logs in to the server.
| |
LogOut |
Logs out from the server.
| |
Message |
Sends a message to the specified user or channel.
| |
Mode |
Changes a channel or user's mode.
| |
Notice |
Sends a notice to the specified user.
| |
Ping |
Pings the specified user.
|
See Also