irc - GoDoc

Toggle navigation GoDoc Home Index About tenyks: github.com/kyleterry/tenyks / irc Index | Files import "github.com/kyleterry/tenyks/irc" ΒΆ func ConnectionReactor(conn *Connection, reactorCtl <-chan bool) func ConvertSlashCommand(fullcmd string) (string, error) func IsChannel(target string) bool func IsDirect(msg string, currentNick string) bool func StripNickOnDirect(msg string, nick string) string type Connection func NewConnection(name string, conf config.ConnectionConfig) *Connection func (conn *Connection) AddHandler(name string, fn ircfn) func (conn *Connection) BootstrapHandler(msg *Message) func (conn *Connection) CTCPHandler(msg *Message) func (conn *Connection) Connect() chan bool func (conn *Connection) ConnectedHandler(msg *Message) func (conn *Connection) Disconnect() func (conn *Connection) GetChannelElement(channel string) *list.Element fu...

Linked on 2016-02-19 17:36:31 | Similar Links