Documentation
¶
Index ¶
- Variables
- type Channel
- type Conn
- func (c *Conn) Connect() error
- func (c *Conn) Join(channel string, key string)
- func (c *Conn) JoinExclusive(channel string, key string)
- func (c *Conn) Listen()
- func (c *Conn) Part(channel string, partMessage string)
- func (c *Conn) PrivMsg(target string, text string)
- func (c *Conn) Quit(quitMessage string)
- type Member
- type Message
- type PrivMsg
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct { Messages chan *Message PrivMessages chan *PrivMsg // contains filtered or unexported fields }
func (*Conn) JoinExclusive ¶
type Message ¶
func NewMessage ¶
Click to show internal directories.
Click to hide internal directories.