Fixed compile

This commit is contained in:
diamondburned (Forefront) 2020-06-03 16:24:43 -07:00
parent 3f93ba61cb
commit 5e0e8415d8
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ func (s *Session) Name() (string, error) {
return s.username, nil
}
func (s *Session) UserID() string {
return s.username
}
func (s *Session) Servers(container cchat.ServersContainer) error {
container.SetServers(s.servers)
return nil