Documentation ¶
Index ¶
- Variables
- type Manager
- func (m *Manager) AntifloodIrcConn(c *irc.Connection) *ircConnectionProxy
- func (m *Manager) GetParsers() []Parser
- func (m *Manager) Parse(u *url.URL) (string, parsers.ParseResult)
- func (m *Manager) RegisterParser(parser Parser) error
- func (m *Manager) TrackOutput(target, t string) (shouldNotSend bool)
- func (m *Manager) TrackUrl(target string, u *url.URL) (shouldIgnore bool)
- type Parser
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrAlreadyLoaded = errors.New("Already loaded.")
)
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager() *Manager
func (*Manager) AntifloodIrcConn ¶
func (m *Manager) AntifloodIrcConn(c *irc.Connection) *ircConnectionProxy
func (*Manager) GetParsers ¶
func (*Manager) RegisterParser ¶
func (*Manager) TrackOutput ¶
Click to show internal directories.
Click to hide internal directories.