Documentation ¶
Overview ¶
package weechat implements the WeeChat relay protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DEBUG = true
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
func (*Conn) BufferData ¶
func (*Conn) BuffersData ¶
func (*Conn) ListBuffers ¶
type LineData ¶
type LineData struct { Date time.Time "date" DatePrinted time.Time "date_printed" TimeString string "str_time" Prefix string "prefix" Message string "message" RefreshNeeded byte "refresh_needed" Displayed byte "displayed" Highlight byte "highlight" Buffer uintptr "ptr:buffer" Lines uintptr "ptr:lines" Line uintptr "ptr:line" Self uintptr "ptr:line_data" }
Click to show internal directories.
Click to hide internal directories.