Versions in this module Expand all Collapse all v0 v0.1.2 May 29, 2023 v0.1.0 May 17, 2023 Changes in this version + type Defaults struct + Address string + Auth types.Auth + Buffs string + Filter string + Logdir types.Logdir + Name string + Nick string + Port int + SSL string + TLSCert string + TLSKey string + User string + type Session struct + Client *irc.Client + Defaults *Defaults + Verbose bool + func (s *Session) Command(cmd *commander.Command) error + func (s *Session) Connect(Username string) error + func (s *Session) Handle(bufname string, l *markup.Lexer) error + func (s *Session) Listen(c controller.Controller) + func (s *Session) Parse() + func (s *Session) Quit() + func (s *Session) Run(c controller.Controller, cmd *commander.Command) error + func (s *Session) Start(c controller.Controller) error