The IrcClient type exposes the following members.
Back to Top
Events
| Name | Description | |
|---|---|---|
|  | Closed | 
            Called when the connection is terminated.
             | 
|  | Connected | 
            Called when a connection is established.
             | 
|  | GotChannelListBegin | 
            Called when the server has begun sending the channel list.
             | 
|  | GotChannelListEnd | 
            Called when the server has finished sending the channel list.
             | 
|  | GotChannelListEntry | 
            Called for each entry of the channel list.
             | 
|  | GotChannelTopicChange | 
            Called when a channel's topic changes.
             | 
|  | GotChatAction | 
            Called when someone sends a chat action message.
             | 
|  | GotInvitation | 
            Called when the client receives an invitation to join a channel.
             | 
|  | GotIrcError | 
            Called when an error occurs.
             | 
|  | GotJoinChannel | 
            Called when someone joins a channel.
             | 
|  | GotLeaveChannel | 
            Called when someone leaves a channel.
             | 
|  | GotMessage | 
            Called when someone sends a message.
             | 
|  | GotMode | 
            Called when a channel or user's mode is changed.
             | 
|  | GotMotdBegin | 
            Called when the server has begun sending the Message of the Day.
             | 
|  | GotMotdEnd | 
            Called when the server has finished sending the Message of the Day.
             | 
|  | GotMotdText | 
            Called for each line of the Message of the Day sent by the server.
             | 
|  | GotNameChange | 
            Called when someone changes their name.
             | 
|  | GotNameListEnd | 
            Called at the completion of a channel's user list.
             | 
|  | GotNameListReply | 
            Called when the server is sending a channel's user list.
             | 
|  | GotNotice | 
            Called when someone sends a notice. Notices differ from
            ordinary messages in that, by convention, one should not
            send an automated reply in response (such as 'I am away
            from the keyboard.').
             | 
|  | GotPingReply | 
            Called on a user's reply to a ping.
             | 
|  | GotUserKicked | 
            Called when a user is kicked from a channel.
             | 
|  | GotUserQuit | 
            Called when a user disconnects from the server.
             | 
|  | GotWelcomeMessage | 
            Called when the server sends the welcome message.
             | 
See Also
 Copyright 2013 James F. Bellinger (http://www.zer7.com/software.php?page=netirc)
 
						Copyright 2013 James F. Bellinger (http://www.zer7.com/software.php?page=netirc)