Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Connection ¶
type Connection struct { // User information Nick string User string // Server information Server string Socket net.Conn // Events Events []Event }
func (*Connection) Connect ¶
func (conn *Connection) Connect(c chan []byte)
func (*Connection) JoinChan ¶
func (conn *Connection) JoinChan(channel string)
func (*Connection) Listen ¶
func (conn *Connection) Listen(c chan []byte)
func (*Connection) SetNick ¶
func (conn *Connection) SetNick()
Click to show internal directories.
Click to hide internal directories.