Versions in this module Expand all Collapse all v0 v0.0.1 Feb 22, 2022 Changes in this version + type Server struct + Handler irc.Handler + func NewServer() *Server + func (s *Server) Close() error + func (s *Server) Read(p []byte) (int, error) + func (s *Server) Write(p []byte) (int, error) + func (s *Server) WriteMessage(m encoding.TextMarshaler) + func (s *Server) WriteString(str string) v0.0.0 Feb 22, 2022