Property | Type | Description | |
---|---|---|---|
encoding |
Method | Description | |
---|---|---|
ApplyTo ( IrcClient irc ) : void | ||
CreatePacket ( string content ) : |
Build a packet from a new line of content from the server. Do as much parsing as possible here before the packet-handler will then work with the gathered information.
|
|
ExtractPackets ( ByteBuffer partialResponse ) : Squishy.Irc.Protocol.IrcPacket[] | ||
HandleBytes ( |
|
Method | Description | |
---|---|---|
IrcProtocolHandler ( |
||
IrcProtocolHandler ( IrcClient irc, |
||
ParseModes ( IrcUser user, IrcChannel chan, string flags, string args ) : void |
public CreatePacket ( string content ) : |
||
content | string | |
return |
public ExtractPackets ( ByteBuffer partialResponse ) : Squishy.Irc.Protocol.IrcPacket[] | ||
partialResponse | ByteBuffer | |
return | Squishy.Irc.Protocol.IrcPacket[] |
public HandleBytes ( |
||
con | ||
buf | ByteBuffer | |
return | void |