Versions in this module Expand all Collapse all v3 v3.0.5 Nov 14, 2023 v3.0.1 Nov 14, 2023 Changes in this version + type Auth struct + func NewAuth(bot *GsBot, details *steam.LogOnDetails, sentryPath string) *Auth + func (a *Auth) HandleEvent(event interface{}) + func (a *Auth) LogOn() + type Debug struct + func NewDebug(bot *GsBot, base string) (*Debug, error) + func (d *Debug) HandleEvent(event interface{}) + func (d *Debug) HandlePacket(packet *protocol.Packet) + type GsBot struct + Client *steam.Client + Log *log.Logger + func Default() *GsBot + type ServerList struct + func NewServerList(bot *GsBot, listPath string) *ServerList + func (s *ServerList) Connect() (bool, error) + func (s *ServerList) ConnectBind(laddr *net.TCPAddr) (bool, error) + func (s *ServerList) HandleEvent(event interface{})